#7a1069
a dark, electric magenta / pink · warm · closest name: purple
RGB
122, 16, 105
HSL
310°, 77%, 27%
CMYK
0, 87, 14, 52
Luminance
0.0553
Every format
| HEX | #7a1069 |
| RGB | rgb(122, 16, 105) |
| HSL | hsl(310, 77%, 27%) |
| CMYK | cmyk(0%, 87%, 14%, 52%) |
| LAB | lab(28.2 51.4 -24.4) |
| LCH | lch(28.2 56.9 334.6) |
| OKLCH | oklch(0.403 0.165 336.2) |
Copy-ready code
/* CSS */
color: #7a1069;
background-color: #7a1069;
/* Tailwind (arbitrary) */
class="text-[#7a1069] bg-[#7a1069]"
/* SCSS */
$brand: #7a1069;
/* SwiftUI */
Color(red: 0.478, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#7a1069")Accessibility — WCAG contrast
Aa
#7a1069 on white: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a1069 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta86.9%
Yellow13.9%
Key (black)52.2%
Color previews
#7a1069 text on a black background
contrast 2.11:1
Card sample
#7a1069 text on a white background
contrast 9.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a1069;
Background color
Panel with #7a1069 background
background-color: #7a1069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a1069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a1069; background: linear-gradient(135deg, #7a1069, #7A1022);