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