#5800c5
a dark, electric violet · warm · closest name: navy
RGB
88, 0, 197
HSL
267°, 100%, 39%
CMYK
55, 100, 0, 23
Luminance
0.0611
Every format
| HEX | #5800c5 |
| RGB | rgb(88, 0, 197) |
| HSL | hsl(267, 100%, 39%) |
| CMYK | cmyk(55%, 100%, 0%, 23%) |
| LAB | lab(29.7 67.8 -78.8) |
| LCH | lch(29.7 104.0 310.7) |
| OKLCH | oklch(0.426 0.241 290.0) |
Copy-ready code
/* CSS */
color: #5800c5;
background-color: #5800c5;
/* Tailwind (arbitrary) */
class="text-[#5800c5] bg-[#5800c5]"
/* SCSS */
$brand: #5800c5;
/* SwiftUI */
Color(red: 0.345, green: 0.000, blue: 0.773)
/* Android */
Color.parseColor("#5800c5")Accessibility — WCAG contrast
Aa
#5800c5 on white: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5800c5 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green0.0%
Blue77.3%
CMYK percentages
Cyan55.3%
Magenta100.0%
Yellow0.0%
Key (black)22.7%
Color previews
#5800c5 text on a black background
contrast 2.22:1
Card sample
#5800c5 text on a white background
contrast 9.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5800c5;
Background color
Panel with #5800c5 background
background-color: #5800c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5800c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 0, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 0, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5800c5; background: linear-gradient(135deg, #5800c5, #C500AF);