#eb1982
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 25, 130
HSL
330°, 84%, 51%
CMYK
0, 89, 45, 8
Luminance
0.1997
Every format
| HEX | #eb1982 |
| RGB | rgb(235, 25, 130) |
| HSL | hsl(330, 84%, 51%) |
| CMYK | cmyk(0%, 89%, 45%, 8%) |
| LAB | lab(51.8 78.1 -2.1) |
| LCH | lch(51.8 78.2 358.5) |
| OKLCH | oklch(0.616 0.241 358.9) |
Copy-ready code
/* CSS */
color: #eb1982;
background-color: #eb1982;
/* Tailwind (arbitrary) */
class="text-[#eb1982] bg-[#eb1982]"
/* SCSS */
$brand: #eb1982;
/* SwiftUI */
Color(red: 0.922, green: 0.098, blue: 0.510)
/* Android */
Color.parseColor("#eb1982")Accessibility — WCAG contrast
Aa
#eb1982 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1982 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green9.8%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow44.7%
Key (black)7.8%
Color previews
#eb1982 text on a black background
contrast 4.99:1
Card sample
#eb1982 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1982;
Background color
Panel with #eb1982 background
background-color: #eb1982;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1982;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 25, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 25, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1982; background: linear-gradient(135deg, #eb1982, #EB3C19);