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