#7a0085
a dark, electric magenta / pink · warm · closest name: purple
RGB
122, 0, 133
HSL
295°, 100%, 26%
CMYK
8, 100, 0, 48
Luminance
0.0583
Every format
| HEX | #7a0085 |
| RGB | rgb(122, 0, 133) |
| HSL | hsl(295, 100%, 26%) |
| CMYK | cmyk(8%, 100%, 0%, 48%) |
| LAB | lab(29.0 58.7 -41.0) |
| LCH | lch(29.0 71.6 325.1) |
| OKLCH | oklch(0.414 0.195 323.9) |
Copy-ready code
/* CSS */
color: #7a0085;
background-color: #7a0085;
/* Tailwind (arbitrary) */
class="text-[#7a0085] bg-[#7a0085]"
/* SCSS */
$brand: #7a0085;
/* SwiftUI */
Color(red: 0.478, green: 0.000, blue: 0.522)
/* Android */
Color.parseColor("#7a0085")Accessibility — WCAG contrast
Aa
#7a0085 on white: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a0085 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green0.0%
Blue52.2%
CMYK percentages
Cyan8.3%
Magenta100.0%
Yellow0.0%
Key (black)47.8%
Color previews
#7a0085 text on a black background
contrast 2.17:1
Card sample
#7a0085 text on a white background
contrast 9.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a0085;
Background color
Panel with #7a0085 background
background-color: #7a0085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a0085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 0, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 0, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a0085; background: linear-gradient(135deg, #7a0085, #850037);