#eac0fd
a pale, electric violet · warm · closest name: plum
RGB
234, 192, 253
HSL
281°, 94%, 87%
CMYK
8, 24, 0, 1
Luminance
0.6228
Every format
| HEX | #eac0fd |
| RGB | rgb(234, 192, 253) |
| HSL | hsl(281, 94%, 87%) |
| CMYK | cmyk(8%, 24%, 0%, 1%) |
| LAB | lab(83.1 25.6 -24.4) |
| LCH | lch(83.1 35.4 316.4) |
| OKLCH | oklch(0.864 0.094 315.2) |
Copy-ready code
/* CSS */
color: #eac0fd;
background-color: #eac0fd;
/* Tailwind (arbitrary) */
class="text-[#eac0fd] bg-[#eac0fd]"
/* SCSS */
$brand: #eac0fd;
/* SwiftUI */
Color(red: 0.918, green: 0.753, blue: 0.992)
/* Android */
Color.parseColor("#eac0fd")Accessibility — WCAG contrast
Aa
#eac0fd on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac0fd on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green75.3%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta24.1%
Yellow0.0%
Key (black)0.8%
Color previews
#eac0fd text on a black background
contrast 13.46:1
Card sample
#eac0fd text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac0fd;
Background color
Panel with #eac0fd background
background-color: #eac0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 192, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 192, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac0fd; background: linear-gradient(135deg, #eac0fd, #FDC0E7);