#e9beee
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 190, 238
HSL
294°, 59%, 84%
CMYK
2, 20, 0, 7
Luminance
0.6032
Every format
| HEX | #e9beee |
| RGB | rgb(233, 190, 238) |
| HSL | hsl(294, 59%, 84%) |
| CMYK | cmyk(2%, 20%, 0%, 7%) |
| LAB | lab(82.0 23.5 -18.0) |
| LCH | lch(82.0 29.6 322.6) |
| OKLCH | oklch(0.854 0.080 322.8) |
Copy-ready code
/* CSS */
color: #e9beee;
background-color: #e9beee;
/* Tailwind (arbitrary) */
class="text-[#e9beee] bg-[#e9beee]"
/* SCSS */
$brand: #e9beee;
/* SwiftUI */
Color(red: 0.914, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#e9beee")Accessibility — WCAG contrast
Aa
#e9beee on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9beee on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green74.5%
Blue93.3%
CMYK percentages
Cyan2.1%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#e9beee text on a black background
contrast 13.06:1
Card sample
#e9beee text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9beee;
Background color
Panel with #e9beee background
background-color: #e9beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9beee; background: linear-gradient(135deg, #e9beee, #EEBED3);