#580b7a
a dark, electric violet · warm · closest name: indigo
RGB
88, 11, 122
HSL
282°, 84%, 26%
CMYK
28, 91, 0, 52
Luminance
0.0372
Every format
| HEX | #580b7a |
| RGB | rgb(88, 11, 122) |
| HSL | hsl(282, 84%, 26%) |
| CMYK | cmyk(28%, 91%, 0%, 52%) |
| LAB | lab(22.7 49.0 -44.5) |
| LCH | lch(22.7 66.2 317.8) |
| OKLCH | oklch(0.356 0.168 311.5) |
Copy-ready code
/* CSS */
color: #580b7a;
background-color: #580b7a;
/* Tailwind (arbitrary) */
class="text-[#580b7a] bg-[#580b7a]"
/* SCSS */
$brand: #580b7a;
/* SwiftUI */
Color(red: 0.345, green: 0.043, blue: 0.478)
/* Android */
Color.parseColor("#580b7a")Accessibility — WCAG contrast
Aa
#580b7a on white: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#580b7a on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green4.3%
Blue47.8%
CMYK percentages
Cyan27.9%
Magenta91.0%
Yellow0.0%
Key (black)52.2%
Color previews
#580b7a text on a black background
contrast 1.74:1
Card sample
#580b7a text on a white background
contrast 12.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #580b7a;
Background color
Panel with #580b7a background
background-color: #580b7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #580b7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 11, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 11, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #580b7a; background: linear-gradient(135deg, #580b7a, #7A0B52);