#eb3cee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 60, 238
HSL
299°, 84%, 58%
CMYK
1, 75, 0, 7
Luminance
0.2707
Every format
| HEX | #eb3cee |
| RGB | rgb(235, 60, 238) |
| HSL | hsl(299, 84%, 58%) |
| CMYK | cmyk(1%, 75%, 0%, 7%) |
| LAB | lab(59.0 83.7 -53.6) |
| LCH | lch(59.0 99.4 327.4) |
| OKLCH | oklch(0.683 0.276 327.3) |
Copy-ready code
/* CSS */
color: #eb3cee;
background-color: #eb3cee;
/* Tailwind (arbitrary) */
class="text-[#eb3cee] bg-[#eb3cee]"
/* SCSS */
$brand: #eb3cee;
/* SwiftUI */
Color(red: 0.922, green: 0.235, blue: 0.933)
/* Android */
Color.parseColor("#eb3cee")Accessibility — WCAG contrast
Aa
#eb3cee on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3cee on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.5%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta74.8%
Yellow0.0%
Key (black)6.7%
Color previews
#eb3cee text on a black background
contrast 6.41:1
Card sample
#eb3cee text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3cee;
Background color
Panel with #eb3cee background
background-color: #eb3cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 60, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 60, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3cee; background: linear-gradient(135deg, #eb3cee, #EE3C7A);