#eb341f
a balanced, electric red · warm · closest name: tomato
RGB
235, 52, 31
HSL
6°, 84%, 52%
CMYK
0, 78, 87, 8
Luminance
0.2022
Every format
| HEX | #eb341f |
| RGB | rgb(235, 52, 31) |
| HSL | hsl(6, 84%, 52%) |
| CMYK | cmyk(0%, 78%, 87%, 8%) |
| LAB | lab(52.1 67.4 54.9) |
| LCH | lch(52.1 87.0 39.2) |
| OKLCH | oklch(0.613 0.221 30.6) |
Copy-ready code
/* CSS */
color: #eb341f;
background-color: #eb341f;
/* Tailwind (arbitrary) */
class="text-[#eb341f] bg-[#eb341f]"
/* SCSS */
$brand: #eb341f;
/* SwiftUI */
Color(red: 0.922, green: 0.204, blue: 0.122)
/* Android */
Color.parseColor("#eb341f")Accessibility — WCAG contrast
Aa
#eb341f on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb341f on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green20.4%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow86.8%
Key (black)7.8%
Color previews
#eb341f text on a black background
contrast 5.04:1
Card sample
#eb341f text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb341f;
Background color
Panel with #eb341f background
background-color: #eb341f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb341f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 52, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 52, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb341f; background: linear-gradient(135deg, #eb341f, #EBBC1F);