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