#eb1429
a balanced, electric red · warm · closest name: crimson
RGB
235, 20, 41
HSL
354°, 84%, 50%
CMYK
0, 92, 83, 8
Luminance
0.1832
Every format
| HEX | #eb1429 |
| RGB | rgb(235, 20, 41) |
| HSL | hsl(354, 84%, 50%) |
| CMYK | cmyk(0%, 92%, 83%, 8%) |
| LAB | lab(49.9 74.1 48.3) |
| LCH | lch(49.9 88.4 33.1) |
| OKLCH | oklch(0.597 0.235 25.5) |
Copy-ready code
/* CSS */
color: #eb1429;
background-color: #eb1429;
/* Tailwind (arbitrary) */
class="text-[#eb1429] bg-[#eb1429]"
/* SCSS */
$brand: #eb1429;
/* SwiftUI */
Color(red: 0.922, green: 0.078, blue: 0.161)
/* Android */
Color.parseColor("#eb1429")Accessibility — WCAG contrast
Aa
#eb1429 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb1429 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.8%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow82.6%
Key (black)7.8%
Color previews
#eb1429 text on a black background
contrast 4.66:1
Card sample
#eb1429 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1429;
Background color
Panel with #eb1429 background
background-color: #eb1429;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1429;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 20, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 20, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1429; background: linear-gradient(135deg, #eb1429, #EB8E14);