#eb080a
a balanced, electric red · warm · closest name: red
RGB
235, 8, 10
HSL
360°, 93%, 48%
CMYK
0, 97, 96, 8
Luminance
0.1786
Every format
| HEX | #eb080a |
| RGB | rgb(235, 8, 10) |
| HSL | hsl(360, 93%, 48%) |
| CMYK | cmyk(0%, 97%, 96%, 8%) |
| LAB | lab(49.3 74.8 60.5) |
| LCH | lch(49.3 96.2 39.0) |
| OKLCH | oklch(0.592 0.240 28.9) |
Copy-ready code
/* CSS */
color: #eb080a;
background-color: #eb080a;
/* Tailwind (arbitrary) */
class="text-[#eb080a] bg-[#eb080a]"
/* SCSS */
$brand: #eb080a;
/* SwiftUI */
Color(red: 0.922, green: 0.031, blue: 0.039)
/* Android */
Color.parseColor("#eb080a")Accessibility — WCAG contrast
Aa
#eb080a on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb080a on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green3.1%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow95.7%
Key (black)7.8%
Color previews
#eb080a text on a black background
contrast 4.57:1
Card sample
#eb080a text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb080a;
Background color
Panel with #eb080a background
background-color: #eb080a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb080a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 8, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 8, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb080a; background: linear-gradient(135deg, #eb080a, #EB9D08);