#fee2af
a light, electric orange · warm · closest name: tan
RGB
254, 226, 175
HSL
39°, 98%, 84%
CMYK
0, 11, 31, 0
Luminance
0.7856
Every format
| HEX | #fee2af |
| RGB | rgb(254, 226, 175) |
| HSL | hsl(39, 98%, 84%) |
| CMYK | cmyk(0%, 11%, 31%, 0%) |
| LAB | lab(91.0 2.3 28.5) |
| LCH | lch(91.0 28.6 85.3) |
| OKLCH | oklch(0.924 0.072 82.4) |
Copy-ready code
/* CSS */
color: #fee2af;
background-color: #fee2af;
/* Tailwind (arbitrary) */
class="text-[#fee2af] bg-[#fee2af]"
/* SCSS */
$brand: #fee2af;
/* SwiftUI */
Color(red: 0.996, green: 0.886, blue: 0.686)
/* Android */
Color.parseColor("#fee2af")Accessibility — WCAG contrast
Aa
#fee2af on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee2af on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow31.1%
Key (black)0.4%
Color previews
#fee2af text on a black background
contrast 16.71:1
Card sample
#fee2af text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee2af;
Background color
Panel with #fee2af background
background-color: #fee2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 226, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 226, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee2af; background: linear-gradient(135deg, #fee2af, #E5FEAF);