#611521
a deep, vivid red · warm · closest name: maroon
RGB
97, 21, 33
HSL
351°, 64%, 23%
CMYK
0, 78, 66, 62
Luminance
0.0319
Every format
| HEX | #611521 |
| RGB | rgb(97, 21, 33) |
| HSL | hsl(351, 64%, 23%) |
| CMYK | cmyk(0%, 78%, 66%, 62%) |
| LAB | lab(20.8 34.5 12.8) |
| LCH | lch(20.8 36.8 20.3) |
| OKLCH | oklch(0.331 0.108 16.7) |
Copy-ready code
/* CSS */
color: #611521;
background-color: #611521;
/* Tailwind (arbitrary) */
class="text-[#611521] bg-[#611521]"
/* SCSS */
$brand: #611521;
/* SwiftUI */
Color(red: 0.380, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#611521")Accessibility — WCAG contrast
Aa
#611521 on white: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#611521 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.4%
Yellow66.0%
Key (black)62.0%
Color previews
#611521 text on a black background
contrast 1.64:1
Card sample
#611521 text on a white background
contrast 12.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #611521;
Background color
Panel with #611521 background
background-color: #611521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #611521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #611521; background: linear-gradient(135deg, #611521, #613C15);