#e9cfdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
233, 207, 223
HSL
323°, 37%, 86%
CMYK
0, 11, 4, 9
Luminance
0.6728
Every format
| HEX | #e9cfdf |
| RGB | rgb(233, 207, 223) |
| HSL | hsl(323, 37%, 86%) |
| CMYK | cmyk(0%, 11%, 4%, 9%) |
| LAB | lab(85.6 11.8 -4.6) |
| LCH | lch(85.6 12.6 338.8) |
| OKLCH | oklch(0.881 0.036 340.4) |
Copy-ready code
/* CSS */
color: #e9cfdf;
background-color: #e9cfdf;
/* Tailwind (arbitrary) */
class="text-[#e9cfdf] bg-[#e9cfdf]"
/* SCSS */
$brand: #e9cfdf;
/* SwiftUI */
Color(red: 0.914, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#e9cfdf")Accessibility — WCAG contrast
Aa
#e9cfdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9cfdf on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow4.3%
Key (black)8.6%
Color previews
#e9cfdf text on a black background
contrast 14.46:1
Card sample
#e9cfdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9cfdf;
Background color
Panel with #e9cfdf background
background-color: #e9cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9cfdf; background: linear-gradient(135deg, #e9cfdf, #E9D0CF);