#eb491f
a balanced, electric red · warm · closest name: tomato
RGB
235, 73, 31
HSL
12°, 84%, 52%
CMYK
0, 69, 87, 8
Luminance
0.2253
Every format
| HEX | #eb491f |
| RGB | rgb(235, 73, 31) |
| HSL | hsl(12, 84%, 52%) |
| CMYK | cmyk(0%, 69%, 87%, 8%) |
| LAB | lab(54.6 60.5 56.9) |
| LCH | lch(54.6 83.0 43.3) |
| OKLCH | oklch(0.632 0.205 34.8) |
Copy-ready code
/* CSS */
color: #eb491f;
background-color: #eb491f;
/* Tailwind (arbitrary) */
class="text-[#eb491f] bg-[#eb491f]"
/* SCSS */
$brand: #eb491f;
/* SwiftUI */
Color(red: 0.922, green: 0.286, blue: 0.122)
/* Android */
Color.parseColor("#eb491f")Accessibility — WCAG contrast
Aa
#eb491f on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb491f on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow86.8%
Key (black)7.8%
Color previews
#eb491f text on a black background
contrast 5.51:1
Card sample
#eb491f text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb491f;
Background color
Panel with #eb491f background
background-color: #eb491f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb491f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 73, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 73, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb491f; background: linear-gradient(135deg, #eb491f, #EBD11F);