#7a0e29
a dark, electric red · warm · closest name: maroon
RGB
122, 14, 41
HSL
345°, 79%, 27%
CMYK
0, 89, 66, 52
Luminance
0.0461
Every format
| HEX | #7a0e29 |
| RGB | rgb(122, 14, 41) |
| HSL | hsl(345, 79%, 27%) |
| CMYK | cmyk(0%, 89%, 66%, 52%) |
| LAB | lab(25.6 45.0 14.6) |
| LCH | lch(25.6 47.3 18.0) |
| OKLCH | oklch(0.376 0.140 14.6) |
Copy-ready code
/* CSS */
color: #7a0e29;
background-color: #7a0e29;
/* Tailwind (arbitrary) */
class="text-[#7a0e29] bg-[#7a0e29]"
/* SCSS */
$brand: #7a0e29;
/* SwiftUI */
Color(red: 0.478, green: 0.055, blue: 0.161)
/* Android */
Color.parseColor("#7a0e29")Accessibility — WCAG contrast
Aa
#7a0e29 on white: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a0e29 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green5.5%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow66.4%
Key (black)52.2%
Color previews
#7a0e29 text on a black background
contrast 1.92:1
Card sample
#7a0e29 text on a white background
contrast 10.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a0e29;
Background color
Panel with #7a0e29 background
background-color: #7a0e29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a0e29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 14, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 14, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a0e29; background: linear-gradient(135deg, #7a0e29, #7A3B0E);