#790b21
a dark, electric red · warm · closest name: maroon
RGB
121, 11, 33
HSL
348°, 83%, 26%
CMYK
0, 91, 73, 53
Luminance
0.0441
Every format
| HEX | #790b21 |
| RGB | rgb(121, 11, 33) |
| HSL | hsl(348, 83%, 26%) |
| CMYK | cmyk(0%, 91%, 73%, 53%) |
| LAB | lab(25.0 44.9 19.2) |
| LCH | lch(25.0 48.9 23.2) |
| OKLCH | oklch(0.371 0.140 18.6) |
Copy-ready code
/* CSS */
color: #790b21;
background-color: #790b21;
/* Tailwind (arbitrary) */
class="text-[#790b21] bg-[#790b21]"
/* SCSS */
$brand: #790b21;
/* SwiftUI */
Color(red: 0.475, green: 0.043, blue: 0.129)
/* Android */
Color.parseColor("#790b21")Accessibility — WCAG contrast
Aa
#790b21 on white: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790b21 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green4.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow72.7%
Key (black)52.5%
Color previews
#790b21 text on a black background
contrast 1.88:1
Card sample
#790b21 text on a white background
contrast 11.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790b21;
Background color
Panel with #790b21 background
background-color: #790b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 11, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 11, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790b21; background: linear-gradient(135deg, #790b21, #793E0B);