#eb005a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 0, 90
HSL
337°, 100%, 46%
CMYK
0, 100, 62, 8
Luminance
0.1840
Every format
| HEX | #eb005a |
| RGB | rgb(235, 0, 90) |
| HSL | hsl(337, 100%, 46%) |
| CMYK | cmyk(0%, 100%, 62%, 8%) |
| LAB | lab(50.0 77.7 19.7) |
| LCH | lch(50.0 80.2 14.2) |
| OKLCH | oklch(0.600 0.240 11.6) |
Copy-ready code
/* CSS */
color: #eb005a;
background-color: #eb005a;
/* Tailwind (arbitrary) */
class="text-[#eb005a] bg-[#eb005a]"
/* SCSS */
$brand: #eb005a;
/* SwiftUI */
Color(red: 0.922, green: 0.000, blue: 0.353)
/* Android */
Color.parseColor("#eb005a")Accessibility — WCAG contrast
Aa
#eb005a on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb005a on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.0%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow61.7%
Key (black)7.8%
Color previews
#eb005a text on a black background
contrast 4.68:1
Card sample
#eb005a text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb005a;
Background color
Panel with #eb005a background
background-color: #eb005a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb005a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 0, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 0, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb005a; background: linear-gradient(135deg, #eb005a, #EB4300);