#eb2200
a balanced, electric red · warm · closest name: red
RGB
235, 34, 0
HSL
9°, 100%, 46%
CMYK
0, 86, 100, 8
Luminance
0.1881
Every format
| HEX | #eb2200 |
| RGB | rgb(235, 34, 0) |
| HSL | hsl(9, 100%, 46%) |
| CMYK | cmyk(0%, 86%, 100%, 8%) |
| LAB | lab(50.5 71.3 63.7) |
| LCH | lch(50.5 95.6 41.8) |
| OKLCH | oklch(0.601 0.233 31.2) |
Copy-ready code
/* CSS */
color: #eb2200;
background-color: #eb2200;
/* Tailwind (arbitrary) */
class="text-[#eb2200] bg-[#eb2200]"
/* SCSS */
$brand: #eb2200;
/* SwiftUI */
Color(red: 0.922, green: 0.133, blue: 0.000)
/* Android */
Color.parseColor("#eb2200")Accessibility — WCAG contrast
Aa
#eb2200 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2200 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green13.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow100.0%
Key (black)7.8%
Color previews
#eb2200 text on a black background
contrast 4.76:1
Card sample
#eb2200 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2200;
Background color
Panel with #eb2200 background
background-color: #eb2200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 34, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 34, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2200; background: linear-gradient(135deg, #eb2200, #EBBF00);