#eb181f
a balanced, electric red · warm · closest name: red
RGB
235, 24, 31
HSL
358°, 84%, 51%
CMYK
0, 90, 87, 8
Luminance
0.1841
Every format
| HEX | #eb181f |
| RGB | rgb(235, 24, 31) |
| HSL | hsl(358, 84%, 51%) |
| CMYK | cmyk(0%, 90%, 87%, 8%) |
| LAB | lab(50.0 73.3 53.3) |
| LCH | lch(50.0 90.6 36.0) |
| OKLCH | oklch(0.597 0.235 27.4) |
Copy-ready code
/* CSS */
color: #eb181f;
background-color: #eb181f;
/* Tailwind (arbitrary) */
class="text-[#eb181f] bg-[#eb181f]"
/* SCSS */
$brand: #eb181f;
/* SwiftUI */
Color(red: 0.922, green: 0.094, blue: 0.122)
/* Android */
Color.parseColor("#eb181f")Accessibility — WCAG contrast
Aa
#eb181f on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb181f on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green9.4%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow86.8%
Key (black)7.8%
Color previews
#eb181f text on a black background
contrast 4.68:1
Card sample
#eb181f text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb181f;
Background color
Panel with #eb181f background
background-color: #eb181f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb181f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 24, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 24, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb181f; background: linear-gradient(135deg, #eb181f, #EB9E18);