#eb1985
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 25, 133
HSL
329°, 84%, 51%
CMYK
0, 89, 43, 8
Luminance
0.2005
Every format
| HEX | #eb1985 |
| RGB | rgb(235, 25, 133) |
| HSL | hsl(329, 84%, 51%) |
| CMYK | cmyk(0%, 89%, 43%, 8%) |
| LAB | lab(51.9 78.4 -3.8) |
| LCH | lch(51.9 78.5 357.3) |
| OKLCH | oklch(0.617 0.242 357.9) |
Copy-ready code
/* CSS */
color: #eb1985;
background-color: #eb1985;
/* Tailwind (arbitrary) */
class="text-[#eb1985] bg-[#eb1985]"
/* SCSS */
$brand: #eb1985;
/* SwiftUI */
Color(red: 0.922, green: 0.098, blue: 0.522)
/* Android */
Color.parseColor("#eb1985")Accessibility — WCAG contrast
Aa
#eb1985 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1985 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green9.8%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow43.4%
Key (black)7.8%
Color previews
#eb1985 text on a black background
contrast 5.01:1
Card sample
#eb1985 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1985;
Background color
Panel with #eb1985 background
background-color: #eb1985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 25, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 25, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1985; background: linear-gradient(135deg, #eb1985, #EB3919);