#e5cfdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
229, 207, 223
HSL
316°, 30%, 86%
CMYK
0, 10, 3, 10
Luminance
0.6661
Every format
| HEX | #e5cfdf |
| RGB | rgb(229, 207, 223) |
| HSL | hsl(316, 30%, 86%) |
| CMYK | cmyk(0%, 10%, 3%, 10%) |
| LAB | lab(85.3 10.4 -5.1) |
| LCH | lch(85.3 11.6 333.9) |
| OKLCH | oklch(0.877 0.032 335.4) |
Copy-ready code
/* CSS */
color: #e5cfdf;
background-color: #e5cfdf;
/* Tailwind (arbitrary) */
class="text-[#e5cfdf] bg-[#e5cfdf]"
/* SCSS */
$brand: #e5cfdf;
/* SwiftUI */
Color(red: 0.898, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#e5cfdf")Accessibility — WCAG contrast
Aa
#e5cfdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5cfdf on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow2.6%
Key (black)10.2%
Color previews
#e5cfdf text on a black background
contrast 14.32:1
Card sample
#e5cfdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5cfdf;
Background color
Panel with #e5cfdf background
background-color: #e5cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5cfdf; background: linear-gradient(135deg, #e5cfdf, #E5CFD0);