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