#e2ccc0
a light, soft orange · warm · closest name: silver
RGB
226, 204, 192
HSL
21°, 37%, 82%
CMYK
0, 10, 15, 11
Luminance
0.6316
Every format
| HEX | #e2ccc0 |
| RGB | rgb(226, 204, 192) |
| HSL | hsl(21, 37%, 82%) |
| CMYK | cmyk(0%, 10%, 15%, 11%) |
| LAB | lab(83.5 5.7 8.8) |
| LCH | lch(83.5 10.5 56.8) |
| OKLCH | oklch(0.860 0.030 50.6) |
Copy-ready code
/* CSS */
color: #e2ccc0;
background-color: #e2ccc0;
/* Tailwind (arbitrary) */
class="text-[#e2ccc0] bg-[#e2ccc0]"
/* SCSS */
$brand: #e2ccc0;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.753)
/* Android */
Color.parseColor("#e2ccc0")Accessibility — WCAG contrast
Aa
#e2ccc0 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ccc0 on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow15.0%
Key (black)11.4%
Color previews
#e2ccc0 text on a black background
contrast 13.63:1
Card sample
#e2ccc0 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ccc0;
Background color
Panel with #e2ccc0 background
background-color: #e2ccc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ccc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ccc0; background: linear-gradient(135deg, #e2ccc0, #E1E2C0);