#eb034a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 3, 74
HSL
342°, 98%, 47%
CMYK
0, 99, 69, 8
Luminance
0.1822
Every format
| HEX | #eb034a |
| RGB | rgb(235, 3, 74) |
| HSL | hsl(342, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 69%, 8%) |
| LAB | lab(49.8 76.7 29.2) |
| LCH | lch(49.8 82.1 20.8) |
| OKLCH | oklch(0.597 0.238 16.6) |
Copy-ready code
/* CSS */
color: #eb034a;
background-color: #eb034a;
/* Tailwind (arbitrary) */
class="text-[#eb034a] bg-[#eb034a]"
/* SCSS */
$brand: #eb034a;
/* SwiftUI */
Color(red: 0.922, green: 0.012, blue: 0.290)
/* Android */
Color.parseColor("#eb034a")Accessibility — WCAG contrast
Aa
#eb034a on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb034a on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green1.2%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow68.5%
Key (black)7.8%
Color previews
#eb034a text on a black background
contrast 4.64:1
Card sample
#eb034a text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb034a;
Background color
Panel with #eb034a background
background-color: #eb034a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb034a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 3, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 3, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb034a; background: linear-gradient(135deg, #eb034a, #EB5703);