#eb2e2e
a balanced, electric red · warm · closest name: crimson
RGB
235, 46, 46
HSL
0°, 83%, 55%
CMYK
0, 80, 80, 8
Luminance
0.1981
Every format
| HEX | #eb2e2e |
| RGB | rgb(235, 46, 46) |
| HSL | hsl(0, 83%, 55%) |
| CMYK | cmyk(0%, 80%, 80%, 8%) |
| LAB | lab(51.6 69.4 47.3) |
| LCH | lch(51.6 84.0 34.3) |
| OKLCH | oklch(0.610 0.223 27.0) |
Copy-ready code
/* CSS */
color: #eb2e2e;
background-color: #eb2e2e;
/* Tailwind (arbitrary) */
class="text-[#eb2e2e] bg-[#eb2e2e]"
/* SCSS */
$brand: #eb2e2e;
/* SwiftUI */
Color(red: 0.922, green: 0.180, blue: 0.180)
/* Android */
Color.parseColor("#eb2e2e")Accessibility — WCAG contrast
Aa
#eb2e2e on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2e2e on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green18.0%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta80.4%
Yellow80.4%
Key (black)7.8%
Color previews
#eb2e2e text on a black background
contrast 4.96:1
Card sample
#eb2e2e text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2e2e;
Background color
Panel with #eb2e2e background
background-color: #eb2e2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2e2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 46, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 46, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2e2e; background: linear-gradient(135deg, #eb2e2e, #EBAC2E);