#e4cfc9
a light, soft red · warm · closest name: silver
RGB
228, 207, 201
HSL
13°, 33%, 84%
CMYK
0, 9, 12, 11
Luminance
0.6534
Every format
| HEX | #e4cfc9 |
| RGB | rgb(228, 207, 201) |
| HSL | hsl(13, 33%, 84%) |
| CMYK | cmyk(0%, 9%, 12%, 11%) |
| LAB | lab(84.7 6.3 5.6) |
| LCH | lch(84.7 8.5 41.7) |
| OKLCH | oklch(0.870 0.025 36.5) |
Copy-ready code
/* CSS */
color: #e4cfc9;
background-color: #e4cfc9;
/* Tailwind (arbitrary) */
class="text-[#e4cfc9] bg-[#e4cfc9]"
/* SCSS */
$brand: #e4cfc9;
/* SwiftUI */
Color(red: 0.894, green: 0.812, blue: 0.788)
/* Android */
Color.parseColor("#e4cfc9")Accessibility — WCAG contrast
Aa
#e4cfc9 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4cfc9 on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green81.2%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow11.8%
Key (black)10.6%
Color previews
#e4cfc9 text on a black background
contrast 14.07:1
Card sample
#e4cfc9 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4cfc9;
Background color
Panel with #e4cfc9 background
background-color: #e4cfc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4cfc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 207, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 207, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4cfc9; background: linear-gradient(135deg, #e4cfc9, #E4E1C9);