#eb2b85
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 43, 133
HSL
332°, 83%, 55%
CMYK
0, 82, 43, 8
Luminance
0.2108
Every format
| HEX | #eb2b85 |
| RGB | rgb(235, 43, 133) |
| HSL | hsl(332, 83%, 55%) |
| CMYK | cmyk(0%, 82%, 43%, 8%) |
| LAB | lab(53.0 75.1 -2.1) |
| LCH | lch(53.0 75.1 358.4) |
| OKLCH | oklch(0.626 0.231 358.9) |
Copy-ready code
/* CSS */
color: #eb2b85;
background-color: #eb2b85;
/* Tailwind (arbitrary) */
class="text-[#eb2b85] bg-[#eb2b85]"
/* SCSS */
$brand: #eb2b85;
/* SwiftUI */
Color(red: 0.922, green: 0.169, blue: 0.522)
/* Android */
Color.parseColor("#eb2b85")Accessibility — WCAG contrast
Aa
#eb2b85 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2b85 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.9%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow43.4%
Key (black)7.8%
Color previews
#eb2b85 text on a black background
contrast 5.22:1
Card sample
#eb2b85 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2b85;
Background color
Panel with #eb2b85 background
background-color: #eb2b85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2b85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 43, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 43, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2b85; background: linear-gradient(135deg, #eb2b85, #EB512B);