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