Thunderbolt
#fdefad
Looking for the precise values behind Thunderbolt (#fdefad)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fdefad | |
|---|---|---|
| RGB | rgb(253, 239, 173) | |
| HSL | hsl(50, 95%, 84%) | |
| CMYK | cmyk(0%, 6%, 32%, 1%) | |
| LAB | lab(94, -2, 34) | |
| OKLCH | oklch(0.95 0.085 98) |
Color harmonies
Tints & shades
Code snippets
color: #fdefad;
background-color: #fdefad;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDEFAD)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.94, blue: 0.68, alpha: 1.0)