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