#eb1469
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 20, 105
HSL
336°, 84%, 50%
CMYK
0, 92, 55, 8
Luminance
0.1918
Every format
| HEX | #eb1469 |
| RGB | rgb(235, 20, 105) |
| HSL | hsl(336, 84%, 50%) |
| CMYK | cmyk(0%, 92%, 55%, 8%) |
| LAB | lab(50.9 76.9 11.8) |
| LCH | lch(50.9 77.8 8.7) |
| OKLCH | oklch(0.608 0.237 7.3) |
Copy-ready code
/* CSS */
color: #eb1469;
background-color: #eb1469;
/* Tailwind (arbitrary) */
class="text-[#eb1469] bg-[#eb1469]"
/* SCSS */
$brand: #eb1469;
/* SwiftUI */
Color(red: 0.922, green: 0.078, blue: 0.412)
/* Android */
Color.parseColor("#eb1469")Accessibility — WCAG contrast
Aa
#eb1469 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1469 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.8%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow55.3%
Key (black)7.8%
Color previews
#eb1469 text on a black background
contrast 4.84:1
Card sample
#eb1469 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1469;
Background color
Panel with #eb1469 background
background-color: #eb1469;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1469;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 20, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 20, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1469; background: linear-gradient(135deg, #eb1469, #EB4E14);