#790013
a deep, electric red · warm · closest name: maroon
RGB
121, 0, 19
HSL
351°, 100%, 24%
CMYK
0, 100, 84, 53
Luminance
0.0411
Every format
| HEX | #790013 |
| RGB | rgb(121, 0, 19) |
| HSL | hsl(351, 100%, 24%) |
| CMYK | cmyk(0%, 100%, 84%, 53%) |
| LAB | lab(24.0 46.6 27.3) |
| LCH | lch(24.0 54.0 30.4) |
| OKLCH | oklch(0.363 0.147 23.5) |
Copy-ready code
/* CSS */
color: #790013;
background-color: #790013;
/* Tailwind (arbitrary) */
class="text-[#790013] bg-[#790013]"
/* SCSS */
$brand: #790013;
/* SwiftUI */
Color(red: 0.475, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#790013")Accessibility — WCAG contrast
Aa
#790013 on white: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790013 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow84.3%
Key (black)52.5%
Color previews
#790013 text on a black background
contrast 1.82:1
Card sample
#790013 text on a white background
contrast 11.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790013;
Background color
Panel with #790013 background
background-color: #790013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790013; background: linear-gradient(135deg, #790013, #793E00);