#791106
a deep, electric red · warm · closest name: maroon
RGB
121, 17, 6
HSL
6°, 91%, 25%
CMYK
0, 86, 95, 53
Luminance
0.0448
Every format
| HEX | #791106 |
| RGB | rgb(121, 17, 6) |
| HSL | hsl(6, 91%, 25%) |
| CMYK | cmyk(0%, 86%, 95%, 53%) |
| LAB | lab(25.2 42.6 34.7) |
| LCH | lch(25.2 55.0 39.2) |
| OKLCH | oklch(0.372 0.139 30.5) |
Copy-ready code
/* CSS */
color: #791106;
background-color: #791106;
/* Tailwind (arbitrary) */
class="text-[#791106] bg-[#791106]"
/* SCSS */
$brand: #791106;
/* SwiftUI */
Color(red: 0.475, green: 0.067, blue: 0.024)
/* Android */
Color.parseColor("#791106")Accessibility — WCAG contrast
Aa
#791106 on white: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#791106 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green6.7%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow95.0%
Key (black)52.5%
Color previews
#791106 text on a black background
contrast 1.90:1
Card sample
#791106 text on a white background
contrast 11.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #791106;
Background color
Panel with #791106 background
background-color: #791106;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #791106;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 17, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 17, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #791106; background: linear-gradient(135deg, #791106, #795E06);