#eb2602
a balanced, electric red · warm · closest name: red
RGB
235, 38, 2
HSL
9°, 98%, 47%
CMYK
0, 84, 99, 8
Luminance
0.1905
Every format
| HEX | #eb2602 |
| RGB | rgb(235, 38, 2) |
| HSL | hsl(9, 98%, 47%) |
| CMYK | cmyk(0%, 84%, 99%, 8%) |
| LAB | lab(50.8 70.5 63.3) |
| LCH | lch(50.8 94.8 41.9) |
| OKLCH | oklch(0.603 0.231 31.5) |
Copy-ready code
/* CSS */
color: #eb2602;
background-color: #eb2602;
/* Tailwind (arbitrary) */
class="text-[#eb2602] bg-[#eb2602]"
/* SCSS */
$brand: #eb2602;
/* SwiftUI */
Color(red: 0.922, green: 0.149, blue: 0.008)
/* Android */
Color.parseColor("#eb2602")Accessibility — WCAG contrast
Aa
#eb2602 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2602 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.9%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow99.1%
Key (black)7.8%
Color previews
#eb2602 text on a black background
contrast 4.81:1
Card sample
#eb2602 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2602;
Background color
Panel with #eb2602 background
background-color: #eb2602;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2602;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 38, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 38, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2602; background: linear-gradient(135deg, #eb2602, #EBC202);