#601721
a deep, vivid red · warm · closest name: maroon
RGB
96, 23, 33
HSL
352°, 61%, 23%
CMYK
0, 76, 66, 62
Luminance
0.0321
Every format
| HEX | #601721 |
| RGB | rgb(96, 23, 33) |
| HSL | hsl(352, 61%, 23%) |
| CMYK | cmyk(0%, 76%, 66%, 62%) |
| LAB | lab(20.9 33.4 12.9) |
| LCH | lch(20.9 35.8 21.1) |
| OKLCH | oklch(0.331 0.104 17.4) |
Copy-ready code
/* CSS */
color: #601721;
background-color: #601721;
/* Tailwind (arbitrary) */
class="text-[#601721] bg-[#601721]"
/* SCSS */
$brand: #601721;
/* SwiftUI */
Color(red: 0.376, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#601721")Accessibility — WCAG contrast
Aa
#601721 on white: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#601721 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.0%
Yellow65.6%
Key (black)62.4%
Color previews
#601721 text on a black background
contrast 1.64:1
Card sample
#601721 text on a white background
contrast 12.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #601721;
Background color
Panel with #601721 background
background-color: #601721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #601721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #601721; background: linear-gradient(135deg, #601721, #603E17);