#7f102c
a dark, electric magenta / pink · warm · closest name: maroon
RGB
127, 16, 44
HSL
345°, 78%, 28%
CMYK
0, 87, 65, 50
Luminance
0.0506
Every format
| HEX | #7f102c |
| RGB | rgb(127, 16, 44) |
| HSL | hsl(345, 78%, 28%) |
| CMYK | cmyk(0%, 87%, 65%, 50%) |
| LAB | lab(26.9 46.2 14.5) |
| LCH | lch(26.9 48.4 17.5) |
| OKLCH | oklch(0.388 0.143 14.2) |
Copy-ready code
/* CSS */
color: #7f102c;
background-color: #7f102c;
/* Tailwind (arbitrary) */
class="text-[#7f102c] bg-[#7f102c]"
/* SCSS */
$brand: #7f102c;
/* SwiftUI */
Color(red: 0.498, green: 0.063, blue: 0.173)
/* Android */
Color.parseColor("#7f102c")Accessibility — WCAG contrast
Aa
#7f102c on white: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f102c on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green6.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow65.4%
Key (black)50.2%
Color previews
#7f102c text on a black background
contrast 2.01:1
Card sample
#7f102c text on a white background
contrast 10.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f102c;
Background color
Panel with #7f102c background
background-color: #7f102c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f102c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 16, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 16, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f102c; background: linear-gradient(135deg, #7f102c, #7F3E10);