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