#eb282b
a balanced, electric red · warm · closest name: crimson
RGB
235, 40, 43
HSL
359°, 83%, 54%
CMYK
0, 83, 82, 8
Luminance
0.1935
Every format
| HEX | #eb282b |
| RGB | rgb(235, 40, 43) |
| HSL | hsl(359, 83%, 54%) |
| CMYK | cmyk(0%, 83%, 82%, 8%) |
| LAB | lab(51.1 70.7 48.4) |
| LCH | lch(51.1 85.7 34.4) |
| OKLCH | oklch(0.606 0.227 26.8) |
Copy-ready code
/* CSS */
color: #eb282b;
background-color: #eb282b;
/* Tailwind (arbitrary) */
class="text-[#eb282b] bg-[#eb282b]"
/* SCSS */
$brand: #eb282b;
/* SwiftUI */
Color(red: 0.922, green: 0.157, blue: 0.169)
/* Android */
Color.parseColor("#eb282b")Accessibility — WCAG contrast
Aa
#eb282b on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb282b on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green15.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow81.7%
Key (black)7.8%
Color previews
#eb282b text on a black background
contrast 4.87:1
Card sample
#eb282b text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb282b;
Background color
Panel with #eb282b background
background-color: #eb282b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb282b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 40, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 40, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb282b; background: linear-gradient(135deg, #eb282b, #EBA728);