#7a0b16
a dark, electric red · warm · closest name: maroon
RGB
122, 11, 22
HSL
354°, 84%, 26%
CMYK
0, 91, 82, 52
Luminance
0.0443
Every format
| HEX | #7a0b16 |
| RGB | rgb(122, 11, 22) |
| HSL | hsl(354, 84%, 26%) |
| CMYK | cmyk(0%, 91%, 82%, 52%) |
| LAB | lab(25.1 44.8 26.6) |
| LCH | lch(25.1 52.0 30.7) |
| OKLCH | oklch(0.371 0.142 24.1) |
Copy-ready code
/* CSS */
color: #7a0b16;
background-color: #7a0b16;
/* Tailwind (arbitrary) */
class="text-[#7a0b16] bg-[#7a0b16]"
/* SCSS */
$brand: #7a0b16;
/* SwiftUI */
Color(red: 0.478, green: 0.043, blue: 0.086)
/* Android */
Color.parseColor("#7a0b16")Accessibility — WCAG contrast
Aa
#7a0b16 on white: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a0b16 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green4.3%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow82.0%
Key (black)52.2%
Color previews
#7a0b16 text on a black background
contrast 1.89:1
Card sample
#7a0b16 text on a white background
contrast 11.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a0b16;
Background color
Panel with #7a0b16 background
background-color: #7a0b16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a0b16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 11, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 11, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a0b16; background: linear-gradient(135deg, #7a0b16, #7A4A0B);