#58166f
a dark, vivid violet · warm · closest name: purple
RGB
88, 22, 111
HSL
285°, 67%, 26%
CMYK
21, 80, 0, 57
Luminance
0.0380
Every format
| HEX | #58166f |
| RGB | rgb(88, 22, 111) |
| HSL | hsl(285, 67%, 26%) |
| CMYK | cmyk(21%, 80%, 0%, 57%) |
| LAB | lab(23.0 43.3 -37.0) |
| LCH | lch(23.0 56.9 319.5) |
| OKLCH | oklch(0.355 0.149 315.5) |
Copy-ready code
/* CSS */
color: #58166f;
background-color: #58166f;
/* Tailwind (arbitrary) */
class="text-[#58166f] bg-[#58166f]"
/* SCSS */
$brand: #58166f;
/* SwiftUI */
Color(red: 0.345, green: 0.086, blue: 0.435)
/* Android */
Color.parseColor("#58166f")Accessibility — WCAG contrast
Aa
#58166f on white: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#58166f on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green8.6%
Blue43.5%
CMYK percentages
Cyan20.7%
Magenta80.2%
Yellow0.0%
Key (black)56.5%
Color previews
#58166f text on a black background
contrast 1.76:1
Card sample
#58166f text on a white background
contrast 11.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58166f;
Background color
Panel with #58166f background
background-color: #58166f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58166f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 22, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 22, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58166f; background: linear-gradient(135deg, #58166f, #6F164B);