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