#601321
a deep, vivid red · warm · closest name: maroon
RGB
96, 19, 33
HSL
349°, 67%, 23%
CMYK
0, 80, 66, 62
Luminance
0.0306
Every format
| HEX | #601321 |
| RGB | rgb(96, 19, 33) |
| HSL | hsl(349, 67%, 23%) |
| CMYK | cmyk(0%, 80%, 66%, 62%) |
| LAB | lab(20.3 35.0 12.1) |
| LCH | lch(20.3 37.0 19.1) |
| OKLCH | oklch(0.327 0.109 15.7) |
Copy-ready code
/* CSS */
color: #601321;
background-color: #601321;
/* Tailwind (arbitrary) */
class="text-[#601321] bg-[#601321]"
/* SCSS */
$brand: #601321;
/* SwiftUI */
Color(red: 0.376, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#601321")Accessibility — WCAG contrast
Aa
#601321 on white: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#601321 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow65.6%
Key (black)62.4%
Color previews
#601321 text on a black background
contrast 1.61:1
Card sample
#601321 text on a white background
contrast 13.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #601321;
Background color
Panel with #601321 background
background-color: #601321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #601321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #601321; background: linear-gradient(135deg, #601321, #603813);