#eb3308
a balanced, electric red · warm · closest name: red
RGB
235, 51, 8
HSL
11°, 93%, 48%
CMYK
0, 78, 97, 8
Luminance
0.2005
Every format
| HEX | #eb3308 |
| RGB | rgb(235, 51, 8) |
| HSL | hsl(11, 93%, 48%) |
| CMYK | cmyk(0%, 78%, 97%, 8%) |
| LAB | lab(51.9 67.4 62.3) |
| LCH | lch(51.9 91.8 42.8) |
| OKLCH | oklch(0.611 0.223 32.8) |
Copy-ready code
/* CSS */
color: #eb3308;
background-color: #eb3308;
/* Tailwind (arbitrary) */
class="text-[#eb3308] bg-[#eb3308]"
/* SCSS */
$brand: #eb3308;
/* SwiftUI */
Color(red: 0.922, green: 0.200, blue: 0.031)
/* Android */
Color.parseColor("#eb3308")Accessibility — WCAG contrast
Aa
#eb3308 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3308 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green20.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow96.6%
Key (black)7.8%
Color previews
#eb3308 text on a black background
contrast 5.01:1
Card sample
#eb3308 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3308;
Background color
Panel with #eb3308 background
background-color: #eb3308;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3308;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 51, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 51, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3308; background: linear-gradient(135deg, #eb3308, #EBCA08);