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