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