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