#fdf3ae
a light, electric yellow · cool · closest name: khaki
RGB
253, 243, 174
HSL
52°, 95%, 84%
CMYK
0, 4, 31, 1
Luminance
0.8804
Every format
| HEX | #fdf3ae |
| RGB | rgb(253, 243, 174) |
| HSL | hsl(52, 95%, 84%) |
| CMYK | cmyk(0%, 4%, 31%, 1%) |
| LAB | lab(95.2 -6.7 34.5) |
| LCH | lch(95.2 35.2 101.0) |
| OKLCH | oklch(0.956 0.088 100.9) |
Copy-ready code
/* CSS */
color: #fdf3ae;
background-color: #fdf3ae;
/* Tailwind (arbitrary) */
class="text-[#fdf3ae] bg-[#fdf3ae]"
/* SCSS */
$brand: #fdf3ae;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.682)
/* Android */
Color.parseColor("#fdf3ae")Accessibility — WCAG contrast
Aa
#fdf3ae on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf3ae on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow31.2%
Key (black)0.8%
Color previews
#fdf3ae text on a black background
contrast 18.61:1
Card sample
#fdf3ae text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf3ae;
Background color
Panel with #fdf3ae background
background-color: #fdf3ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf3ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf3ae; background: linear-gradient(135deg, #fdf3ae, #D2FDAE);