#eb150f
a balanced, electric red · warm · closest name: red
RGB
235, 21, 15
HSL
2°, 88%, 49%
CMYK
0, 91, 94, 8
Luminance
0.1823
Every format
| HEX | #eb150f |
| RGB | rgb(235, 21, 15) |
| HSL | hsl(2, 88%, 49%) |
| CMYK | cmyk(0%, 91%, 94%, 8%) |
| LAB | lab(49.8 73.5 59.4) |
| LCH | lch(49.8 94.5 38.9) |
| OKLCH | oklch(0.596 0.237 29.1) |
Copy-ready code
/* CSS */
color: #eb150f;
background-color: #eb150f;
/* Tailwind (arbitrary) */
class="text-[#eb150f] bg-[#eb150f]"
/* SCSS */
$brand: #eb150f;
/* SwiftUI */
Color(red: 0.922, green: 0.082, blue: 0.059)
/* Android */
Color.parseColor("#eb150f")Accessibility — WCAG contrast
Aa
#eb150f on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb150f on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green8.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow93.6%
Key (black)7.8%
Color previews
#eb150f text on a black background
contrast 4.65:1
Card sample
#eb150f text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb150f;
Background color
Panel with #eb150f background
background-color: #eb150f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb150f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 21, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 21, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb150f; background: linear-gradient(135deg, #eb150f, #EBA70F);