#791021
a dark, electric red · warm · closest name: maroon
RGB
121, 16, 33
HSL
350°, 77%, 27%
CMYK
0, 87, 73, 53
Luminance
0.0455
Every format
| HEX | #791021 |
| RGB | rgb(121, 16, 33) |
| HSL | hsl(350, 77%, 27%) |
| CMYK | cmyk(0%, 87%, 73%, 53%) |
| LAB | lab(25.4 43.8 19.7) |
| LCH | lch(25.4 48.0 24.2) |
| OKLCH | oklch(0.374 0.137 19.5) |
Copy-ready code
/* CSS */
color: #791021;
background-color: #791021;
/* Tailwind (arbitrary) */
class="text-[#791021] bg-[#791021]"
/* SCSS */
$brand: #791021;
/* SwiftUI */
Color(red: 0.475, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#791021")Accessibility — WCAG contrast
Aa
#791021 on white: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#791021 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.8%
Yellow72.7%
Key (black)52.5%
Color previews
#791021 text on a black background
contrast 1.91:1
Card sample
#791021 text on a white background
contrast 11.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #791021;
Background color
Panel with #791021 background
background-color: #791021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #791021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #791021; background: linear-gradient(135deg, #791021, #794510);