#7a0b37
a dark, electric magenta / pink · warm · closest name: maroon
RGB
122, 11, 55
HSL
336°, 84%, 26%
CMYK
0, 91, 55, 52
Luminance
0.0465
Every format
| HEX | #7a0b37 |
| RGB | rgb(122, 11, 55) |
| HSL | hsl(336, 84%, 26%) |
| CMYK | cmyk(0%, 91%, 55%, 52%) |
| LAB | lab(25.7 46.6 5.2) |
| LCH | lch(25.7 46.9 6.4) |
| OKLCH | oklch(0.378 0.143 5.4) |
Copy-ready code
/* CSS */
color: #7a0b37;
background-color: #7a0b37;
/* Tailwind (arbitrary) */
class="text-[#7a0b37] bg-[#7a0b37]"
/* SCSS */
$brand: #7a0b37;
/* SwiftUI */
Color(red: 0.478, green: 0.043, blue: 0.216)
/* Android */
Color.parseColor("#7a0b37")Accessibility — WCAG contrast
Aa
#7a0b37 on white: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a0b37 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green4.3%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow54.9%
Key (black)52.2%
Color previews
#7a0b37 text on a black background
contrast 1.93:1
Card sample
#7a0b37 text on a white background
contrast 10.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a0b37;
Background color
Panel with #7a0b37 background
background-color: #7a0b37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a0b37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 11, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 11, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a0b37; background: linear-gradient(135deg, #7a0b37, #7A290B);