#eb0352
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 3, 82
HSL
340°, 98%, 47%
CMYK
0, 99, 65, 8
Luminance
0.1834
Every format
| HEX | #eb0352 |
| RGB | rgb(235, 3, 82) |
| HSL | hsl(340, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 65%, 8%) |
| LAB | lab(49.9 77.1 24.5) |
| LCH | lch(49.9 80.9 17.6) |
| OKLCH | oklch(0.599 0.238 14.2) |
Copy-ready code
/* CSS */
color: #eb0352;
background-color: #eb0352;
/* Tailwind (arbitrary) */
class="text-[#eb0352] bg-[#eb0352]"
/* SCSS */
$brand: #eb0352;
/* SwiftUI */
Color(red: 0.922, green: 0.012, blue: 0.322)
/* Android */
Color.parseColor("#eb0352")Accessibility — WCAG contrast
Aa
#eb0352 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb0352 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green1.2%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow65.1%
Key (black)7.8%
Color previews
#eb0352 text on a black background
contrast 4.67:1
Card sample
#eb0352 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0352;
Background color
Panel with #eb0352 background
background-color: #eb0352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 3, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 3, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0352; background: linear-gradient(135deg, #eb0352, #EB4F03);