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