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