#eb271f
a balanced, electric red · warm · closest name: red
RGB
235, 39, 31
HSL
2°, 84%, 52%
CMYK
0, 83, 87, 8
Luminance
0.1921
Every format
| HEX | #eb271f |
| RGB | rgb(235, 39, 31) |
| HSL | hsl(2, 84%, 52%) |
| CMYK | cmyk(0%, 83%, 87%, 8%) |
| LAB | lab(50.9 70.7 54.0) |
| LCH | lch(50.9 88.9 37.4) |
| OKLCH | oklch(0.604 0.228 28.8) |
Copy-ready code
/* CSS */
color: #eb271f;
background-color: #eb271f;
/* Tailwind (arbitrary) */
class="text-[#eb271f] bg-[#eb271f]"
/* SCSS */
$brand: #eb271f;
/* SwiftUI */
Color(red: 0.922, green: 0.153, blue: 0.122)
/* Android */
Color.parseColor("#eb271f")Accessibility — WCAG contrast
Aa
#eb271f on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb271f on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green15.3%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow86.8%
Key (black)7.8%
Color previews
#eb271f text on a black background
contrast 4.84:1
Card sample
#eb271f text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb271f;
Background color
Panel with #eb271f background
background-color: #eb271f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb271f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 39, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 39, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb271f; background: linear-gradient(135deg, #eb271f, #EBAF1F);