#7c103c
a dark, electric magenta / pink · warm · closest name: maroon
RGB
124, 16, 60
HSL
336°, 77%, 28%
CMYK
0, 87, 52, 51
Luminance
0.0498
Every format
| HEX | #7c103c |
| RGB | rgb(124, 16, 60) |
| HSL | hsl(336, 77%, 28%) |
| CMYK | cmyk(0%, 87%, 52%, 51%) |
| LAB | lab(26.7 46.5 3.2) |
| LCH | lch(26.7 46.6 3.9) |
| OKLCH | oklch(0.387 0.143 3.5) |
Copy-ready code
/* CSS */
color: #7c103c;
background-color: #7c103c;
/* Tailwind (arbitrary) */
class="text-[#7c103c] bg-[#7c103c]"
/* SCSS */
$brand: #7c103c;
/* SwiftUI */
Color(red: 0.486, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#7c103c")Accessibility — WCAG contrast
Aa
#7c103c on white: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c103c on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta87.1%
Yellow51.6%
Key (black)51.4%
Color previews
#7c103c text on a black background
contrast 2.00:1
Card sample
#7c103c text on a white background
contrast 10.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c103c;
Background color
Panel with #7c103c background
background-color: #7c103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c103c; background: linear-gradient(135deg, #7c103c, #7C2C10);