#eb4813
a balanced, electric red · warm · closest name: tomato
RGB
235, 72, 19
HSL
15°, 85%, 50%
CMYK
0, 69, 92, 8
Luminance
0.2234
Every format
| HEX | #eb4813 |
| RGB | rgb(235, 72, 19) |
| HSL | hsl(15, 85%, 50%) |
| CMYK | cmyk(0%, 69%, 92%, 8%) |
| LAB | lab(54.4 60.7 61.0) |
| LCH | lch(54.4 86.0 45.2) |
| OKLCH | oklch(0.630 0.207 36.0) |
Copy-ready code
/* CSS */
color: #eb4813;
background-color: #eb4813;
/* Tailwind (arbitrary) */
class="text-[#eb4813] bg-[#eb4813]"
/* SCSS */
$brand: #eb4813;
/* SwiftUI */
Color(red: 0.922, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#eb4813")Accessibility — WCAG contrast
Aa
#eb4813 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4813 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow91.9%
Key (black)7.8%
Color previews
#eb4813 text on a black background
contrast 5.47:1
Card sample
#eb4813 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4813;
Background color
Panel with #eb4813 background
background-color: #eb4813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4813; background: linear-gradient(135deg, #eb4813, #EBD813);