#7a0b2c
a dark, electric magenta / pink · warm · closest name: maroon
RGB
122, 11, 44
HSL
342°, 84%, 26%
CMYK
0, 91, 64, 52
Luminance
0.0456
Every format
| HEX | #7a0b2c |
| RGB | rgb(122, 11, 44) |
| HSL | hsl(342, 84%, 26%) |
| CMYK | cmyk(0%, 91%, 64%, 52%) |
| LAB | lab(25.4 45.9 12.3) |
| LCH | lch(25.4 47.5 15.1) |
| OKLCH | oklch(0.375 0.142 12.3) |
Copy-ready code
/* CSS */
color: #7a0b2c;
background-color: #7a0b2c;
/* Tailwind (arbitrary) */
class="text-[#7a0b2c] bg-[#7a0b2c]"
/* SCSS */
$brand: #7a0b2c;
/* SwiftUI */
Color(red: 0.478, green: 0.043, blue: 0.173)
/* Android */
Color.parseColor("#7a0b2c")Accessibility — WCAG contrast
Aa
#7a0b2c on white: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a0b2c on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green4.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow63.9%
Key (black)52.2%
Color previews
#7a0b2c text on a black background
contrast 1.91:1
Card sample
#7a0b2c text on a white background
contrast 10.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a0b2c;
Background color
Panel with #7a0b2c background
background-color: #7a0b2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a0b2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 11, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 11, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a0b2c; background: linear-gradient(135deg, #7a0b2c, #7A340B);