#eb2140
a balanced, electric red · warm · closest name: crimson
RGB
235, 33, 64
HSL
351°, 84%, 53%
CMYK
0, 86, 73, 8
Luminance
0.1912
Every format
| HEX | #eb2140 |
| RGB | rgb(235, 33, 64) |
| HSL | hsl(351, 84%, 53%) |
| CMYK | cmyk(0%, 86%, 73%, 8%) |
| LAB | lab(50.8 72.8 36.4) |
| LCH | lch(50.8 81.4 26.6) |
| OKLCH | oklch(0.605 0.229 21.1) |
Copy-ready code
/* CSS */
color: #eb2140;
background-color: #eb2140;
/* Tailwind (arbitrary) */
class="text-[#eb2140] bg-[#eb2140]"
/* SCSS */
$brand: #eb2140;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.251)
/* Android */
Color.parseColor("#eb2140")Accessibility — WCAG contrast
Aa
#eb2140 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2140 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow72.8%
Key (black)7.8%
Color previews
#eb2140 text on a black background
contrast 4.82:1
Card sample
#eb2140 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2140;
Background color
Panel with #eb2140 background
background-color: #eb2140;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2140;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2140; background: linear-gradient(135deg, #eb2140, #EB8921);