#eb0963
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 9, 99
HSL
336°, 93%, 48%
CMYK
0, 96, 58, 8
Luminance
0.1876
Every format
| HEX | #eb0963 |
| RGB | rgb(235, 9, 99) |
| HSL | hsl(336, 93%, 48%) |
| CMYK | cmyk(0%, 96%, 58%, 8%) |
| LAB | lab(50.4 77.6 14.8) |
| LCH | lch(50.4 79.0 10.8) |
| OKLCH | oklch(0.604 0.239 8.9) |
Copy-ready code
/* CSS */
color: #eb0963;
background-color: #eb0963;
/* Tailwind (arbitrary) */
class="text-[#eb0963] bg-[#eb0963]"
/* SCSS */
$brand: #eb0963;
/* SwiftUI */
Color(red: 0.922, green: 0.035, blue: 0.388)
/* Android */
Color.parseColor("#eb0963")Accessibility — WCAG contrast
Aa
#eb0963 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0963 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green3.5%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta96.2%
Yellow57.9%
Key (black)7.8%
Color previews
#eb0963 text on a black background
contrast 4.75:1
Card sample
#eb0963 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0963;
Background color
Panel with #eb0963 background
background-color: #eb0963;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0963;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 9, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 9, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0963; background: linear-gradient(135deg, #eb0963, #EB4609);