#52007a
a deep, electric violet · warm · closest name: indigo
RGB
82, 0, 122
HSL
280°, 100%, 24%
CMYK
33, 100, 0, 52
Luminance
0.0320
Every format
| HEX | #52007a |
| RGB | rgb(82, 0, 122) |
| HSL | hsl(280, 100%, 24%) |
| CMYK | cmyk(33%, 100%, 0%, 52%) |
| LAB | lab(20.8 50.8 -47.6) |
| LCH | lch(20.8 69.6 316.9) |
| OKLCH | oklch(0.341 0.174 308.7) |
Copy-ready code
/* CSS */
color: #52007a;
background-color: #52007a;
/* Tailwind (arbitrary) */
class="text-[#52007a] bg-[#52007a]"
/* SCSS */
$brand: #52007a;
/* SwiftUI */
Color(red: 0.322, green: 0.000, blue: 0.478)
/* Android */
Color.parseColor("#52007a")Accessibility — WCAG contrast
Aa
#52007a on white: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#52007a on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green0.0%
Blue47.8%
CMYK percentages
Cyan32.8%
Magenta100.0%
Yellow0.0%
Key (black)52.2%
Color previews
#52007a text on a black background
contrast 1.64:1
Card sample
#52007a text on a white background
contrast 12.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52007a;
Background color
Panel with #52007a background
background-color: #52007a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52007a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 0, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 0, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52007a; background: linear-gradient(135deg, #52007a, #7A0051);