#e5bbee
a light, vivid violet · warm · closest name: plum
RGB
229, 187, 238
HSL
289°, 60%, 83%
CMYK
4, 21, 0, 7
Luminance
0.5837
Every format
| HEX | #e5bbee |
| RGB | rgb(229, 187, 238) |
| HSL | hsl(289, 60%, 83%) |
| CMYK | cmyk(4%, 21%, 0%, 7%) |
| LAB | lab(81.0 23.8 -19.6) |
| LCH | lch(81.0 30.9 320.5) |
| OKLCH | oklch(0.845 0.083 320.3) |
Copy-ready code
/* CSS */
color: #e5bbee;
background-color: #e5bbee;
/* Tailwind (arbitrary) */
class="text-[#e5bbee] bg-[#e5bbee]"
/* SCSS */
$brand: #e5bbee;
/* SwiftUI */
Color(red: 0.898, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#e5bbee")Accessibility — WCAG contrast
Aa
#e5bbee on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5bbee on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green73.3%
Blue93.3%
CMYK percentages
Cyan3.8%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#e5bbee text on a black background
contrast 12.67:1
Card sample
#e5bbee text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5bbee;
Background color
Panel with #e5bbee background
background-color: #e5bbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5bbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5bbee; background: linear-gradient(135deg, #e5bbee, #EEBBD5);