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