#eb2b13
a balanced, electric red · warm · closest name: red
RGB
235, 43, 19
HSL
7°, 85%, 50%
CMYK
0, 82, 92, 8
Luminance
0.1944
Every format
| HEX | #eb2b13 |
| RGB | rgb(235, 43, 19) |
| HSL | hsl(7, 85%, 50%) |
| CMYK | cmyk(0%, 82%, 92%, 8%) |
| LAB | lab(51.2 69.6 58.9) |
| LCH | lch(51.2 91.2 40.3) |
| OKLCH | oklch(0.606 0.227 30.8) |
Copy-ready code
/* CSS */
color: #eb2b13;
background-color: #eb2b13;
/* Tailwind (arbitrary) */
class="text-[#eb2b13] bg-[#eb2b13]"
/* SCSS */
$brand: #eb2b13;
/* SwiftUI */
Color(red: 0.922, green: 0.169, blue: 0.075)
/* Android */
Color.parseColor("#eb2b13")Accessibility — WCAG contrast
Aa
#eb2b13 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2b13 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow91.9%
Key (black)7.8%
Color previews
#eb2b13 text on a black background
contrast 4.89:1
Card sample
#eb2b13 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2b13;
Background color
Panel with #eb2b13 background
background-color: #eb2b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 43, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 43, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2b13; background: linear-gradient(135deg, #eb2b13, #EBBB13);