#e2cccb
a light, soft red · warm · closest name: silver
RGB
226, 204, 203
HSL
3°, 28%, 84%
CMYK
0, 10, 10, 11
Luminance
0.6367
Every format
| HEX | #e2cccb |
| RGB | rgb(226, 204, 203) |
| HSL | hsl(3, 28%, 84%) |
| CMYK | cmyk(0%, 10%, 10%, 11%) |
| LAB | lab(83.8 7.5 3.3) |
| LCH | lch(83.8 8.2 23.7) |
| OKLCH | oklch(0.863 0.025 20.8) |
Copy-ready code
/* CSS */
color: #e2cccb;
background-color: #e2cccb;
/* Tailwind (arbitrary) */
class="text-[#e2cccb] bg-[#e2cccb]"
/* SCSS */
$brand: #e2cccb;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#e2cccb")Accessibility — WCAG contrast
Aa
#e2cccb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cccb on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow10.2%
Key (black)11.4%
Color previews
#e2cccb text on a black background
contrast 13.73:1
Card sample
#e2cccb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cccb;
Background color
Panel with #e2cccb background
background-color: #e2cccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cccb; background: linear-gradient(135deg, #e2cccb, #E2DBCB);