#eb091f
a balanced, electric red · warm · closest name: red
RGB
235, 9, 31
HSL
354°, 93%, 48%
CMYK
0, 96, 87, 8
Luminance
0.1796
Every format
| HEX | #eb091f |
| RGB | rgb(235, 9, 31) |
| HSL | hsl(354, 93%, 48%) |
| CMYK | cmyk(0%, 96%, 87%, 8%) |
| LAB | lab(49.5 74.9 52.8) |
| LCH | lch(49.5 91.7 35.2) |
| OKLCH | oklch(0.593 0.239 26.7) |
Copy-ready code
/* CSS */
color: #eb091f;
background-color: #eb091f;
/* Tailwind (arbitrary) */
class="text-[#eb091f] bg-[#eb091f]"
/* SCSS */
$brand: #eb091f;
/* SwiftUI */
Color(red: 0.922, green: 0.035, blue: 0.122)
/* Android */
Color.parseColor("#eb091f")Accessibility — WCAG contrast
Aa
#eb091f on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb091f on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green3.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta96.2%
Yellow86.8%
Key (black)7.8%
Color previews
#eb091f text on a black background
contrast 4.59:1
Card sample
#eb091f text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb091f;
Background color
Panel with #eb091f background
background-color: #eb091f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb091f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 9, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 9, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb091f; background: linear-gradient(135deg, #eb091f, #EB8A09);