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