#9e0521
a dark, electric red · warm · closest name: firebrick
RGB
158, 5, 33
HSL
349°, 94%, 32%
CMYK
0, 97, 79, 38
Luminance
0.0749
Every format
| HEX | #9e0521 |
| RGB | rgb(158, 5, 33) |
| HSL | hsl(349, 94%, 32%) |
| CMYK | cmyk(0%, 97%, 79%, 38%) |
| LAB | lab(32.9 56.0 30.5) |
| LCH | lch(32.9 63.7 28.6) |
| OKLCH | oklch(0.443 0.176 22.3) |
Copy-ready code
/* CSS */
color: #9e0521;
background-color: #9e0521;
/* Tailwind (arbitrary) */
class="text-[#9e0521] bg-[#9e0521]"
/* SCSS */
$brand: #9e0521;
/* SwiftUI */
Color(red: 0.620, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#9e0521")Accessibility — WCAG contrast
Aa
#9e0521 on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9e0521 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta96.8%
Yellow79.1%
Key (black)38.0%
Color previews
#9e0521 text on a black background
contrast 2.50:1
Card sample
#9e0521 text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e0521;
Background color
Panel with #9e0521 background
background-color: #9e0521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e0521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e0521; background: linear-gradient(135deg, #9e0521, #9E4F05);