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