#52295c
a dark, soft violet · warm · closest name: midnightblue
RGB
82, 41, 92
HSL
288°, 38%, 26%
CMYK
11, 55, 0, 64
Luminance
0.0415
Every format
| HEX | #52295c |
| RGB | rgb(82, 41, 92) |
| HSL | hsl(288, 38%, 26%) |
| CMYK | cmyk(11%, 55%, 0%, 64%) |
| LAB | lab(24.2 28.2 -22.7) |
| LCH | lch(24.2 36.2 321.1) |
| OKLCH | oklch(0.358 0.097 319.5) |
Copy-ready code
/* CSS */
color: #52295c;
background-color: #52295c;
/* Tailwind (arbitrary) */
class="text-[#52295c] bg-[#52295c]"
/* SCSS */
$brand: #52295c;
/* SwiftUI */
Color(red: 0.322, green: 0.161, blue: 0.361)
/* Android */
Color.parseColor("#52295c")Accessibility — WCAG contrast
Aa
#52295c on white: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#52295c on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green16.1%
Blue36.1%
CMYK percentages
Cyan10.9%
Magenta55.4%
Yellow0.0%
Key (black)63.9%
Color previews
#52295c text on a black background
contrast 1.83:1
Card sample
#52295c text on a white background
contrast 11.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52295c;
Background color
Panel with #52295c background
background-color: #52295c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52295c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 41, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 41, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52295c; background: linear-gradient(135deg, #52295c, #5C2944);