#790f21
a dark, electric red · warm · closest name: maroon
RGB
121, 15, 33
HSL
350°, 78%, 27%
CMYK
0, 88, 73, 53
Luminance
0.0452
Every format
| HEX | #790f21 |
| RGB | rgb(121, 15, 33) |
| HSL | hsl(350, 78%, 27%) |
| CMYK | cmyk(0%, 88%, 73%, 53%) |
| LAB | lab(25.3 44.0 19.6) |
| LCH | lch(25.3 48.2 24.0) |
| OKLCH | oklch(0.373 0.138 19.3) |
Copy-ready code
/* CSS */
color: #790f21;
background-color: #790f21;
/* Tailwind (arbitrary) */
class="text-[#790f21] bg-[#790f21]"
/* SCSS */
$brand: #790f21;
/* SwiftUI */
Color(red: 0.475, green: 0.059, blue: 0.129)
/* Android */
Color.parseColor("#790f21")Accessibility — WCAG contrast
Aa
#790f21 on white: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790f21 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green5.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.6%
Yellow72.7%
Key (black)52.5%
Color previews
#790f21 text on a black background
contrast 1.90:1
Card sample
#790f21 text on a white background
contrast 11.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790f21;
Background color
Panel with #790f21 background
background-color: #790f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 15, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 15, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790f21; background: linear-gradient(135deg, #790f21, #79440F);