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