#eb3874
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 56, 116
HSL
340°, 82%, 57%
CMYK
0, 76, 51, 8
Luminance
0.2175
Every format
| HEX | #eb3874 |
| RGB | rgb(235, 56, 116) |
| HSL | hsl(340, 82%, 57%) |
| CMYK | cmyk(0%, 76%, 51%, 8%) |
| LAB | lab(53.8 70.3 9.2) |
| LCH | lch(53.8 70.9 7.4) |
| OKLCH | oklch(0.629 0.216 6.3) |
Copy-ready code
/* CSS */
color: #eb3874;
background-color: #eb3874;
/* Tailwind (arbitrary) */
class="text-[#eb3874] bg-[#eb3874]"
/* SCSS */
$brand: #eb3874;
/* SwiftUI */
Color(red: 0.922, green: 0.220, blue: 0.455)
/* Android */
Color.parseColor("#eb3874")Accessibility — WCAG contrast
Aa
#eb3874 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3874 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.0%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow50.6%
Key (black)7.8%
Color previews
#eb3874 text on a black background
contrast 5.35:1
Card sample
#eb3874 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3874;
Background color
Panel with #eb3874 background
background-color: #eb3874;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3874;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 56, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 56, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3874; background: linear-gradient(135deg, #eb3874, #EB7438);