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