#eacdf0
a pale, vivid violet · warm · closest name: lavender
RGB
234, 205, 240
HSL
290°, 54%, 87%
CMYK
3, 15, 0, 6
Luminance
0.6745
Every format
| HEX | #eacdf0 |
| RGB | rgb(234, 205, 240) |
| HSL | hsl(290, 54%, 87%) |
| CMYK | cmyk(3%, 15%, 0%, 6%) |
| LAB | lab(85.7 16.2 -13.5) |
| LCH | lch(85.7 21.1 320.3) |
| OKLCH | oklch(0.883 0.057 320.5) |
Copy-ready code
/* CSS */
color: #eacdf0;
background-color: #eacdf0;
/* Tailwind (arbitrary) */
class="text-[#eacdf0] bg-[#eacdf0]"
/* SCSS */
$brand: #eacdf0;
/* SwiftUI */
Color(red: 0.918, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#eacdf0")Accessibility — WCAG contrast
Aa
#eacdf0 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacdf0 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.4%
Blue94.1%
CMYK percentages
Cyan2.5%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#eacdf0 text on a black background
contrast 14.49:1
Card sample
#eacdf0 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacdf0;
Background color
Panel with #eacdf0 background
background-color: #eacdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacdf0; background: linear-gradient(135deg, #eacdf0, #F0CDDF);