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