#eb37eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 55, 235
HSL
300°, 82%, 57%
CMYK
0, 77, 0, 8
Luminance
0.2639
Every format
| HEX | #eb37eb |
| RGB | rgb(235, 55, 235) |
| HSL | hsl(300, 82%, 57%) |
| CMYK | cmyk(0%, 77%, 0%, 8%) |
| LAB | lab(58.4 84.5 -52.9) |
| LCH | lch(58.4 99.8 328.0) |
| OKLCH | oklch(0.678 0.278 328.1) |
Copy-ready code
/* CSS */
color: #eb37eb;
background-color: #eb37eb;
/* Tailwind (arbitrary) */
class="text-[#eb37eb] bg-[#eb37eb]"
/* SCSS */
$brand: #eb37eb;
/* SwiftUI */
Color(red: 0.922, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#eb37eb")Accessibility — WCAG contrast
Aa
#eb37eb on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb37eb on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green21.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#eb37eb text on a black background
contrast 6.28:1
Card sample
#eb37eb text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb37eb;
Background color
Panel with #eb37eb background
background-color: #eb37eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb37eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb37eb; background: linear-gradient(135deg, #eb37eb, #EB3773);