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