#7a0b58
a dark, electric magenta / pink · warm · closest name: purple
RGB
122, 11, 88
HSL
318°, 84%, 26%
CMYK
0, 91, 28, 52
Luminance
0.0508
Every format
| HEX | #7a0b58 |
| RGB | rgb(122, 11, 88) |
| HSL | hsl(318, 84%, 26%) |
| CMYK | cmyk(0%, 91%, 28%, 52%) |
| LAB | lab(27.0 50.1 -15.2) |
| LCH | lch(27.0 52.4 343.1) |
| OKLCH | oklch(0.392 0.158 345.1) |
Copy-ready code
/* CSS */
color: #7a0b58;
background-color: #7a0b58;
/* Tailwind (arbitrary) */
class="text-[#7a0b58] bg-[#7a0b58]"
/* SCSS */
$brand: #7a0b58;
/* SwiftUI */
Color(red: 0.478, green: 0.043, blue: 0.345)
/* Android */
Color.parseColor("#7a0b58")Accessibility — WCAG contrast
Aa
#7a0b58 on white: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a0b58 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green4.3%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow27.9%
Key (black)52.2%
Color previews
#7a0b58 text on a black background
contrast 2.02:1
Card sample
#7a0b58 text on a white background
contrast 10.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a0b58;
Background color
Panel with #7a0b58 background
background-color: #7a0b58;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a0b58;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 11, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 11, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a0b58; background: linear-gradient(135deg, #7a0b58, #7A0B0E);