#7a0121
a deep, electric magenta / pink · warm · closest name: maroon
RGB
122, 1, 33
HSL
344°, 98%, 24%
CMYK
0, 99, 73, 52
Luminance
0.0427
Every format
| HEX | #7a0121 |
| RGB | rgb(122, 1, 33) |
| HSL | hsl(344, 98%, 24%) |
| CMYK | cmyk(0%, 99%, 73%, 52%) |
| LAB | lab(24.6 47.2 18.7) |
| LCH | lch(24.6 50.8 21.6) |
| OKLCH | oklch(0.368 0.147 17.2) |
Copy-ready code
/* CSS */
color: #7a0121;
background-color: #7a0121;
/* Tailwind (arbitrary) */
class="text-[#7a0121] bg-[#7a0121]"
/* SCSS */
$brand: #7a0121;
/* SwiftUI */
Color(red: 0.478, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#7a0121")Accessibility — WCAG contrast
Aa
#7a0121 on white: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a0121 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow73.0%
Key (black)52.2%
Color previews
#7a0121 text on a black background
contrast 1.85:1
Card sample
#7a0121 text on a white background
contrast 11.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a0121;
Background color
Panel with #7a0121 background
background-color: #7a0121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a0121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a0121; background: linear-gradient(135deg, #7a0121, #7A3201);