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