#7c032c
a deep, electric magenta / pink · warm · closest name: maroon
RGB
124, 3, 44
HSL
340°, 95%, 25%
CMYK
0, 98, 65, 51
Luminance
0.0453
Every format
| HEX | #7c032c |
| RGB | rgb(124, 3, 44) |
| HSL | hsl(340, 95%, 25%) |
| CMYK | cmyk(0%, 98%, 65%, 51%) |
| LAB | lab(25.4 47.9 12.3) |
| LCH | lch(25.4 49.5 14.4) |
| OKLCH | oklch(0.376 0.148 11.8) |
Copy-ready code
/* CSS */
color: #7c032c;
background-color: #7c032c;
/* Tailwind (arbitrary) */
class="text-[#7c032c] bg-[#7c032c]"
/* SCSS */
$brand: #7c032c;
/* SwiftUI */
Color(red: 0.486, green: 0.012, blue: 0.173)
/* Android */
Color.parseColor("#7c032c")Accessibility — WCAG contrast
Aa
#7c032c on white: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c032c on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green1.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow64.5%
Key (black)51.4%
Color previews
#7c032c text on a black background
contrast 1.91:1
Card sample
#7c032c text on a white background
contrast 11.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c032c;
Background color
Panel with #7c032c background
background-color: #7c032c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c032c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 3, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 3, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c032c; background: linear-gradient(135deg, #7c032c, #7C2B03);