#eacdf9
a pale, electric violet · warm · closest name: lavender
RGB
234, 205, 249
HSL
280°, 79%, 89%
CMYK
6, 18, 0, 2
Luminance
0.6799
Every format
| HEX | #eacdf9 |
| RGB | rgb(234, 205, 249) |
| HSL | hsl(280, 79%, 89%) |
| CMYK | cmyk(6%, 18%, 0%, 2%) |
| LAB | lab(86.0 17.9 -17.8) |
| LCH | lch(86.0 25.3 315.2) |
| OKLCH | oklch(0.886 0.067 314.2) |
Copy-ready code
/* CSS */
color: #eacdf9;
background-color: #eacdf9;
/* Tailwind (arbitrary) */
class="text-[#eacdf9] bg-[#eacdf9]"
/* SCSS */
$brand: #eacdf9;
/* SwiftUI */
Color(red: 0.918, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#eacdf9")Accessibility — WCAG contrast
Aa
#eacdf9 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacdf9 on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.4%
Blue97.6%
CMYK percentages
Cyan6.0%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#eacdf9 text on a black background
contrast 14.60:1
Card sample
#eacdf9 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacdf9;
Background color
Panel with #eacdf9 background
background-color: #eacdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacdf9; background: linear-gradient(135deg, #eacdf9, #F9CDEB);