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