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