#eacdf1
a pale, vivid violet · warm · closest name: lavender
RGB
234, 205, 241
HSL
288°, 56%, 88%
CMYK
3, 15, 0, 6
Luminance
0.6751
Every format
| HEX | #eacdf1 |
| RGB | rgb(234, 205, 241) |
| HSL | hsl(288, 56%, 88%) |
| CMYK | cmyk(3%, 15%, 0%, 6%) |
| LAB | lab(85.8 16.4 -13.9) |
| LCH | lch(85.8 21.5 319.7) |
| OKLCH | oklch(0.883 0.058 319.7) |
Copy-ready code
/* CSS */
color: #eacdf1;
background-color: #eacdf1;
/* Tailwind (arbitrary) */
class="text-[#eacdf1] bg-[#eacdf1]"
/* SCSS */
$brand: #eacdf1;
/* SwiftUI */
Color(red: 0.918, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#eacdf1")Accessibility — WCAG contrast
Aa
#eacdf1 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacdf1 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.4%
Blue94.5%
CMYK percentages
Cyan2.9%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#eacdf1 text on a black background
contrast 14.50:1
Card sample
#eacdf1 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacdf1;
Background color
Panel with #eacdf1 background
background-color: #eacdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacdf1; background: linear-gradient(135deg, #eacdf1, #F1CDE0);