#eb411f
a balanced, electric red · warm · closest name: tomato
RGB
235, 65, 31
HSL
10°, 84%, 52%
CMYK
0, 72, 87, 8
Luminance
0.2154
Every format
| HEX | #eb411f |
| RGB | rgb(235, 65, 31) |
| HSL | hsl(10, 84%, 52%) |
| CMYK | cmyk(0%, 72%, 87%, 8%) |
| LAB | lab(53.5 63.4 56.1) |
| LCH | lch(53.5 84.6 41.5) |
| OKLCH | oklch(0.624 0.211 33.0) |
Copy-ready code
/* CSS */
color: #eb411f;
background-color: #eb411f;
/* Tailwind (arbitrary) */
class="text-[#eb411f] bg-[#eb411f]"
/* SCSS */
$brand: #eb411f;
/* SwiftUI */
Color(red: 0.922, green: 0.255, blue: 0.122)
/* Android */
Color.parseColor("#eb411f")Accessibility — WCAG contrast
Aa
#eb411f on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb411f on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow86.8%
Key (black)7.8%
Color previews
#eb411f text on a black background
contrast 5.31:1
Card sample
#eb411f text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb411f;
Background color
Panel with #eb411f background
background-color: #eb411f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb411f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 65, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 65, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb411f; background: linear-gradient(135deg, #eb411f, #EBC91F);