#eb0c7e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 12, 126
HSL
329°, 90%, 48%
CMYK
0, 95, 46, 8
Luminance
0.1943
Every format
| HEX | #eb0c7e |
| RGB | rgb(235, 12, 126) |
| HSL | hsl(329, 90%, 48%) |
| CMYK | cmyk(0%, 95%, 46%, 8%) |
| LAB | lab(51.2 79.2 -0.6) |
| LCH | lch(51.2 79.2 359.6) |
| OKLCH | oklch(0.612 0.244 359.9) |
Copy-ready code
/* CSS */
color: #eb0c7e;
background-color: #eb0c7e;
/* Tailwind (arbitrary) */
class="text-[#eb0c7e] bg-[#eb0c7e]"
/* SCSS */
$brand: #eb0c7e;
/* SwiftUI */
Color(red: 0.922, green: 0.047, blue: 0.494)
/* Android */
Color.parseColor("#eb0c7e")Accessibility — WCAG contrast
Aa
#eb0c7e on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0c7e on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green4.7%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow46.4%
Key (black)7.8%
Color previews
#eb0c7e text on a black background
contrast 4.89:1
Card sample
#eb0c7e text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0c7e;
Background color
Panel with #eb0c7e background
background-color: #eb0c7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0c7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 12, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 12, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0c7e; background: linear-gradient(135deg, #eb0c7e, #EB2F0C);