#e2cfdf
a light, soft magenta / pink · warm · closest name: lavender
RGB
226, 207, 223
HSL
310°, 25%, 85%
CMYK
0, 8, 1, 11
Luminance
0.6612
Every format
| HEX | #e2cfdf |
| RGB | rgb(226, 207, 223) |
| HSL | hsl(310, 25%, 85%) |
| CMYK | cmyk(0%, 8%, 1%, 11%) |
| LAB | lab(85.1 9.4 -5.5) |
| LCH | lch(85.1 10.9 329.6) |
| OKLCH | oklch(0.875 0.030 331.0) |
Copy-ready code
/* CSS */
color: #e2cfdf;
background-color: #e2cfdf;
/* Tailwind (arbitrary) */
class="text-[#e2cfdf] bg-[#e2cfdf]"
/* SCSS */
$brand: #e2cfdf;
/* SwiftUI */
Color(red: 0.886, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#e2cfdf")Accessibility — WCAG contrast
Aa
#e2cfdf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cfdf on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow1.3%
Key (black)11.4%
Color previews
#e2cfdf text on a black background
contrast 14.22:1
Card sample
#e2cfdf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cfdf;
Background color
Panel with #e2cfdf background
background-color: #e2cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cfdf; background: linear-gradient(135deg, #e2cfdf, #E2CFD2);