#eb243d
a balanced, electric red · warm · closest name: crimson
RGB
235, 36, 61
HSL
353°, 83%, 53%
CMYK
0, 85, 74, 8
Luminance
0.1926
Every format
| HEX | #eb243d |
| RGB | rgb(235, 36, 61) |
| HSL | hsl(353, 83%, 53%) |
| CMYK | cmyk(0%, 85%, 74%, 8%) |
| LAB | lab(51.0 72.1 38.4) |
| LCH | lch(51.0 81.7 28.0) |
| OKLCH | oklch(0.606 0.227 22.2) |
Copy-ready code
/* CSS */
color: #eb243d;
background-color: #eb243d;
/* Tailwind (arbitrary) */
class="text-[#eb243d] bg-[#eb243d]"
/* SCSS */
$brand: #eb243d;
/* SwiftUI */
Color(red: 0.922, green: 0.141, blue: 0.239)
/* Android */
Color.parseColor("#eb243d")Accessibility — WCAG contrast
Aa
#eb243d on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb243d on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.1%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow74.0%
Key (black)7.8%
Color previews
#eb243d text on a black background
contrast 4.85:1
Card sample
#eb243d text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb243d;
Background color
Panel with #eb243d background
background-color: #eb243d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb243d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 36, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 36, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb243d; background: linear-gradient(135deg, #eb243d, #EB9024);