#611021
a deep, vivid red · warm · closest name: maroon
RGB
97, 16, 33
HSL
347°, 72%, 22%
CMYK
0, 84, 66, 62
Luminance
0.0302
Every format
| HEX | #611021 |
| RGB | rgb(97, 16, 33) |
| HSL | hsl(347, 72%, 22%) |
| CMYK | cmyk(0%, 84%, 66%, 62%) |
| LAB | lab(20.1 36.4 11.9) |
| LCH | lch(20.1 38.3 18.2) |
| OKLCH | oklch(0.326 0.113 14.9) |
Copy-ready code
/* CSS */
color: #611021;
background-color: #611021;
/* Tailwind (arbitrary) */
class="text-[#611021] bg-[#611021]"
/* SCSS */
$brand: #611021;
/* SwiftUI */
Color(red: 0.380, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#611021")Accessibility — WCAG contrast
Aa
#611021 on white: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#611021 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow66.0%
Key (black)62.0%
Color previews
#611021 text on a black background
contrast 1.60:1
Card sample
#611021 text on a white background
contrast 13.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #611021;
Background color
Panel with #611021 background
background-color: #611021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #611021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #611021; background: linear-gradient(135deg, #611021, #613510);