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