#eacfee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
234, 207, 238
HSL
292°, 48%, 87%
CMYK
2, 13, 0, 7
Luminance
0.6829
Every format
| HEX | #eacfee |
| RGB | rgb(234, 207, 238) |
| HSL | hsl(292, 48%, 87%) |
| CMYK | cmyk(2%, 13%, 0%, 7%) |
| LAB | lab(86.2 14.8 -11.8) |
| LCH | lch(86.2 18.9 321.5) |
| OKLCH | oklch(0.886 0.051 321.9) |
Copy-ready code
/* CSS */
color: #eacfee;
background-color: #eacfee;
/* Tailwind (arbitrary) */
class="text-[#eacfee] bg-[#eacfee]"
/* SCSS */
$brand: #eacfee;
/* SwiftUI */
Color(red: 0.918, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#eacfee")Accessibility — WCAG contrast
Aa
#eacfee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacfee on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green81.2%
Blue93.3%
CMYK percentages
Cyan1.7%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#eacfee text on a black background
contrast 14.66:1
Card sample
#eacfee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacfee;
Background color
Panel with #eacfee background
background-color: #eacfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacfee; background: linear-gradient(135deg, #eacfee, #EECFDD);