#58097c
a dark, electric violet · warm · closest name: indigo
RGB
88, 9, 124
HSL
281°, 87%, 26%
CMYK
29, 93, 0, 51
Luminance
0.0373
Every format
| HEX | #58097c |
| RGB | rgb(88, 9, 124) |
| HSL | hsl(281, 87%, 26%) |
| CMYK | cmyk(29%, 93%, 0%, 51%) |
| LAB | lab(22.7 49.9 -45.7) |
| LCH | lch(22.7 67.7 317.5) |
| OKLCH | oklch(0.357 0.171 310.8) |
Copy-ready code
/* CSS */
color: #58097c;
background-color: #58097c;
/* Tailwind (arbitrary) */
class="text-[#58097c] bg-[#58097c]"
/* SCSS */
$brand: #58097c;
/* SwiftUI */
Color(red: 0.345, green: 0.035, blue: 0.486)
/* Android */
Color.parseColor("#58097c")Accessibility — WCAG contrast
Aa
#58097c on white: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#58097c on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green3.5%
Blue48.6%
CMYK percentages
Cyan29.0%
Magenta92.7%
Yellow0.0%
Key (black)51.4%
Color previews
#58097c text on a black background
contrast 1.75:1
Card sample
#58097c text on a white background
contrast 12.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58097c;
Background color
Panel with #58097c background
background-color: #58097c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58097c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 9, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 9, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58097c; background: linear-gradient(135deg, #58097c, #7C0953);