#eacdf4
a pale, vivid violet · warm · closest name: lavender
RGB
234, 205, 244
HSL
285°, 64%, 88%
CMYK
4, 16, 0, 4
Luminance
0.6769
Every format
| HEX | #eacdf4 |
| RGB | rgb(234, 205, 244) |
| HSL | hsl(285, 64%, 88%) |
| CMYK | cmyk(4%, 16%, 0%, 4%) |
| LAB | lab(85.8 17.0 -15.4) |
| LCH | lch(85.8 22.9 317.8) |
| OKLCH | oklch(0.884 0.061 317.4) |
Copy-ready code
/* CSS */
color: #eacdf4;
background-color: #eacdf4;
/* Tailwind (arbitrary) */
class="text-[#eacdf4] bg-[#eacdf4]"
/* SCSS */
$brand: #eacdf4;
/* SwiftUI */
Color(red: 0.918, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#eacdf4")Accessibility — WCAG contrast
Aa
#eacdf4 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacdf4 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.4%
Blue95.7%
CMYK percentages
Cyan4.1%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#eacdf4 text on a black background
contrast 14.54:1
Card sample
#eacdf4 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacdf4;
Background color
Panel with #eacdf4 background
background-color: #eacdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacdf4; background: linear-gradient(135deg, #eacdf4, #F4CDE4);