#5c0199
a dark, electric violet · warm · closest name: indigo
RGB
92, 1, 153
HSL
276°, 99%, 30%
CMYK
40, 99, 0, 40
Luminance
0.0460
Every format
| HEX | #5c0199 |
| RGB | rgb(92, 1, 153) |
| HSL | hsl(276, 99%, 30%) |
| CMYK | cmyk(40%, 99%, 0%, 40%) |
| LAB | lab(25.6 58.3 -59.2) |
| LCH | lch(25.6 83.1 314.6) |
| OKLCH | oklch(0.386 0.202 303.0) |
Copy-ready code
/* CSS */
color: #5c0199;
background-color: #5c0199;
/* Tailwind (arbitrary) */
class="text-[#5c0199] bg-[#5c0199]"
/* SCSS */
$brand: #5c0199;
/* SwiftUI */
Color(red: 0.361, green: 0.004, blue: 0.600)
/* Android */
Color.parseColor("#5c0199")Accessibility — WCAG contrast
Aa
#5c0199 on white: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c0199 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green0.4%
Blue60.0%
CMYK percentages
Cyan39.9%
Magenta99.3%
Yellow0.0%
Key (black)40.0%
Color previews
#5c0199 text on a black background
contrast 1.92:1
Card sample
#5c0199 text on a white background
contrast 10.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c0199;
Background color
Panel with #5c0199 background
background-color: #5c0199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c0199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 1, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 1, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c0199; background: linear-gradient(135deg, #5c0199, #990171);