#eb3170
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 49, 112
HSL
340°, 82%, 56%
CMYK
0, 79, 52, 8
Luminance
0.2103
Every format
| HEX | #eb3170 |
| RGB | rgb(235, 49, 112) |
| HSL | hsl(340, 82%, 56%) |
| CMYK | cmyk(0%, 79%, 52%, 8%) |
| LAB | lab(53.0 71.9 10.5) |
| LCH | lch(53.0 72.7 8.3) |
| OKLCH | oklch(0.623 0.221 7.0) |
Copy-ready code
/* CSS */
color: #eb3170;
background-color: #eb3170;
/* Tailwind (arbitrary) */
class="text-[#eb3170] bg-[#eb3170]"
/* SCSS */
$brand: #eb3170;
/* SwiftUI */
Color(red: 0.922, green: 0.192, blue: 0.439)
/* Android */
Color.parseColor("#eb3170")Accessibility — WCAG contrast
Aa
#eb3170 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3170 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green19.2%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow52.3%
Key (black)7.8%
Color previews
#eb3170 text on a black background
contrast 5.21:1
Card sample
#eb3170 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3170;
Background color
Panel with #eb3170 background
background-color: #eb3170;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3170;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 49, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 49, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3170; background: linear-gradient(135deg, #eb3170, #EB6E31);