#7e0121
a deep, electric magenta / pink · warm · closest name: maroon
RGB
126, 1, 33
HSL
345°, 98%, 25%
CMYK
0, 99, 74, 51
Luminance
0.0457
Every format
| HEX | #7e0121 |
| RGB | rgb(126, 1, 33) |
| HSL | hsl(345, 98%, 25%) |
| CMYK | cmyk(0%, 99%, 74%, 51%) |
| LAB | lab(25.5 48.2 20.1) |
| LCH | lch(25.5 52.2 22.6) |
| OKLCH | oklch(0.377 0.150 17.9) |
Copy-ready code
/* CSS */
color: #7e0121;
background-color: #7e0121;
/* Tailwind (arbitrary) */
class="text-[#7e0121] bg-[#7e0121]"
/* SCSS */
$brand: #7e0121;
/* SwiftUI */
Color(red: 0.494, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#7e0121")Accessibility — WCAG contrast
Aa
#7e0121 on white: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7e0121 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow73.8%
Key (black)50.6%
Color previews
#7e0121 text on a black background
contrast 1.91:1
Card sample
#7e0121 text on a white background
contrast 10.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e0121;
Background color
Panel with #7e0121 background
background-color: #7e0121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e0121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e0121; background: linear-gradient(135deg, #7e0121, #7E3401);