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