#ffe2ab
a light, electric orange · warm · closest name: tan
RGB
255, 226, 171
HSL
39°, 100%, 84%
CMYK
0, 11, 33, 0
Luminance
0.7859
Every format
| HEX | #ffe2ab |
| RGB | rgb(255, 226, 171) |
| HSL | hsl(39, 100%, 84%) |
| CMYK | cmyk(0%, 11%, 33%, 0%) |
| LAB | lab(91.0 2.2 30.6) |
| LCH | lch(91.0 30.7 85.8) |
| OKLCH | oklch(0.924 0.077 83.2) |
Copy-ready code
/* CSS */
color: #ffe2ab;
background-color: #ffe2ab;
/* Tailwind (arbitrary) */
class="text-[#ffe2ab] bg-[#ffe2ab]"
/* SCSS */
$brand: #ffe2ab;
/* SwiftUI */
Color(red: 1.000, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#ffe2ab")Accessibility — WCAG contrast
Aa
#ffe2ab on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe2ab on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green88.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow32.9%
Key (black)0.0%
Color previews
#ffe2ab text on a black background
contrast 16.72:1
Card sample
#ffe2ab text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe2ab;
Background color
Panel with #ffe2ab background
background-color: #ffe2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe2ab; background: linear-gradient(135deg, #ffe2ab, #E4FFAB);