#58309c
a dark, vivid violet · warm · closest name: indigo
RGB
88, 48, 156
HSL
262°, 53%, 40%
CMYK
44, 69, 0, 39
Luminance
0.0659
Every format
| HEX | #58309c |
| RGB | rgb(88, 48, 156) |
| HSL | hsl(262, 53%, 40%) |
| CMYK | cmyk(44%, 69%, 0%, 39%) |
| LAB | lab(30.9 42.3 -52.4) |
| LCH | lch(30.9 67.3 308.9) |
| OKLCH | oklch(0.422 0.166 295.4) |
Copy-ready code
/* CSS */
color: #58309c;
background-color: #58309c;
/* Tailwind (arbitrary) */
class="text-[#58309c] bg-[#58309c]"
/* SCSS */
$brand: #58309c;
/* SwiftUI */
Color(red: 0.345, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#58309c")Accessibility — WCAG contrast
Aa
#58309c on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#58309c on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green18.8%
Blue61.2%
CMYK percentages
Cyan43.6%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#58309c text on a black background
contrast 2.32:1
Card sample
#58309c text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58309c;
Background color
Panel with #58309c background
background-color: #58309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58309c; background: linear-gradient(135deg, #58309c, #9C3098);