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