#fdf9ad
a light, electric yellow · cool · closest name: khaki
RGB
253, 249, 173
HSL
57°, 95%, 84%
CMYK
0, 2, 32, 1
Luminance
0.9165
Every format
| HEX | #fdf9ad |
| RGB | rgb(253, 249, 173) |
| HSL | hsl(57, 95%, 84%) |
| CMYK | cmyk(0%, 2%, 32%, 1%) |
| LAB | lab(96.7 -9.8 37.0) |
| LCH | lch(96.7 38.3 104.9) |
| OKLCH | oklch(0.968 0.096 105.5) |
Copy-ready code
/* CSS */
color: #fdf9ad;
background-color: #fdf9ad;
/* Tailwind (arbitrary) */
class="text-[#fdf9ad] bg-[#fdf9ad]"
/* SCSS */
$brand: #fdf9ad;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.678)
/* Android */
Color.parseColor("#fdf9ad")Accessibility — WCAG contrast
Aa
#fdf9ad on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf9ad on black: 19.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow31.6%
Key (black)0.8%
Color previews
#fdf9ad text on a black background
contrast 19.33:1
Card sample
#fdf9ad text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf9ad;
Background color
Panel with #fdf9ad background
background-color: #fdf9ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf9ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf9ad; background: linear-gradient(135deg, #fdf9ad, #CCFDAD);