#eb222f
a balanced, electric red · warm · closest name: crimson
RGB
235, 34, 47
HSL
356°, 83%, 53%
CMYK
0, 86, 80, 8
Luminance
0.1901
Every format
| HEX | #eb222f |
| RGB | rgb(235, 34, 47) |
| HSL | hsl(356, 83%, 53%) |
| CMYK | cmyk(0%, 86%, 80%, 8%) |
| LAB | lab(50.7 72.0 45.9) |
| LCH | lch(50.7 85.4 32.5) |
| OKLCH | oklch(0.603 0.229 25.4) |
Copy-ready code
/* CSS */
color: #eb222f;
background-color: #eb222f;
/* Tailwind (arbitrary) */
class="text-[#eb222f] bg-[#eb222f]"
/* SCSS */
$brand: #eb222f;
/* SwiftUI */
Color(red: 0.922, green: 0.133, blue: 0.184)
/* Android */
Color.parseColor("#eb222f")Accessibility — WCAG contrast
Aa
#eb222f on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb222f on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green13.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow80.0%
Key (black)7.8%
Color previews
#eb222f text on a black background
contrast 4.80:1
Card sample
#eb222f text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb222f;
Background color
Panel with #eb222f background
background-color: #eb222f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb222f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 34, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 34, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb222f; background: linear-gradient(135deg, #eb222f, #EB9B22);