#961721
a dark, vivid red · warm · closest name: maroon
RGB
150, 23, 33
HSL
355°, 73%, 34%
CMYK
0, 85, 78, 41
Luminance
0.0721
Every format
| HEX | #961721 |
| RGB | rgb(150, 23, 33) |
| HSL | hsl(355, 73%, 34%) |
| CMYK | cmyk(0%, 85%, 78%, 41%) |
| LAB | lab(32.3 50.6 29.3) |
| LCH | lch(32.3 58.5 30.1) |
| OKLCH | oklch(0.436 0.161 23.8) |
Copy-ready code
/* CSS */
color: #961721;
background-color: #961721;
/* Tailwind (arbitrary) */
class="text-[#961721] bg-[#961721]"
/* SCSS */
$brand: #961721;
/* SwiftUI */
Color(red: 0.588, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#961721")Accessibility — WCAG contrast
Aa
#961721 on white: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#961721 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow78.0%
Key (black)41.2%
Color previews
#961721 text on a black background
contrast 2.44:1
Card sample
#961721 text on a white background
contrast 8.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #961721;
Background color
Panel with #961721 background
background-color: #961721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #961721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #961721; background: linear-gradient(135deg, #961721, #966217);