#eacdfe
a pale, electric violet · warm · closest name: plum
RGB
234, 205, 254
HSL
276°, 96%, 90%
CMYK
8, 19, 0, 0
Luminance
0.6831
Every format
| HEX | #eacdfe |
| RGB | rgb(234, 205, 254) |
| HSL | hsl(276, 96%, 90%) |
| CMYK | cmyk(8%, 19%, 0%, 0%) |
| LAB | lab(86.2 18.9 -20.2) |
| LCH | lch(86.2 27.7 313.1) |
| OKLCH | oklch(0.888 0.073 311.4) |
Copy-ready code
/* CSS */
color: #eacdfe;
background-color: #eacdfe;
/* Tailwind (arbitrary) */
class="text-[#eacdfe] bg-[#eacdfe]"
/* SCSS */
$brand: #eacdfe;
/* SwiftUI */
Color(red: 0.918, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#eacdfe")Accessibility — WCAG contrast
Aa
#eacdfe on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacdfe on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.4%
Blue99.6%
CMYK percentages
Cyan7.9%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#eacdfe text on a black background
contrast 14.66:1
Card sample
#eacdfe text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacdfe;
Background color
Panel with #eacdfe background
background-color: #eacdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacdfe; background: linear-gradient(135deg, #eacdfe, #FECDF1);