#eb2162
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 33, 98
HSL
341°, 84%, 53%
CMYK
0, 86, 58, 8
Luminance
0.1963
Every format
| HEX | #eb2162 |
| RGB | rgb(235, 33, 98) |
| HSL | hsl(341, 84%, 53%) |
| CMYK | cmyk(0%, 86%, 58%, 8%) |
| LAB | lab(51.4 74.5 16.8) |
| LCH | lch(51.4 76.4 12.7) |
| OKLCH | oklch(0.611 0.230 10.5) |
Copy-ready code
/* CSS */
color: #eb2162;
background-color: #eb2162;
/* Tailwind (arbitrary) */
class="text-[#eb2162] bg-[#eb2162]"
/* SCSS */
$brand: #eb2162;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.384)
/* Android */
Color.parseColor("#eb2162")Accessibility — WCAG contrast
Aa
#eb2162 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2162 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow58.3%
Key (black)7.8%
Color previews
#eb2162 text on a black background
contrast 4.93:1
Card sample
#eb2162 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2162;
Background color
Panel with #eb2162 background
background-color: #eb2162;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2162;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2162; background: linear-gradient(135deg, #eb2162, #EB6721);