#eb021e
a balanced, electric red · warm · closest name: red
RGB
235, 2, 30
HSL
353°, 98%, 47%
CMYK
0, 99, 87, 8
Luminance
0.1780
Every format
| HEX | #eb021e |
| RGB | rgb(235, 2, 30) |
| HSL | hsl(353, 98%, 47%) |
| CMYK | cmyk(0%, 99%, 87%, 8%) |
| LAB | lab(49.3 75.5 53.1) |
| LCH | lch(49.3 92.3 35.2) |
| OKLCH | oklch(0.592 0.240 26.6) |
Copy-ready code
/* CSS */
color: #eb021e;
background-color: #eb021e;
/* Tailwind (arbitrary) */
class="text-[#eb021e] bg-[#eb021e]"
/* SCSS */
$brand: #eb021e;
/* SwiftUI */
Color(red: 0.922, green: 0.008, blue: 0.118)
/* Android */
Color.parseColor("#eb021e")Accessibility — WCAG contrast
Aa
#eb021e on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb021e on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.8%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow87.2%
Key (black)7.8%
Color previews
#eb021e text on a black background
contrast 4.56:1
Card sample
#eb021e text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb021e;
Background color
Panel with #eb021e background
background-color: #eb021e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb021e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 2, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 2, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb021e; background: linear-gradient(135deg, #eb021e, #EB8102);