#790807
a dark, electric red · warm · closest name: maroon
RGB
121, 8, 7
HSL
1°, 89%, 25%
CMYK
0, 93, 94, 53
Luminance
0.0425
Every format
| HEX | #790807 |
| RGB | rgb(121, 8, 7) |
| HSL | hsl(1, 89%, 25%) |
| CMYK | cmyk(0%, 93%, 94%, 53%) |
| LAB | lab(24.5 44.7 33.6) |
| LCH | lch(24.5 55.9 37.0) |
| OKLCH | oklch(0.366 0.144 28.5) |
Copy-ready code
/* CSS */
color: #790807;
background-color: #790807;
/* Tailwind (arbitrary) */
class="text-[#790807] bg-[#790807]"
/* SCSS */
$brand: #790807;
/* SwiftUI */
Color(red: 0.475, green: 0.031, blue: 0.027)
/* Android */
Color.parseColor("#790807")Accessibility — WCAG contrast
Aa
#790807 on white: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790807 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green3.1%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta93.4%
Yellow94.2%
Key (black)52.5%
Color previews
#790807 text on a black background
contrast 1.85:1
Card sample
#790807 text on a white background
contrast 11.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790807;
Background color
Panel with #790807 background
background-color: #790807;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790807;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 8, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 8, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790807; background: linear-gradient(135deg, #790807, #795407);