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