#eacfec
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 207, 236
HSL
296°, 43%, 87%
CMYK
1, 12, 0, 8
Luminance
0.6817
Every format
| HEX | #eacfec |
| RGB | rgb(234, 207, 236) |
| HSL | hsl(296, 43%, 87%) |
| CMYK | cmyk(1%, 12%, 0%, 8%) |
| LAB | lab(86.1 14.4 -10.8) |
| LCH | lch(86.1 18.0 323.2) |
| OKLCH | oklch(0.886 0.049 323.8) |
Copy-ready code
/* CSS */
color: #eacfec;
background-color: #eacfec;
/* Tailwind (arbitrary) */
class="text-[#eacfec] bg-[#eacfec]"
/* SCSS */
$brand: #eacfec;
/* SwiftUI */
Color(red: 0.918, green: 0.812, blue: 0.925)
/* Android */
Color.parseColor("#eacfec")Accessibility — WCAG contrast
Aa
#eacfec on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacfec on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green81.2%
Blue92.5%
CMYK percentages
Cyan0.8%
Magenta12.3%
Yellow0.0%
Key (black)7.5%
Color previews
#eacfec text on a black background
contrast 14.63:1
Card sample
#eacfec text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacfec;
Background color
Panel with #eacfec background
background-color: #eacfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 207, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 207, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacfec; background: linear-gradient(135deg, #eacfec, #ECCFDB);