#eacdfb
a pale, electric violet · warm · closest name: lavender
RGB
234, 205, 251
HSL
278°, 85%, 89%
CMYK
7, 18, 0, 2
Luminance
0.6812
Every format
| HEX | #eacdfb |
| RGB | rgb(234, 205, 251) |
| HSL | hsl(278, 85%, 89%) |
| CMYK | cmyk(7%, 18%, 0%, 2%) |
| LAB | lab(86.1 18.3 -18.8) |
| LCH | lch(86.1 26.2 314.3) |
| OKLCH | oklch(0.887 0.069 313.0) |
Copy-ready code
/* CSS */
color: #eacdfb;
background-color: #eacdfb;
/* Tailwind (arbitrary) */
class="text-[#eacdfb] bg-[#eacdfb]"
/* SCSS */
$brand: #eacdfb;
/* SwiftUI */
Color(red: 0.918, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#eacdfb")Accessibility — WCAG contrast
Aa
#eacdfb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacdfb on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.4%
Blue98.4%
CMYK percentages
Cyan6.8%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#eacdfb text on a black background
contrast 14.62:1
Card sample
#eacdfb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacdfb;
Background color
Panel with #eacdfb background
background-color: #eacdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacdfb; background: linear-gradient(135deg, #eacdfb, #FBCDED);