#eacfdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 207, 223
HSL
324°, 39%, 87%
CMYK
0, 12, 5, 8
Luminance
0.6745
Every format
| HEX | #eacfdf |
| RGB | rgb(234, 207, 223) |
| HSL | hsl(324, 39%, 87%) |
| CMYK | cmyk(0%, 12%, 5%, 8%) |
| LAB | lab(85.7 12.1 -4.4) |
| LCH | lch(85.7 12.9 339.8) |
| OKLCH | oklch(0.882 0.037 341.5) |
Copy-ready code
/* CSS */
color: #eacfdf;
background-color: #eacfdf;
/* Tailwind (arbitrary) */
class="text-[#eacfdf] bg-[#eacfdf]"
/* SCSS */
$brand: #eacfdf;
/* SwiftUI */
Color(red: 0.918, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#eacfdf")Accessibility — WCAG contrast
Aa
#eacfdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacfdf on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow4.7%
Key (black)8.2%
Color previews
#eacfdf text on a black background
contrast 14.49:1
Card sample
#eacfdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacfdf;
Background color
Panel with #eacfdf background
background-color: #eacfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacfdf; background: linear-gradient(135deg, #eacfdf, #EAD1CF);