#7c1c6f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
124, 28, 111
HSL
308°, 63%, 30%
CMYK
0, 77, 11, 51
Luminance
0.0626
Every format
| HEX | #7c1c6f |
| RGB | rgb(124, 28, 111) |
| HSL | hsl(308, 63%, 30%) |
| CMYK | cmyk(0%, 77%, 11%, 51%) |
| LAB | lab(30.1 49.4 -25.3) |
| LCH | lch(30.1 55.5 332.9) |
| OKLCH | oklch(0.418 0.160 334.2) |
Copy-ready code
/* CSS */
color: #7c1c6f;
background-color: #7c1c6f;
/* Tailwind (arbitrary) */
class="text-[#7c1c6f] bg-[#7c1c6f]"
/* SCSS */
$brand: #7c1c6f;
/* SwiftUI */
Color(red: 0.486, green: 0.110, blue: 0.435)
/* Android */
Color.parseColor("#7c1c6f")Accessibility — WCAG contrast
Aa
#7c1c6f on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c1c6f on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green11.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow10.5%
Key (black)51.4%
Color previews
#7c1c6f text on a black background
contrast 2.25:1
Card sample
#7c1c6f text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c1c6f;
Background color
Panel with #7c1c6f background
background-color: #7c1c6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c1c6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 28, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 28, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c1c6f; background: linear-gradient(135deg, #7c1c6f, #7C1C2F);