#eacdf6
a pale, vivid violet · warm · closest name: lavender
RGB
234, 205, 246
HSL
282°, 70%, 88%
CMYK
5, 17, 0, 4
Luminance
0.6781
Every format
| HEX | #eacdf6 |
| RGB | rgb(234, 205, 246) |
| HSL | hsl(282, 70%, 88%) |
| CMYK | cmyk(5%, 17%, 0%, 4%) |
| LAB | lab(85.9 17.4 -16.4) |
| LCH | lch(85.9 23.9 316.7) |
| OKLCH | oklch(0.885 0.063 316.0) |
Copy-ready code
/* CSS */
color: #eacdf6;
background-color: #eacdf6;
/* Tailwind (arbitrary) */
class="text-[#eacdf6] bg-[#eacdf6]"
/* SCSS */
$brand: #eacdf6;
/* SwiftUI */
Color(red: 0.918, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#eacdf6")Accessibility — WCAG contrast
Aa
#eacdf6 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacdf6 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.4%
Blue96.5%
CMYK percentages
Cyan4.9%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#eacdf6 text on a black background
contrast 14.56:1
Card sample
#eacdf6 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacdf6;
Background color
Panel with #eacdf6 background
background-color: #eacdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacdf6; background: linear-gradient(135deg, #eacdf6, #F6CDE7);