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