#52309c
a dark, vivid violet · warm · closest name: indigo
RGB
82, 48, 156
HSL
259°, 53%, 40%
CMYK
47, 69, 0, 39
Luminance
0.0631
Every format
| HEX | #52309c |
| RGB | rgb(82, 48, 156) |
| HSL | hsl(259, 53%, 40%) |
| CMYK | cmyk(47%, 69%, 0%, 39%) |
| LAB | lab(30.2 41.1 -53.5) |
| LCH | lch(30.2 67.5 307.6) |
| OKLCH | oklch(0.416 0.165 292.1) |
Copy-ready code
/* CSS */
color: #52309c;
background-color: #52309c;
/* Tailwind (arbitrary) */
class="text-[#52309c] bg-[#52309c]"
/* SCSS */
$brand: #52309c;
/* SwiftUI */
Color(red: 0.322, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#52309c")Accessibility — WCAG contrast
Aa
#52309c on white: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#52309c on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green18.8%
Blue61.2%
CMYK percentages
Cyan47.4%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#52309c text on a black background
contrast 2.26:1
Card sample
#52309c text on a white background
contrast 9.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52309c;
Background color
Panel with #52309c background
background-color: #52309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52309c; background: linear-gradient(135deg, #52309c, #9A309C);