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