#eb9eee
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 158, 238
HSL
298°, 70%, 78%
CMYK
1, 34, 0, 7
Luminance
0.4829
Every format
| HEX | #eb9eee |
| RGB | rgb(235, 158, 238) |
| HSL | hsl(298, 70%, 78%) |
| CMYK | cmyk(1%, 34%, 0%, 7%) |
| LAB | lab(75.0 41.2 -28.6) |
| LCH | lch(75.0 50.1 325.2) |
| OKLCH | oklch(0.801 0.137 325.5) |
Copy-ready code
/* CSS */
color: #eb9eee;
background-color: #eb9eee;
/* Tailwind (arbitrary) */
class="text-[#eb9eee] bg-[#eb9eee]"
/* SCSS */
$brand: #eb9eee;
/* SwiftUI */
Color(red: 0.922, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#eb9eee")Accessibility — WCAG contrast
Aa
#eb9eee on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9eee on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.0%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#eb9eee text on a black background
contrast 10.66:1
Card sample
#eb9eee text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9eee;
Background color
Panel with #eb9eee background
background-color: #eb9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9eee; background: linear-gradient(135deg, #eb9eee, #EE9EBC);