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