#eacef9
a pale, electric violet · warm · closest name: lavender
RGB
234, 206, 249
HSL
279°, 78%, 89%
CMYK
6, 17, 0, 2
Luminance
0.6847
Every format
| HEX | #eacef9 |
| RGB | rgb(234, 206, 249) |
| HSL | hsl(279, 78%, 89%) |
| CMYK | cmyk(6%, 17%, 0%, 2%) |
| LAB | lab(86.2 17.4 -17.4) |
| LCH | lch(86.2 24.6 314.9) |
| OKLCH | oklch(0.888 0.065 313.9) |
Copy-ready code
/* CSS */
color: #eacef9;
background-color: #eacef9;
/* Tailwind (arbitrary) */
class="text-[#eacef9] bg-[#eacef9]"
/* SCSS */
$brand: #eacef9;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.976)
/* Android */
Color.parseColor("#eacef9")Accessibility — WCAG contrast
Aa
#eacef9 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacef9 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue97.6%
CMYK percentages
Cyan6.0%
Magenta17.3%
Yellow0.0%
Key (black)2.4%
Color previews
#eacef9 text on a black background
contrast 14.69:1
Card sample
#eacef9 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacef9;
Background color
Panel with #eacef9 background
background-color: #eacef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacef9; background: linear-gradient(135deg, #eacef9, #F9CEEB);