#eac2fd
a pale, electric violet · warm · closest name: plum
RGB
234, 194, 253
HSL
281°, 94%, 88%
CMYK
8, 23, 0, 1
Luminance
0.6317
Every format
| HEX | #eac2fd |
| RGB | rgb(234, 194, 253) |
| HSL | hsl(281, 94%, 88%) |
| CMYK | cmyk(8%, 23%, 0%, 1%) |
| LAB | lab(83.5 24.6 -23.7) |
| LCH | lch(83.5 34.1 316.0) |
| OKLCH | oklch(0.868 0.090 314.8) |
Copy-ready code
/* CSS */
color: #eac2fd;
background-color: #eac2fd;
/* Tailwind (arbitrary) */
class="text-[#eac2fd] bg-[#eac2fd]"
/* SCSS */
$brand: #eac2fd;
/* SwiftUI */
Color(red: 0.918, green: 0.761, blue: 0.992)
/* Android */
Color.parseColor("#eac2fd")Accessibility — WCAG contrast
Aa
#eac2fd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eac2fd on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green76.1%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta23.3%
Yellow0.0%
Key (black)0.8%
Color previews
#eac2fd text on a black background
contrast 13.63:1
Card sample
#eac2fd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eac2fd;
Background color
Panel with #eac2fd background
background-color: #eac2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eac2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 194, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 194, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eac2fd; background: linear-gradient(135deg, #eac2fd, #FDC2E9);