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