#7c1069
a dark, electric magenta / pink · warm · closest name: purple
RGB
124, 16, 105
HSL
311°, 77%, 28%
CMYK
0, 87, 15, 51
Luminance
0.0568
Every format
| HEX | #7c1069 |
| RGB | rgb(124, 16, 105) |
| HSL | hsl(311, 77%, 28%) |
| CMYK | cmyk(0%, 87%, 15%, 51%) |
| LAB | lab(28.6 51.9 -23.8) |
| LCH | lch(28.6 57.0 335.4) |
| OKLCH | oklch(0.407 0.166 337.1) |
Copy-ready code
/* CSS */
color: #7c1069;
background-color: #7c1069;
/* Tailwind (arbitrary) */
class="text-[#7c1069] bg-[#7c1069]"
/* SCSS */
$brand: #7c1069;
/* SwiftUI */
Color(red: 0.486, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#7c1069")Accessibility — WCAG contrast
Aa
#7c1069 on white: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c1069 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta87.1%
Yellow15.3%
Key (black)51.4%
Color previews
#7c1069 text on a black background
contrast 2.14:1
Card sample
#7c1069 text on a white background
contrast 9.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c1069;
Background color
Panel with #7c1069 background
background-color: #7c1069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c1069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c1069; background: linear-gradient(135deg, #7c1069, #7C1021);