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