#eb4512
a balanced, electric red · warm · closest name: tomato
RGB
235, 69, 18
HSL
14°, 86%, 50%
CMYK
0, 71, 92, 8
Luminance
0.2196
Every format
| HEX | #eb4512 |
| RGB | rgb(235, 69, 18) |
| HSL | hsl(14, 86%, 50%) |
| CMYK | cmyk(0%, 71%, 92%, 8%) |
| LAB | lab(54.0 61.8 61.0) |
| LCH | lch(54.0 86.8 44.7) |
| OKLCH | oklch(0.627 0.210 35.4) |
Copy-ready code
/* CSS */
color: #eb4512;
background-color: #eb4512;
/* Tailwind (arbitrary) */
class="text-[#eb4512] bg-[#eb4512]"
/* SCSS */
$brand: #eb4512;
/* SwiftUI */
Color(red: 0.922, green: 0.271, blue: 0.071)
/* Android */
Color.parseColor("#eb4512")Accessibility — WCAG contrast
Aa
#eb4512 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4512 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.1%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow92.3%
Key (black)7.8%
Color previews
#eb4512 text on a black background
contrast 5.39:1
Card sample
#eb4512 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4512;
Background color
Panel with #eb4512 background
background-color: #eb4512;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4512;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 69, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 69, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4512; background: linear-gradient(135deg, #eb4512, #EBD612);