#e0ccb1
a light, soft orange · warm · closest name: tan
RGB
224, 204, 177
HSL
35°, 43%, 79%
CMYK
0, 9, 21, 12
Luminance
0.6221
Every format
| HEX | #e0ccb1 |
| RGB | rgb(224, 204, 177) |
| HSL | hsl(35, 43%, 79%) |
| CMYK | cmyk(0%, 9%, 21%, 12%) |
| LAB | lab(83.0 2.7 16.0) |
| LCH | lch(83.0 16.2 80.3) |
| OKLCH | oklch(0.855 0.043 75.4) |
Copy-ready code
/* CSS */
color: #e0ccb1;
background-color: #e0ccb1;
/* Tailwind (arbitrary) */
class="text-[#e0ccb1] bg-[#e0ccb1]"
/* SCSS */
$brand: #e0ccb1;
/* SwiftUI */
Color(red: 0.878, green: 0.800, blue: 0.694)
/* Android */
Color.parseColor("#e0ccb1")Accessibility — WCAG contrast
Aa
#e0ccb1 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0ccb1 on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green80.0%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow21.0%
Key (black)12.2%
Color previews
#e0ccb1 text on a black background
contrast 13.44:1
Card sample
#e0ccb1 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0ccb1;
Background color
Panel with #e0ccb1 background
background-color: #e0ccb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0ccb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 204, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 204, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0ccb1; background: linear-gradient(135deg, #e0ccb1, #D5E0B1);