#910321
a dark, electric red · warm · closest name: maroon
RGB
145, 3, 33
HSL
347°, 96%, 29%
CMYK
0, 98, 77, 43
Luminance
0.0619
Every format
| HEX | #910321 |
| RGB | rgb(145, 3, 33) |
| HSL | hsl(347, 96%, 29%) |
| CMYK | cmyk(0%, 98%, 77%, 43%) |
| LAB | lab(29.9 52.9 26.3) |
| LCH | lch(29.9 59.1 26.5) |
| OKLCH | oklch(0.416 0.166 20.8) |
Copy-ready code
/* CSS */
color: #910321;
background-color: #910321;
/* Tailwind (arbitrary) */
class="text-[#910321] bg-[#910321]"
/* SCSS */
$brand: #910321;
/* SwiftUI */
Color(red: 0.569, green: 0.012, blue: 0.129)
/* Android */
Color.parseColor("#910321")Accessibility — WCAG contrast
Aa
#910321 on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#910321 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green1.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta97.9%
Yellow77.2%
Key (black)43.1%
Color previews
#910321 text on a black background
contrast 2.24:1
Card sample
#910321 text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910321;
Background color
Panel with #910321 background
background-color: #910321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 3, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 3, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910321; background: linear-gradient(135deg, #910321, #914403);