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