#e2ccac
a light, vivid orange · warm · closest name: tan
RGB
226, 204, 172
HSL
36°, 48%, 78%
CMYK
0, 10, 24, 11
Luminance
0.6233
Every format
| HEX | #e2ccac |
| RGB | rgb(226, 204, 172) |
| HSL | hsl(36, 48%, 78%) |
| CMYK | cmyk(0%, 10%, 24%, 11%) |
| LAB | lab(83.1 2.8 18.8) |
| LCH | lch(83.1 19.0 81.6) |
| OKLCH | oklch(0.855 0.049 77.2) |
Copy-ready code
/* CSS */
color: #e2ccac;
background-color: #e2ccac;
/* Tailwind (arbitrary) */
class="text-[#e2ccac] bg-[#e2ccac]"
/* SCSS */
$brand: #e2ccac;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#e2ccac")Accessibility — WCAG contrast
Aa
#e2ccac on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ccac on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow23.9%
Key (black)11.4%
Color previews
#e2ccac text on a black background
contrast 13.47:1
Card sample
#e2ccac text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ccac;
Background color
Panel with #e2ccac background
background-color: #e2ccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ccac; background: linear-gradient(135deg, #e2ccac, #D4E2AC);