#eb2129
a balanced, electric red · warm · closest name: crimson
RGB
235, 33, 41
HSL
358°, 84%, 53%
CMYK
0, 86, 83, 8
Luminance
0.1891
Every format
| HEX | #eb2129 |
| RGB | rgb(235, 33, 41) |
| HSL | hsl(358, 84%, 53%) |
| CMYK | cmyk(0%, 86%, 83%, 8%) |
| LAB | lab(50.6 72.1 48.9) |
| LCH | lch(50.6 87.1 34.2) |
| OKLCH | oklch(0.602 0.230 26.5) |
Copy-ready code
/* CSS */
color: #eb2129;
background-color: #eb2129;
/* Tailwind (arbitrary) */
class="text-[#eb2129] bg-[#eb2129]"
/* SCSS */
$brand: #eb2129;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.161)
/* Android */
Color.parseColor("#eb2129")Accessibility — WCAG contrast
Aa
#eb2129 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2129 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow82.6%
Key (black)7.8%
Color previews
#eb2129 text on a black background
contrast 4.78:1
Card sample
#eb2129 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2129;
Background color
Panel with #eb2129 background
background-color: #eb2129;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2129;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2129; background: linear-gradient(135deg, #eb2129, #EB9F21);