#e6cfdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
230, 207, 223
HSL
318°, 32%, 86%
CMYK
0, 10, 3, 10
Luminance
0.6678
Every format
| HEX | #e6cfdf |
| RGB | rgb(230, 207, 223) |
| HSL | hsl(318, 32%, 86%) |
| CMYK | cmyk(0%, 10%, 3%, 10%) |
| LAB | lab(85.4 10.7 -5.0) |
| LCH | lch(85.4 11.8 335.2) |
| OKLCH | oklch(0.878 0.033 336.7) |
Copy-ready code
/* CSS */
color: #e6cfdf;
background-color: #e6cfdf;
/* Tailwind (arbitrary) */
class="text-[#e6cfdf] bg-[#e6cfdf]"
/* SCSS */
$brand: #e6cfdf;
/* SwiftUI */
Color(red: 0.902, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#e6cfdf")Accessibility — WCAG contrast
Aa
#e6cfdf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6cfdf on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow3.0%
Key (black)9.8%
Color previews
#e6cfdf text on a black background
contrast 14.36:1
Card sample
#e6cfdf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6cfdf;
Background color
Panel with #e6cfdf background
background-color: #e6cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6cfdf; background: linear-gradient(135deg, #e6cfdf, #E6CFD0);