#e7bdfb
a pale, electric violet · warm · closest name: plum
RGB
231, 189, 251
HSL
281°, 89%, 86%
CMYK
8, 25, 0, 2
Luminance
0.6035
Every format
| HEX | #e7bdfb |
| RGB | rgb(231, 189, 251) |
| HSL | hsl(281, 89%, 86%) |
| CMYK | cmyk(8%, 25%, 0%, 2%) |
| LAB | lab(82.0 25.9 -24.9) |
| LCH | lch(82.0 35.9 316.1) |
| OKLCH | oklch(0.855 0.095 314.7) |
Copy-ready code
/* CSS */
color: #e7bdfb;
background-color: #e7bdfb;
/* Tailwind (arbitrary) */
class="text-[#e7bdfb] bg-[#e7bdfb]"
/* SCSS */
$brand: #e7bdfb;
/* SwiftUI */
Color(red: 0.906, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#e7bdfb")Accessibility — WCAG contrast
Aa
#e7bdfb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7bdfb on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green74.1%
Blue98.4%
CMYK percentages
Cyan8.0%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#e7bdfb text on a black background
contrast 13.07:1
Card sample
#e7bdfb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7bdfb;
Background color
Panel with #e7bdfb background
background-color: #e7bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7bdfb; background: linear-gradient(135deg, #e7bdfb, #FBBDE6);