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