#eb2339
a balanced, electric red · warm · closest name: crimson
RGB
235, 35, 57
HSL
353°, 83%, 53%
CMYK
0, 85, 76, 8
Luminance
0.1916
Every format
| HEX | #eb2339 |
| RGB | rgb(235, 35, 57) |
| HSL | hsl(353, 83%, 53%) |
| CMYK | cmyk(0%, 85%, 76%, 8%) |
| LAB | lab(50.9 72.2 40.5) |
| LCH | lch(50.9 82.8 29.3) |
| OKLCH | oklch(0.605 0.228 23.1) |
Copy-ready code
/* CSS */
color: #eb2339;
background-color: #eb2339;
/* Tailwind (arbitrary) */
class="text-[#eb2339] bg-[#eb2339]"
/* SCSS */
$brand: #eb2339;
/* SwiftUI */
Color(red: 0.922, green: 0.137, blue: 0.224)
/* Android */
Color.parseColor("#eb2339")Accessibility — WCAG contrast
Aa
#eb2339 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2339 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green13.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta85.1%
Yellow75.7%
Key (black)7.8%
Color previews
#eb2339 text on a black background
contrast 4.83:1
Card sample
#eb2339 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2339;
Background color
Panel with #eb2339 background
background-color: #eb2339;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2339;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 35, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 35, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2339; background: linear-gradient(135deg, #eb2339, #EB9223);