#52257f
a dark, vivid violet · warm · closest name: midnightblue
RGB
82, 37, 127
HSL
270°, 55%, 32%
CMYK
35, 71, 0, 50
Luminance
0.0465
Every format
| HEX | #52257f |
| RGB | rgb(82, 37, 127) |
| HSL | hsl(270, 55%, 32%) |
| CMYK | cmyk(35%, 71%, 0%, 50%) |
| LAB | lab(25.7 39.1 -42.8) |
| LCH | lch(25.7 58.0 312.4) |
| OKLCH | oklch(0.377 0.145 302.9) |
Copy-ready code
/* CSS */
color: #52257f;
background-color: #52257f;
/* Tailwind (arbitrary) */
class="text-[#52257f] bg-[#52257f]"
/* SCSS */
$brand: #52257f;
/* SwiftUI */
Color(red: 0.322, green: 0.145, blue: 0.498)
/* Android */
Color.parseColor("#52257f")Accessibility — WCAG contrast
Aa
#52257f on white: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#52257f on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green14.5%
Blue49.8%
CMYK percentages
Cyan35.4%
Magenta70.9%
Yellow0.0%
Key (black)50.2%
Color previews
#52257f text on a black background
contrast 1.93:1
Card sample
#52257f text on a white background
contrast 10.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52257f;
Background color
Panel with #52257f background
background-color: #52257f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52257f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 37, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 37, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52257f; background: linear-gradient(135deg, #52257f, #7F2570);