#7f1069
a dark, electric magenta / pink · warm · closest name: purple
RGB
127, 16, 105
HSL
312°, 78%, 28%
CMYK
0, 87, 17, 50
Luminance
0.0590
Every format
| HEX | #7f1069 |
| RGB | rgb(127, 16, 105) |
| HSL | hsl(312, 78%, 28%) |
| CMYK | cmyk(0%, 87%, 17%, 50%) |
| LAB | lab(29.2 52.5 -22.8) |
| LCH | lch(29.2 57.3 336.5) |
| OKLCH | oklch(0.412 0.168 338.3) |
Copy-ready code
/* CSS */
color: #7f1069;
background-color: #7f1069;
/* Tailwind (arbitrary) */
class="text-[#7f1069] bg-[#7f1069]"
/* SCSS */
$brand: #7f1069;
/* SwiftUI */
Color(red: 0.498, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#7f1069")Accessibility — WCAG contrast
Aa
#7f1069 on white: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f1069 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow17.3%
Key (black)50.2%
Color previews
#7f1069 text on a black background
contrast 2.18:1
Card sample
#7f1069 text on a white background
contrast 9.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f1069;
Background color
Panel with #7f1069 background
background-color: #7f1069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f1069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f1069; background: linear-gradient(135deg, #7f1069, #7F101F);