#eacef4
a pale, vivid violet · warm · closest name: lavender
RGB
234, 206, 244
HSL
284°, 63%, 88%
CMYK
4, 16, 0, 4
Luminance
0.6817
Every format
| HEX | #eacef4 |
| RGB | rgb(234, 206, 244) |
| HSL | hsl(284, 63%, 88%) |
| CMYK | cmyk(4%, 16%, 0%, 4%) |
| LAB | lab(86.1 16.4 -15.0) |
| LCH | lch(86.1 22.3 317.5) |
| OKLCH | oklch(0.886 0.059 317.2) |
Copy-ready code
/* CSS */
color: #eacef4;
background-color: #eacef4;
/* Tailwind (arbitrary) */
class="text-[#eacef4] bg-[#eacef4]"
/* SCSS */
$brand: #eacef4;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#eacef4")Accessibility — WCAG contrast
Aa
#eacef4 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacef4 on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue95.7%
CMYK percentages
Cyan4.1%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#eacef4 text on a black background
contrast 14.63:1
Card sample
#eacef4 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacef4;
Background color
Panel with #eacef4 background
background-color: #eacef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacef4; background: linear-gradient(135deg, #eacef4, #F4CEE5);