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