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