#eb1633
a balanced, electric red · warm · closest name: crimson
RGB
235, 22, 51
HSL
352°, 84%, 50%
CMYK
0, 91, 78, 8
Luminance
0.1848
Every format
| HEX | #eb1633 |
| RGB | rgb(235, 22, 51) |
| HSL | hsl(352, 84%, 50%) |
| CMYK | cmyk(0%, 91%, 78%, 8%) |
| LAB | lab(50.1 74.1 43.0) |
| LCH | lch(50.1 85.7 30.2) |
| OKLCH | oklch(0.599 0.234 23.5) |
Copy-ready code
/* CSS */
color: #eb1633;
background-color: #eb1633;
/* Tailwind (arbitrary) */
class="text-[#eb1633] bg-[#eb1633]"
/* SCSS */
$brand: #eb1633;
/* SwiftUI */
Color(red: 0.922, green: 0.086, blue: 0.200)
/* Android */
Color.parseColor("#eb1633")Accessibility — WCAG contrast
Aa
#eb1633 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1633 on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green8.6%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow78.3%
Key (black)7.8%
Color previews
#eb1633 text on a black background
contrast 4.70:1
Card sample
#eb1633 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1633;
Background color
Panel with #eb1633 background
background-color: #eb1633;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1633;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 22, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 22, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1633; background: linear-gradient(135deg, #eb1633, #EB8716);