#eb2134
a balanced, electric red · warm · closest name: crimson
RGB
235, 33, 52
HSL
354°, 84%, 53%
CMYK
0, 86, 78, 8
Luminance
0.1900
Every format
| HEX | #eb2134 |
| RGB | rgb(235, 33, 52) |
| HSL | hsl(354, 84%, 53%) |
| CMYK | cmyk(0%, 86%, 78%, 8%) |
| LAB | lab(50.7 72.4 43.1) |
| LCH | lch(50.7 84.3 30.8) |
| OKLCH | oklch(0.603 0.230 24.2) |
Copy-ready code
/* CSS */
color: #eb2134;
background-color: #eb2134;
/* Tailwind (arbitrary) */
class="text-[#eb2134] bg-[#eb2134]"
/* SCSS */
$brand: #eb2134;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.204)
/* Android */
Color.parseColor("#eb2134")Accessibility — WCAG contrast
Aa
#eb2134 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2134 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow77.9%
Key (black)7.8%
Color previews
#eb2134 text on a black background
contrast 4.80:1
Card sample
#eb2134 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2134;
Background color
Panel with #eb2134 background
background-color: #eb2134;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2134;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2134; background: linear-gradient(135deg, #eb2134, #EB9521);