#611721
a deep, vivid red · warm · closest name: maroon
RGB
97, 23, 33
HSL
352°, 62%, 24%
CMYK
0, 76, 66, 62
Luminance
0.0326
Every format
| HEX | #611721 |
| RGB | rgb(97, 23, 33) |
| HSL | hsl(352, 62%, 24%) |
| CMYK | cmyk(0%, 76%, 66%, 62%) |
| LAB | lab(21.1 33.7 13.2) |
| LCH | lch(21.1 36.2 21.3) |
| OKLCH | oklch(0.333 0.105 17.6) |
Copy-ready code
/* CSS */
color: #611721;
background-color: #611721;
/* Tailwind (arbitrary) */
class="text-[#611721] bg-[#611721]"
/* SCSS */
$brand: #611721;
/* SwiftUI */
Color(red: 0.380, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#611721")Accessibility — WCAG contrast
Aa
#611721 on white: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#611721 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow66.0%
Key (black)62.0%
Color previews
#611721 text on a black background
contrast 1.65:1
Card sample
#611721 text on a white background
contrast 12.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #611721;
Background color
Panel with #611721 background
background-color: #611721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #611721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #611721; background: linear-gradient(135deg, #611721, #613E17);