#791221
a dark, vivid red · warm · closest name: maroon
RGB
121, 18, 33
HSL
351°, 74%, 27%
CMYK
0, 85, 73, 53
Luminance
0.0461
Every format
| HEX | #791221 |
| RGB | rgb(121, 18, 33) |
| HSL | hsl(351, 74%, 27%) |
| CMYK | cmyk(0%, 85%, 73%, 53%) |
| LAB | lab(25.6 43.3 19.9) |
| LCH | lch(25.6 47.6 24.8) |
| OKLCH | oklch(0.375 0.136 19.9) |
Copy-ready code
/* CSS */
color: #791221;
background-color: #791221;
/* Tailwind (arbitrary) */
class="text-[#791221] bg-[#791221]"
/* SCSS */
$brand: #791221;
/* SwiftUI */
Color(red: 0.475, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#791221")Accessibility — WCAG contrast
Aa
#791221 on white: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#791221 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.1%
Yellow72.7%
Key (black)52.5%
Color previews
#791221 text on a black background
contrast 1.92:1
Card sample
#791221 text on a white background
contrast 10.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #791221;
Background color
Panel with #791221 background
background-color: #791221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #791221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #791221; background: linear-gradient(135deg, #791221, #794812);