#911321
a dark, electric red · warm · closest name: maroon
RGB
145, 19, 33
HSL
353°, 77%, 32%
CMYK
0, 87, 77, 43
Luminance
0.0660
Every format
| HEX | #911321 |
| RGB | rgb(145, 19, 33) |
| HSL | hsl(353, 77%, 32%) |
| CMYK | cmyk(0%, 87%, 77%, 43%) |
| LAB | lab(30.9 50.1 27.4) |
| LCH | lch(30.9 57.1 28.7) |
| OKLCH | oklch(0.424 0.158 22.8) |
Copy-ready code
/* CSS */
color: #911321;
background-color: #911321;
/* Tailwind (arbitrary) */
class="text-[#911321] bg-[#911321]"
/* SCSS */
$brand: #911321;
/* SwiftUI */
Color(red: 0.569, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#911321")Accessibility — WCAG contrast
Aa
#911321 on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#911321 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.9%
Yellow77.2%
Key (black)43.1%
Color previews
#911321 text on a black background
contrast 2.32:1
Card sample
#911321 text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #911321;
Background color
Panel with #911321 background
background-color: #911321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #911321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #911321; background: linear-gradient(135deg, #911321, #915913);