#fee5af
a light, electric yellow · warm · closest name: tan
RGB
254, 229, 175
HSL
41°, 98%, 84%
CMYK
0, 10, 31, 0
Luminance
0.8020
Every format
| HEX | #fee5af |
| RGB | rgb(254, 229, 175) |
| HSL | hsl(41, 98%, 84%) |
| CMYK | cmyk(0%, 10%, 31%, 0%) |
| LAB | lab(91.8 0.8 29.5) |
| LCH | lch(91.8 29.5 88.4) |
| OKLCH | oklch(0.929 0.074 86.0) |
Copy-ready code
/* CSS */
color: #fee5af;
background-color: #fee5af;
/* Tailwind (arbitrary) */
class="text-[#fee5af] bg-[#fee5af]"
/* SCSS */
$brand: #fee5af;
/* SwiftUI */
Color(red: 0.996, green: 0.898, blue: 0.686)
/* Android */
Color.parseColor("#fee5af")Accessibility — WCAG contrast
Aa
#fee5af on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee5af on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green89.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow31.1%
Key (black)0.4%
Color previews
#fee5af text on a black background
contrast 17.04:1
Card sample
#fee5af text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee5af;
Background color
Panel with #fee5af background
background-color: #fee5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 229, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 229, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee5af; background: linear-gradient(135deg, #fee5af, #E2FEAF);