#eb2883
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 40, 131
HSL
332°, 83%, 54%
CMYK
0, 83, 44, 8
Luminance
0.2082
Every format
| HEX | #eb2883 |
| RGB | rgb(235, 40, 131) |
| HSL | hsl(332, 83%, 54%) |
| CMYK | cmyk(0%, 83%, 44%, 8%) |
| LAB | lab(52.8 75.6 -1.3) |
| LCH | lch(52.8 75.6 359.0) |
| OKLCH | oklch(0.623 0.233 359.4) |
Copy-ready code
/* CSS */
color: #eb2883;
background-color: #eb2883;
/* Tailwind (arbitrary) */
class="text-[#eb2883] bg-[#eb2883]"
/* SCSS */
$brand: #eb2883;
/* SwiftUI */
Color(red: 0.922, green: 0.157, blue: 0.514)
/* Android */
Color.parseColor("#eb2883")Accessibility — WCAG contrast
Aa
#eb2883 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2883 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green15.7%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow44.3%
Key (black)7.8%
Color previews
#eb2883 text on a black background
contrast 5.16:1
Card sample
#eb2883 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2883;
Background color
Panel with #eb2883 background
background-color: #eb2883;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2883;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 40, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 40, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2883; background: linear-gradient(135deg, #eb2883, #EB4F28);