#581386
a dark, electric violet · warm · closest name: indigo
RGB
88, 19, 134
HSL
276°, 75%, 30%
CMYK
34, 86, 0, 48
Luminance
0.0426
Every format
| HEX | #581386 |
| RGB | rgb(88, 19, 134) |
| HSL | hsl(276, 75%, 30%) |
| CMYK | cmyk(34%, 86%, 0%, 48%) |
| LAB | lab(24.5 49.5 -49.1) |
| LCH | lch(24.5 69.7 315.2) |
| OKLCH | oklch(0.372 0.174 306.3) |
Copy-ready code
/* CSS */
color: #581386;
background-color: #581386;
/* Tailwind (arbitrary) */
class="text-[#581386] bg-[#581386]"
/* SCSS */
$brand: #581386;
/* SwiftUI */
Color(red: 0.345, green: 0.075, blue: 0.525)
/* Android */
Color.parseColor("#581386")Accessibility — WCAG contrast
Aa
#581386 on white: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#581386 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green7.5%
Blue52.5%
CMYK percentages
Cyan34.3%
Magenta85.8%
Yellow0.0%
Key (black)47.5%
Color previews
#581386 text on a black background
contrast 1.85:1
Card sample
#581386 text on a white background
contrast 11.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #581386;
Background color
Panel with #581386 background
background-color: #581386;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #581386;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 19, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 19, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #581386; background: linear-gradient(135deg, #581386, #861367);