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