#e9bdfb
a pale, electric violet · warm · closest name: plum
RGB
233, 189, 251
HSL
283°, 89%, 86%
CMYK
7, 25, 0, 2
Luminance
0.6068
Every format
| HEX | #e9bdfb |
| RGB | rgb(233, 189, 251) |
| HSL | hsl(283, 89%, 86%) |
| CMYK | cmyk(7%, 25%, 0%, 2%) |
| LAB | lab(82.2 26.5 -24.6) |
| LCH | lch(82.2 36.2 317.1) |
| OKLCH | oklch(0.857 0.096 316.0) |
Copy-ready code
/* CSS */
color: #e9bdfb;
background-color: #e9bdfb;
/* Tailwind (arbitrary) */
class="text-[#e9bdfb] bg-[#e9bdfb]"
/* SCSS */
$brand: #e9bdfb;
/* SwiftUI */
Color(red: 0.914, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#e9bdfb")Accessibility — WCAG contrast
Aa
#e9bdfb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9bdfb on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green74.1%
Blue98.4%
CMYK percentages
Cyan7.2%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#e9bdfb text on a black background
contrast 13.14:1
Card sample
#e9bdfb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9bdfb;
Background color
Panel with #e9bdfb background
background-color: #e9bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9bdfb; background: linear-gradient(135deg, #e9bdfb, #FBBDE4);