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