#eb9ee9
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 158, 233
HSL
302°, 66%, 77%
CMYK
0, 33, 1, 8
Luminance
0.4800
Every format
| HEX | #eb9ee9 |
| RGB | rgb(235, 158, 233) |
| HSL | hsl(302, 66%, 77%) |
| CMYK | cmyk(0%, 33%, 1%, 8%) |
| LAB | lab(74.8 40.3 -26.2) |
| LCH | lch(74.8 48.0 327.0) |
| OKLCH | oklch(0.799 0.133 327.6) |
Copy-ready code
/* CSS */
color: #eb9ee9;
background-color: #eb9ee9;
/* Tailwind (arbitrary) */
class="text-[#eb9ee9] bg-[#eb9ee9]"
/* SCSS */
$brand: #eb9ee9;
/* SwiftUI */
Color(red: 0.922, green: 0.620, blue: 0.914)
/* Android */
Color.parseColor("#eb9ee9")Accessibility — WCAG contrast
Aa
#eb9ee9 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9ee9 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.0%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow0.9%
Key (black)7.8%
Color previews
#eb9ee9 text on a black background
contrast 10.60:1
Card sample
#eb9ee9 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9ee9;
Background color
Panel with #eb9ee9 background
background-color: #eb9ee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9ee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 158, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 158, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9ee9; background: linear-gradient(135deg, #eb9ee9, #EB9EB6);