#eb2183
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 33, 131
HSL
331°, 84%, 53%
CMYK
0, 86, 44, 8
Luminance
0.2039
Every format
| HEX | #eb2183 |
| RGB | rgb(235, 33, 131) |
| HSL | hsl(331, 84%, 53%) |
| CMYK | cmyk(0%, 86%, 44%, 8%) |
| LAB | lab(52.3 76.9 -2.0) |
| LCH | lch(52.3 77.0 358.5) |
| OKLCH | oklch(0.620 0.237 359.0) |
Copy-ready code
/* CSS */
color: #eb2183;
background-color: #eb2183;
/* Tailwind (arbitrary) */
class="text-[#eb2183] bg-[#eb2183]"
/* SCSS */
$brand: #eb2183;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.514)
/* Android */
Color.parseColor("#eb2183")Accessibility — WCAG contrast
Aa
#eb2183 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2183 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow44.3%
Key (black)7.8%
Color previews
#eb2183 text on a black background
contrast 5.08:1
Card sample
#eb2183 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2183;
Background color
Panel with #eb2183 background
background-color: #eb2183;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2183;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2183; background: linear-gradient(135deg, #eb2183, #EB4521);