#e4cfdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
228, 207, 223
HSL
314°, 28%, 85%
CMYK
0, 9, 2, 11
Luminance
0.6645
Every format
| HEX | #e4cfdf |
| RGB | rgb(228, 207, 223) |
| HSL | hsl(314, 28%, 85%) |
| CMYK | cmyk(0%, 9%, 2%, 11%) |
| LAB | lab(85.2 10.1 -5.2) |
| LCH | lch(85.2 11.3 332.5) |
| OKLCH | oklch(0.876 0.032 334.0) |
Copy-ready code
/* CSS */
color: #e4cfdf;
background-color: #e4cfdf;
/* Tailwind (arbitrary) */
class="text-[#e4cfdf] bg-[#e4cfdf]"
/* SCSS */
$brand: #e4cfdf;
/* SwiftUI */
Color(red: 0.894, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#e4cfdf")Accessibility — WCAG contrast
Aa
#e4cfdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4cfdf on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow2.2%
Key (black)10.6%
Color previews
#e4cfdf text on a black background
contrast 14.29:1
Card sample
#e4cfdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4cfdf;
Background color
Panel with #e4cfdf background
background-color: #e4cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4cfdf; background: linear-gradient(135deg, #e4cfdf, #E4CFD1);