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