#eb1502
a balanced, electric red · warm · closest name: red
RGB
235, 21, 2
HSL
5°, 98%, 47%
CMYK
0, 91, 99, 8
Luminance
0.1820
Every format
| HEX | #eb1502 |
| RGB | rgb(235, 21, 2) |
| HSL | hsl(5, 98%, 47%) |
| CMYK | cmyk(0%, 91%, 99%, 8%) |
| LAB | lab(49.8 73.4 62.9) |
| LCH | lch(49.8 96.7 40.6) |
| OKLCH | oklch(0.595 0.238 30.0) |
Copy-ready code
/* CSS */
color: #eb1502;
background-color: #eb1502;
/* Tailwind (arbitrary) */
class="text-[#eb1502] bg-[#eb1502]"
/* SCSS */
$brand: #eb1502;
/* SwiftUI */
Color(red: 0.922, green: 0.082, blue: 0.008)
/* Android */
Color.parseColor("#eb1502")Accessibility — WCAG contrast
Aa
#eb1502 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb1502 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green8.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow99.1%
Key (black)7.8%
Color previews
#eb1502 text on a black background
contrast 4.64:1
Card sample
#eb1502 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1502;
Background color
Panel with #eb1502 background
background-color: #eb1502;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1502;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 21, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 21, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1502; background: linear-gradient(135deg, #eb1502, #EBB002);