#e2cecf
a light, soft red · warm · closest name: silver
RGB
226, 206, 207
HSL
357°, 26%, 85%
CMYK
0, 9, 8, 11
Luminance
0.6482
Every format
| HEX | #e2cecf |
| RGB | rgb(226, 206, 207) |
| HSL | hsl(357, 26%, 85%) |
| CMYK | cmyk(0%, 9%, 8%, 11%) |
| LAB | lab(84.4 7.1 2.0) |
| LCH | lch(84.4 7.4 15.9) |
| OKLCH | oklch(0.868 0.022 14.1) |
Copy-ready code
/* CSS */
color: #e2cecf;
background-color: #e2cecf;
/* Tailwind (arbitrary) */
class="text-[#e2cecf] bg-[#e2cecf]"
/* SCSS */
$brand: #e2cecf;
/* SwiftUI */
Color(red: 0.886, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#e2cecf")Accessibility — WCAG contrast
Aa
#e2cecf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cecf on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow8.4%
Key (black)11.4%
Color previews
#e2cecf text on a black background
contrast 13.96:1
Card sample
#e2cecf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cecf;
Background color
Panel with #e2cecf background
background-color: #e2cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cecf; background: linear-gradient(135deg, #e2cecf, #E2DACE);