#7c0c3e
a dark, electric magenta / pink · warm · closest name: maroon
RGB
124, 12, 62
HSL
333°, 82%, 27%
CMYK
0, 90, 50, 51
Luminance
0.0490
Every format
| HEX | #7c0c3e |
| RGB | rgb(124, 12, 62) |
| HSL | hsl(333, 82%, 27%) |
| CMYK | cmyk(0%, 90%, 50%, 51%) |
| LAB | lab(26.4 47.6 1.5) |
| LCH | lch(26.4 47.6 1.8) |
| OKLCH | oklch(0.385 0.146 1.7) |
Copy-ready code
/* CSS */
color: #7c0c3e;
background-color: #7c0c3e;
/* Tailwind (arbitrary) */
class="text-[#7c0c3e] bg-[#7c0c3e]"
/* SCSS */
$brand: #7c0c3e;
/* SwiftUI */
Color(red: 0.486, green: 0.047, blue: 0.243)
/* Android */
Color.parseColor("#7c0c3e")Accessibility — WCAG contrast
Aa
#7c0c3e on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c0c3e on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green4.7%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow50.0%
Key (black)51.4%
Color previews
#7c0c3e text on a black background
contrast 1.98:1
Card sample
#7c0c3e text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c0c3e;
Background color
Panel with #7c0c3e background
background-color: #7c0c3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c0c3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 12, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 12, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c0c3e; background: linear-gradient(135deg, #7c0c3e, #7C250C);