#eb2154
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 33, 84
HSL
345°, 84%, 53%
CMYK
0, 86, 64, 8
Luminance
0.1939
Every format
| HEX | #eb2154 |
| RGB | rgb(235, 33, 84) |
| HSL | hsl(345, 84%, 53%) |
| CMYK | cmyk(0%, 86%, 64%, 8%) |
| LAB | lab(51.1 73.7 24.9) |
| LCH | lch(51.1 77.8 18.7) |
| OKLCH | oklch(0.608 0.229 15.1) |
Copy-ready code
/* CSS */
color: #eb2154;
background-color: #eb2154;
/* Tailwind (arbitrary) */
class="text-[#eb2154] bg-[#eb2154]"
/* SCSS */
$brand: #eb2154;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.329)
/* Android */
Color.parseColor("#eb2154")Accessibility — WCAG contrast
Aa
#eb2154 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2154 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow64.3%
Key (black)7.8%
Color previews
#eb2154 text on a black background
contrast 4.88:1
Card sample
#eb2154 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2154;
Background color
Panel with #eb2154 background
background-color: #eb2154;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2154;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2154; background: linear-gradient(135deg, #eb2154, #EB7521);