#eb211f
a balanced, electric red · warm · closest name: red
RGB
235, 33, 31
HSL
1°, 84%, 52%
CMYK
0, 86, 87, 8
Luminance
0.1885
Every format
| HEX | #eb211f |
| RGB | rgb(235, 33, 31) |
| HSL | hsl(1, 84%, 52%) |
| CMYK | cmyk(0%, 86%, 87%, 8%) |
| LAB | lab(50.5 71.9 53.7) |
| LCH | lch(50.5 89.7 36.8) |
| OKLCH | oklch(0.601 0.231 28.2) |
Copy-ready code
/* CSS */
color: #eb211f;
background-color: #eb211f;
/* Tailwind (arbitrary) */
class="text-[#eb211f] bg-[#eb211f]"
/* SCSS */
$brand: #eb211f;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.122)
/* Android */
Color.parseColor("#eb211f")Accessibility — WCAG contrast
Aa
#eb211f on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb211f on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow86.8%
Key (black)7.8%
Color previews
#eb211f text on a black background
contrast 4.77:1
Card sample
#eb211f text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb211f;
Background color
Panel with #eb211f background
background-color: #eb211f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb211f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb211f; background: linear-gradient(135deg, #eb211f, #EBA91F);