#791908
a dark, electric red · warm · closest name: maroon
RGB
121, 25, 8
HSL
9°, 88%, 25%
CMYK
0, 79, 93, 53
Luminance
0.0478
Every format
| HEX | #791908 |
| RGB | rgb(121, 25, 8) |
| HSL | hsl(9, 88%, 25%) |
| CMYK | cmyk(0%, 79%, 93%, 53%) |
| LAB | lab(26.1 40.2 34.8) |
| LCH | lch(26.1 53.1 40.9) |
| OKLCH | oklch(0.378 0.133 32.2) |
Copy-ready code
/* CSS */
color: #791908;
background-color: #791908;
/* Tailwind (arbitrary) */
class="text-[#791908] bg-[#791908]"
/* SCSS */
$brand: #791908;
/* SwiftUI */
Color(red: 0.475, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#791908")Accessibility — WCAG contrast
Aa
#791908 on white: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#791908 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta79.3%
Yellow93.4%
Key (black)52.5%
Color previews
#791908 text on a black background
contrast 1.96:1
Card sample
#791908 text on a white background
contrast 10.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #791908;
Background color
Panel with #791908 background
background-color: #791908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #791908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #791908; background: linear-gradient(135deg, #791908, #796408);