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