#52166f
a dark, vivid violet · warm · closest name: midnightblue
RGB
82, 22, 111
HSL
280°, 67%, 26%
CMYK
26, 80, 0, 57
Luminance
0.0352
Every format
| HEX | #52166f |
| RGB | rgb(82, 22, 111) |
| HSL | hsl(280, 67%, 26%) |
| CMYK | cmyk(26%, 80%, 0%, 57%) |
| LAB | lab(22.0 42.1 -38.6) |
| LCH | lch(22.0 57.1 317.5) |
| OKLCH | oklch(0.346 0.146 311.7) |
Copy-ready code
/* CSS */
color: #52166f;
background-color: #52166f;
/* Tailwind (arbitrary) */
class="text-[#52166f] bg-[#52166f]"
/* SCSS */
$brand: #52166f;
/* SwiftUI */
Color(red: 0.322, green: 0.086, blue: 0.435)
/* Android */
Color.parseColor("#52166f")Accessibility — WCAG contrast
Aa
#52166f on white: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#52166f on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green8.6%
Blue43.5%
CMYK percentages
Cyan26.1%
Magenta80.2%
Yellow0.0%
Key (black)56.5%
Color previews
#52166f text on a black background
contrast 1.70:1
Card sample
#52166f text on a white background
contrast 12.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52166f;
Background color
Panel with #52166f background
background-color: #52166f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52166f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 22, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 22, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52166f; background: linear-gradient(135deg, #52166f, #6F1651);