#790b13
a dark, electric red · warm · closest name: maroon
RGB
121, 11, 19
HSL
356°, 83%, 26%
CMYK
0, 91, 84, 53
Luminance
0.0435
Every format
| HEX | #790b13 |
| RGB | rgb(121, 11, 19) |
| HSL | hsl(356, 83%, 26%) |
| CMYK | cmyk(0%, 91%, 84%, 53%) |
| LAB | lab(24.8 44.4 28.1) |
| LCH | lch(24.8 52.5 32.3) |
| OKLCH | oklch(0.369 0.141 25.2) |
Copy-ready code
/* CSS */
color: #790b13;
background-color: #790b13;
/* Tailwind (arbitrary) */
class="text-[#790b13] bg-[#790b13]"
/* SCSS */
$brand: #790b13;
/* SwiftUI */
Color(red: 0.475, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#790b13")Accessibility — WCAG contrast
Aa
#790b13 on white: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790b13 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow84.3%
Key (black)52.5%
Color previews
#790b13 text on a black background
contrast 1.87:1
Card sample
#790b13 text on a white background
contrast 11.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790b13;
Background color
Panel with #790b13 background
background-color: #790b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790b13; background: linear-gradient(135deg, #790b13, #794C0B);