#eb5eee
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 94, 238
HSL
299°, 81%, 65%
CMYK
1, 61, 0, 7
Luminance
0.3184
Every format
| HEX | #eb5eee |
| RGB | rgb(235, 94, 238) |
| HSL | hsl(299, 81%, 65%) |
| CMYK | cmyk(1%, 61%, 0%, 7%) |
| LAB | lab(63.2 71.9 -47.0) |
| LCH | lch(63.2 85.9 326.8) |
| OKLCH | oklch(0.713 0.238 326.9) |
Copy-ready code
/* CSS */
color: #eb5eee;
background-color: #eb5eee;
/* Tailwind (arbitrary) */
class="text-[#eb5eee] bg-[#eb5eee]"
/* SCSS */
$brand: #eb5eee;
/* SwiftUI */
Color(red: 0.922, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#eb5eee")Accessibility — WCAG contrast
Aa
#eb5eee on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb5eee on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.9%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#eb5eee text on a black background
contrast 7.37:1
Card sample
#eb5eee text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5eee;
Background color
Panel with #eb5eee background
background-color: #eb5eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5eee; background: linear-gradient(135deg, #eb5eee, #EE5E91);