#eb482f
a balanced, electric red · warm · closest name: tomato
RGB
235, 72, 47
HSL
8°, 83%, 55%
CMYK
0, 69, 80, 8
Luminance
0.2250
Every format
| HEX | #eb482f |
| RGB | rgb(235, 72, 47) |
| HSL | hsl(8, 83%, 55%) |
| CMYK | cmyk(0%, 69%, 80%, 8%) |
| LAB | lab(54.6 61.3 49.7) |
| LCH | lch(54.6 78.8 39.0) |
| OKLCH | oklch(0.632 0.204 31.6) |
Copy-ready code
/* CSS */
color: #eb482f;
background-color: #eb482f;
/* Tailwind (arbitrary) */
class="text-[#eb482f] bg-[#eb482f]"
/* SCSS */
$brand: #eb482f;
/* SwiftUI */
Color(red: 0.922, green: 0.282, blue: 0.184)
/* Android */
Color.parseColor("#eb482f")Accessibility — WCAG contrast
Aa
#eb482f on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb482f on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow80.0%
Key (black)7.8%
Color previews
#eb482f text on a black background
contrast 5.50:1
Card sample
#eb482f text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb482f;
Background color
Panel with #eb482f background
background-color: #eb482f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb482f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 72, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 72, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb482f; background: linear-gradient(135deg, #eb482f, #EBC52F);