#582277
a dark, vivid violet · warm · closest name: midnightblue
RGB
88, 34, 119
HSL
278°, 56%, 30%
CMYK
26, 71, 0, 53
Luminance
0.0455
Every format
| HEX | #582277 |
| RGB | rgb(88, 34, 119) |
| HSL | hsl(278, 56%, 30%) |
| CMYK | cmyk(26%, 71%, 0%, 53%) |
| LAB | lab(25.4 39.9 -38.2) |
| LCH | lch(25.4 55.3 316.3) |
| OKLCH | oklch(0.375 0.142 310.4) |
Copy-ready code
/* CSS */
color: #582277;
background-color: #582277;
/* Tailwind (arbitrary) */
class="text-[#582277] bg-[#582277]"
/* SCSS */
$brand: #582277;
/* SwiftUI */
Color(red: 0.345, green: 0.133, blue: 0.467)
/* Android */
Color.parseColor("#582277")Accessibility — WCAG contrast
Aa
#582277 on white: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#582277 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green13.3%
Blue46.7%
CMYK percentages
Cyan26.1%
Magenta71.4%
Yellow0.0%
Key (black)53.3%
Color previews
#582277 text on a black background
contrast 1.91:1
Card sample
#582277 text on a white background
contrast 10.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #582277;
Background color
Panel with #582277 background
background-color: #582277;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #582277;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 34, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 34, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #582277; background: linear-gradient(135deg, #582277, #77225D);