#eb2539
a balanced, electric red · warm · closest name: crimson
RGB
235, 37, 57
HSL
354°, 83%, 53%
CMYK
0, 84, 76, 8
Luminance
0.1928
Every format
| HEX | #eb2539 |
| RGB | rgb(235, 37, 57) |
| HSL | hsl(354, 83%, 53%) |
| CMYK | cmyk(0%, 84%, 76%, 8%) |
| LAB | lab(51.0 71.8 40.7) |
| LCH | lch(51.0 82.5 29.5) |
| OKLCH | oklch(0.606 0.227 23.4) |
Copy-ready code
/* CSS */
color: #eb2539;
background-color: #eb2539;
/* Tailwind (arbitrary) */
class="text-[#eb2539] bg-[#eb2539]"
/* SCSS */
$brand: #eb2539;
/* SwiftUI */
Color(red: 0.922, green: 0.145, blue: 0.224)
/* Android */
Color.parseColor("#eb2539")Accessibility — WCAG contrast
Aa
#eb2539 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2539 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow75.7%
Key (black)7.8%
Color previews
#eb2539 text on a black background
contrast 4.86:1
Card sample
#eb2539 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2539;
Background color
Panel with #eb2539 background
background-color: #eb2539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 37, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 37, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2539; background: linear-gradient(135deg, #eb2539, #EB9525);