#e1cfdf
a light, soft magenta / pink · warm · closest name: lavender
RGB
225, 207, 223
HSL
307°, 23%, 85%
CMYK
0, 8, 1, 12
Luminance
0.6596
Every format
| HEX | #e1cfdf |
| RGB | rgb(225, 207, 223) |
| HSL | hsl(307, 23%, 85%) |
| CMYK | cmyk(0%, 8%, 1%, 12%) |
| LAB | lab(85.0 9.0 -5.6) |
| LCH | lch(85.0 10.7 328.1) |
| OKLCH | oklch(0.874 0.029 329.3) |
Copy-ready code
/* CSS */
color: #e1cfdf;
background-color: #e1cfdf;
/* Tailwind (arbitrary) */
class="text-[#e1cfdf] bg-[#e1cfdf]"
/* SCSS */
$brand: #e1cfdf;
/* SwiftUI */
Color(red: 0.882, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#e1cfdf")Accessibility — WCAG contrast
Aa
#e1cfdf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1cfdf on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow0.9%
Key (black)11.8%
Color previews
#e1cfdf text on a black background
contrast 14.19:1
Card sample
#e1cfdf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1cfdf;
Background color
Panel with #e1cfdf background
background-color: #e1cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1cfdf; background: linear-gradient(135deg, #e1cfdf, #E1CFD3);