#eb1f4d
a balanced, electric red · warm · closest name: crimson
RGB
235, 31, 77
HSL
347°, 84%, 52%
CMYK
0, 87, 67, 8
Luminance
0.1918
Every format
| HEX | #eb1f4d |
| RGB | rgb(235, 31, 77) |
| HSL | hsl(347, 84%, 52%) |
| CMYK | cmyk(0%, 87%, 67%, 8%) |
| LAB | lab(50.9 73.7 28.8) |
| LCH | lch(50.9 79.1 21.3) |
| OKLCH | oklch(0.606 0.229 17.2) |
Copy-ready code
/* CSS */
color: #eb1f4d;
background-color: #eb1f4d;
/* Tailwind (arbitrary) */
class="text-[#eb1f4d] bg-[#eb1f4d]"
/* SCSS */
$brand: #eb1f4d;
/* SwiftUI */
Color(red: 0.922, green: 0.122, blue: 0.302)
/* Android */
Color.parseColor("#eb1f4d")Accessibility — WCAG contrast
Aa
#eb1f4d on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1f4d on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.2%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta86.8%
Yellow67.2%
Key (black)7.8%
Color previews
#eb1f4d text on a black background
contrast 4.84:1
Card sample
#eb1f4d text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1f4d;
Background color
Panel with #eb1f4d background
background-color: #eb1f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 31, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 31, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1f4d; background: linear-gradient(135deg, #eb1f4d, #EB791F);