#791621
a dark, vivid red · warm · closest name: maroon
RGB
121, 22, 33
HSL
353°, 69%, 28%
CMYK
0, 82, 73, 53
Luminance
0.0475
Every format
| HEX | #791621 |
| RGB | rgb(121, 22, 33) |
| HSL | hsl(353, 69%, 28%) |
| CMYK | cmyk(0%, 82%, 73%, 53%) |
| LAB | lab(26.0 42.1 20.5) |
| LCH | lch(26.0 46.8 25.9) |
| OKLCH | oklch(0.379 0.133 21.0) |
Copy-ready code
/* CSS */
color: #791621;
background-color: #791621;
/* Tailwind (arbitrary) */
class="text-[#791621] bg-[#791621]"
/* SCSS */
$brand: #791621;
/* SwiftUI */
Color(red: 0.475, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#791621")Accessibility — WCAG contrast
Aa
#791621 on white: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#791621 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow72.7%
Key (black)52.5%
Color previews
#791621 text on a black background
contrast 1.95:1
Card sample
#791621 text on a white background
contrast 10.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #791621;
Background color
Panel with #791621 background
background-color: #791621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #791621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #791621; background: linear-gradient(135deg, #791621, #794D16);