#eb2902
a balanced, electric red · warm · closest name: red
RGB
235, 41, 2
HSL
10°, 98%, 47%
CMYK
0, 83, 99, 8
Luminance
0.1925
Every format
| HEX | #eb2902 |
| RGB | rgb(235, 41, 2) |
| HSL | hsl(10, 98%, 47%) |
| CMYK | cmyk(0%, 83%, 99%, 8%) |
| LAB | lab(51.0 69.9 63.4) |
| LCH | lch(51.0 94.3 42.2) |
| OKLCH | oklch(0.604 0.229 31.8) |
Copy-ready code
/* CSS */
color: #eb2902;
background-color: #eb2902;
/* Tailwind (arbitrary) */
class="text-[#eb2902] bg-[#eb2902]"
/* SCSS */
$brand: #eb2902;
/* SwiftUI */
Color(red: 0.922, green: 0.161, blue: 0.008)
/* Android */
Color.parseColor("#eb2902")Accessibility — WCAG contrast
Aa
#eb2902 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2902 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.1%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow99.1%
Key (black)7.8%
Color previews
#eb2902 text on a black background
contrast 4.85:1
Card sample
#eb2902 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2902;
Background color
Panel with #eb2902 background
background-color: #eb2902;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2902;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 41, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 41, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2902; background: linear-gradient(135deg, #eb2902, #EBC402);