#e4bafd
a pale, electric violet · warm · closest name: plum
RGB
228, 186, 253
HSL
278°, 94%, 86%
CMYK
10, 27, 0, 1
Luminance
0.5870
Every format
| HEX | #e4bafd |
| RGB | rgb(228, 186, 253) |
| HSL | hsl(278, 94%, 86%) |
| CMYK | cmyk(10%, 27%, 0%, 1%) |
| LAB | lab(81.1 26.9 -27.4) |
| LCH | lch(81.1 38.4 314.5) |
| OKLCH | oklch(0.848 0.101 312.6) |
Copy-ready code
/* CSS */
color: #e4bafd;
background-color: #e4bafd;
/* Tailwind (arbitrary) */
class="text-[#e4bafd] bg-[#e4bafd]"
/* SCSS */
$brand: #e4bafd;
/* SwiftUI */
Color(red: 0.894, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#e4bafd")Accessibility — WCAG contrast
Aa
#e4bafd on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4bafd on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green72.9%
Blue99.2%
CMYK percentages
Cyan9.9%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#e4bafd text on a black background
contrast 12.74:1
Card sample
#e4bafd text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4bafd;
Background color
Panel with #e4bafd background
background-color: #e4bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4bafd; background: linear-gradient(135deg, #e4bafd, #FDBAE9);