#e3c9cf
a light, soft red · warm · closest name: silver
RGB
227, 201, 207
HSL
346°, 32%, 84%
CMYK
0, 12, 9, 11
Luminance
0.6261
Every format
| HEX | #e3c9cf |
| RGB | rgb(227, 201, 207) |
| HSL | hsl(346, 32%, 84%) |
| CMYK | cmyk(0%, 12%, 9%, 11%) |
| LAB | lab(83.2 10.1 0.4) |
| LCH | lch(83.2 10.1 2.0) |
| OKLCH | oklch(0.859 0.030 2.1) |
Copy-ready code
/* CSS */
color: #e3c9cf;
background-color: #e3c9cf;
/* Tailwind (arbitrary) */
class="text-[#e3c9cf] bg-[#e3c9cf]"
/* SCSS */
$brand: #e3c9cf;
/* SwiftUI */
Color(red: 0.890, green: 0.788, blue: 0.812)
/* Android */
Color.parseColor("#e3c9cf")Accessibility — WCAG contrast
Aa
#e3c9cf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3c9cf on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green78.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow8.8%
Key (black)11.0%
Color previews
#e3c9cf text on a black background
contrast 13.52:1
Card sample
#e3c9cf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3c9cf;
Background color
Panel with #e3c9cf background
background-color: #e3c9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3c9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 201, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 201, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3c9cf; background: linear-gradient(135deg, #e3c9cf, #E3D4C9);