#eb1021
a balanced, electric red · warm · closest name: red
RGB
235, 16, 33
HSL
355°, 87%, 49%
CMYK
0, 93, 86, 8
Luminance
0.1814
Every format
| HEX | #eb1021 |
| RGB | rgb(235, 16, 33) |
| HSL | hsl(355, 87%, 49%) |
| CMYK | cmyk(0%, 93%, 86%, 8%) |
| LAB | lab(49.7 74.4 52.1) |
| LCH | lch(49.7 90.8 35.0) |
| OKLCH | oklch(0.595 0.237 26.7) |
Copy-ready code
/* CSS */
color: #eb1021;
background-color: #eb1021;
/* Tailwind (arbitrary) */
class="text-[#eb1021] bg-[#eb1021]"
/* SCSS */
$brand: #eb1021;
/* SwiftUI */
Color(red: 0.922, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#eb1021")Accessibility — WCAG contrast
Aa
#eb1021 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb1021 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow86.0%
Key (black)7.8%
Color previews
#eb1021 text on a black background
contrast 4.63:1
Card sample
#eb1021 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1021;
Background color
Panel with #eb1021 background
background-color: #eb1021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1021; background: linear-gradient(135deg, #eb1021, #EB9110);