#eb045a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 4, 90
HSL
338°, 97%, 47%
CMYK
0, 98, 62, 8
Luminance
0.1849
Every format
| HEX | #eb045a |
| RGB | rgb(235, 4, 90) |
| HSL | hsl(338, 97%, 47%) |
| CMYK | cmyk(0%, 98%, 62%, 8%) |
| LAB | lab(50.1 77.4 19.9) |
| LCH | lch(50.1 79.9 14.4) |
| OKLCH | oklch(0.601 0.239 11.7) |
Copy-ready code
/* CSS */
color: #eb045a;
background-color: #eb045a;
/* Tailwind (arbitrary) */
class="text-[#eb045a] bg-[#eb045a]"
/* SCSS */
$brand: #eb045a;
/* SwiftUI */
Color(red: 0.922, green: 0.016, blue: 0.353)
/* Android */
Color.parseColor("#eb045a")Accessibility — WCAG contrast
Aa
#eb045a on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb045a on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green1.6%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow61.7%
Key (black)7.8%
Color previews
#eb045a text on a black background
contrast 4.70:1
Card sample
#eb045a text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb045a;
Background color
Panel with #eb045a background
background-color: #eb045a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb045a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 4, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 4, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb045a; background: linear-gradient(135deg, #eb045a, #EB4804);