#eacef2
a pale, vivid violet · warm · closest name: lavender
RGB
234, 206, 242
HSL
287°, 58%, 88%
CMYK
3, 15, 0, 5
Luminance
0.6805
Every format
| HEX | #eacef2 |
| RGB | rgb(234, 206, 242) |
| HSL | hsl(287, 58%, 88%) |
| CMYK | cmyk(3%, 15%, 0%, 5%) |
| LAB | lab(86.0 16.1 -14.1) |
| LCH | lch(86.0 21.4 318.8) |
| OKLCH | oklch(0.886 0.057 318.7) |
Copy-ready code
/* CSS */
color: #eacef2;
background-color: #eacef2;
/* Tailwind (arbitrary) */
class="text-[#eacef2] bg-[#eacef2]"
/* SCSS */
$brand: #eacef2;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.949)
/* Android */
Color.parseColor("#eacef2")Accessibility — WCAG contrast
Aa
#eacef2 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacef2 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue94.9%
CMYK percentages
Cyan3.3%
Magenta14.9%
Yellow0.0%
Key (black)5.1%
Color previews
#eacef2 text on a black background
contrast 14.61:1
Card sample
#eacef2 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacef2;
Background color
Panel with #eacef2 background
background-color: #eacef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacef2; background: linear-gradient(135deg, #eacef2, #F2CEE2);