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