#eb0490
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 4, 144
HSL
324°, 97%, 47%
CMYK
0, 98, 39, 8
Luminance
0.1976
Every format
| HEX | #eb0490 |
| RGB | rgb(235, 4, 144) |
| HSL | hsl(324, 97%, 47%) |
| CMYK | cmyk(0%, 98%, 39%, 8%) |
| LAB | lab(51.6 81.4 -10.9) |
| LCH | lch(51.6 82.1 352.4) |
| OKLCH | oklch(0.616 0.253 353.7) |
Copy-ready code
/* CSS */
color: #eb0490;
background-color: #eb0490;
/* Tailwind (arbitrary) */
class="text-[#eb0490] bg-[#eb0490]"
/* SCSS */
$brand: #eb0490;
/* SwiftUI */
Color(red: 0.922, green: 0.016, blue: 0.565)
/* Android */
Color.parseColor("#eb0490")Accessibility — WCAG contrast
Aa
#eb0490 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0490 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green1.6%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow38.7%
Key (black)7.8%
Color previews
#eb0490 text on a black background
contrast 4.95:1
Card sample
#eb0490 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0490;
Background color
Panel with #eb0490 background
background-color: #eb0490;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0490;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 4, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 4, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0490; background: linear-gradient(135deg, #eb0490, #EB1204);