#eb2b39
a balanced, electric red · warm · closest name: crimson
RGB
235, 43, 57
HSL
356°, 83%, 55%
CMYK
0, 82, 76, 8
Luminance
0.1969
Every format
| HEX | #eb2b39 |
| RGB | rgb(235, 43, 57) |
| HSL | hsl(356, 83%, 55%) |
| CMYK | cmyk(0%, 82%, 76%, 8%) |
| LAB | lab(51.5 70.4 41.2) |
| LCH | lch(51.5 81.6 30.3) |
| OKLCH | oklch(0.609 0.224 24.0) |
Copy-ready code
/* CSS */
color: #eb2b39;
background-color: #eb2b39;
/* Tailwind (arbitrary) */
class="text-[#eb2b39] bg-[#eb2b39]"
/* SCSS */
$brand: #eb2b39;
/* SwiftUI */
Color(red: 0.922, green: 0.169, blue: 0.224)
/* Android */
Color.parseColor("#eb2b39")Accessibility — WCAG contrast
Aa
#eb2b39 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2b39 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow75.7%
Key (black)7.8%
Color previews
#eb2b39 text on a black background
contrast 4.94:1
Card sample
#eb2b39 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2b39;
Background color
Panel with #eb2b39 background
background-color: #eb2b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 43, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 43, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2b39; background: linear-gradient(135deg, #eb2b39, #EB9D2B);