#e2ccb2
a light, vivid orange · warm · closest name: tan
RGB
226, 204, 178
HSL
33°, 45%, 79%
CMYK
0, 10, 21, 11
Luminance
0.6257
Every format
| HEX | #e2ccb2 |
| RGB | rgb(226, 204, 178) |
| HSL | hsl(33, 45%, 79%) |
| CMYK | cmyk(0%, 10%, 21%, 11%) |
| LAB | lab(83.2 3.6 15.8) |
| LCH | lch(83.2 16.2 77.1) |
| OKLCH | oklch(0.857 0.043 71.8) |
Copy-ready code
/* CSS */
color: #e2ccb2;
background-color: #e2ccb2;
/* Tailwind (arbitrary) */
class="text-[#e2ccb2] bg-[#e2ccb2]"
/* SCSS */
$brand: #e2ccb2;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#e2ccb2")Accessibility — WCAG contrast
Aa
#e2ccb2 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ccb2 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow21.2%
Key (black)11.4%
Color previews
#e2ccb2 text on a black background
contrast 13.51:1
Card sample
#e2ccb2 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ccb2;
Background color
Panel with #e2ccb2 background
background-color: #e2ccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ccb2; background: linear-gradient(135deg, #e2ccb2, #D8E2B2);