#790607
a deep, electric red · warm · closest name: maroon
RGB
121, 6, 7
HSL
360°, 91%, 25%
CMYK
0, 95, 94, 53
Luminance
0.0421
Every format
| HEX | #790607 |
| RGB | rgb(121, 6, 7) |
| HSL | hsl(360, 91%, 25%) |
| CMYK | cmyk(0%, 95%, 94%, 53%) |
| LAB | lab(24.4 45.1 33.5) |
| LCH | lch(24.4 56.1 36.6) |
| OKLCH | oklch(0.365 0.145 28.2) |
Copy-ready code
/* CSS */
color: #790607;
background-color: #790607;
/* Tailwind (arbitrary) */
class="text-[#790607] bg-[#790607]"
/* SCSS */
$brand: #790607;
/* SwiftUI */
Color(red: 0.475, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#790607")Accessibility — WCAG contrast
Aa
#790607 on white: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790607 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta95.0%
Yellow94.2%
Key (black)52.5%
Color previews
#790607 text on a black background
contrast 1.84:1
Card sample
#790607 text on a white background
contrast 11.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790607;
Background color
Panel with #790607 background
background-color: #790607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790607; background: linear-gradient(135deg, #790607, #795206);