#fee9af
a light, electric yellow · warm · closest name: khaki
RGB
254, 233, 175
HSL
44°, 98%, 84%
CMYK
0, 8, 31, 0
Luminance
0.8244
Every format
| HEX | #fee9af |
| RGB | rgb(254, 233, 175) |
| HSL | hsl(44, 98%, 84%) |
| CMYK | cmyk(0%, 8%, 31%, 0%) |
| LAB | lab(92.8 -1.2 30.8) |
| LCH | lch(92.8 30.9 92.3) |
| OKLCH | oklch(0.937 0.077 90.5) |
Copy-ready code
/* CSS */
color: #fee9af;
background-color: #fee9af;
/* Tailwind (arbitrary) */
class="text-[#fee9af] bg-[#fee9af]"
/* SCSS */
$brand: #fee9af;
/* SwiftUI */
Color(red: 0.996, green: 0.914, blue: 0.686)
/* Android */
Color.parseColor("#fee9af")Accessibility — WCAG contrast
Aa
#fee9af on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee9af on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow31.1%
Key (black)0.4%
Color previews
#fee9af text on a black background
contrast 17.49:1
Card sample
#fee9af text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee9af;
Background color
Panel with #fee9af background
background-color: #fee9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 233, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 233, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee9af; background: linear-gradient(135deg, #fee9af, #DEFEAF);