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