#eacafd
a pale, electric violet · warm · closest name: plum
RGB
234, 202, 253
HSL
278°, 93%, 89%
CMYK
8, 20, 0, 1
Luminance
0.6683
Every format
| HEX | #eacafd |
| RGB | rgb(234, 202, 253) |
| HSL | hsl(278, 93%, 89%) |
| CMYK | cmyk(8%, 20%, 0%, 1%) |
| LAB | lab(85.4 20.3 -20.8) |
| LCH | lch(85.4 29.1 314.3) |
| OKLCH | oklch(0.882 0.077 312.8) |
Copy-ready code
/* CSS */
color: #eacafd;
background-color: #eacafd;
/* Tailwind (arbitrary) */
class="text-[#eacafd] bg-[#eacafd]"
/* SCSS */
$brand: #eacafd;
/* SwiftUI */
Color(red: 0.918, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#eacafd")Accessibility — WCAG contrast
Aa
#eacafd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacafd on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green79.2%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#eacafd text on a black background
contrast 14.37:1
Card sample
#eacafd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacafd;
Background color
Panel with #eacafd background
background-color: #eacafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacafd; background: linear-gradient(135deg, #eacafd, #FDCAEE);