#eacef0
a pale, vivid violet · warm · closest name: lavender
RGB
234, 206, 240
HSL
289°, 53%, 88%
CMYK
3, 14, 0, 6
Luminance
0.6793
Every format
| HEX | #eacef0 |
| RGB | rgb(234, 206, 240) |
| HSL | hsl(289, 53%, 88%) |
| CMYK | cmyk(3%, 14%, 0%, 6%) |
| LAB | lab(86.0 15.7 -13.1) |
| LCH | lch(86.0 20.4 320.1) |
| OKLCH | oklch(0.885 0.055 320.3) |
Copy-ready code
/* CSS */
color: #eacef0;
background-color: #eacef0;
/* Tailwind (arbitrary) */
class="text-[#eacef0] bg-[#eacef0]"
/* SCSS */
$brand: #eacef0;
/* SwiftUI */
Color(red: 0.918, green: 0.808, blue: 0.941)
/* Android */
Color.parseColor("#eacef0")Accessibility — WCAG contrast
Aa
#eacef0 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacef0 on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.8%
Blue94.1%
CMYK percentages
Cyan2.5%
Magenta14.2%
Yellow0.0%
Key (black)5.9%
Color previews
#eacef0 text on a black background
contrast 14.59:1
Card sample
#eacef0 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacef0;
Background color
Panel with #eacef0 background
background-color: #eacef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 206, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 206, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacef0; background: linear-gradient(135deg, #eacef0, #F0CEDF);