#582ca0
a dark, vivid violet · warm · closest name: indigo
RGB
88, 44, 160
HSL
263°, 57%, 40%
CMYK
45, 73, 0, 37
Luminance
0.0641
Every format
| HEX | #582ca0 |
| RGB | rgb(88, 44, 160) |
| HSL | hsl(263, 57%, 40%) |
| CMYK | cmyk(45%, 73%, 0%, 37%) |
| LAB | lab(30.4 45.5 -55.5) |
| LCH | lch(30.4 71.8 309.3) |
| OKLCH | oklch(0.420 0.175 295.1) |
Copy-ready code
/* CSS */
color: #582ca0;
background-color: #582ca0;
/* Tailwind (arbitrary) */
class="text-[#582ca0] bg-[#582ca0]"
/* SCSS */
$brand: #582ca0;
/* SwiftUI */
Color(red: 0.345, green: 0.173, blue: 0.627)
/* Android */
Color.parseColor("#582ca0")Accessibility — WCAG contrast
Aa
#582ca0 on white: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#582ca0 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green17.3%
Blue62.7%
CMYK percentages
Cyan45.0%
Magenta72.5%
Yellow0.0%
Key (black)37.3%
Color previews
#582ca0 text on a black background
contrast 2.28:1
Card sample
#582ca0 text on a white background
contrast 9.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #582ca0;
Background color
Panel with #582ca0 background
background-color: #582ca0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #582ca0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 44, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 44, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #582ca0; background: linear-gradient(135deg, #582ca0, #A02C9B);