#5c01af
a dark, electric violet · warm · closest name: indigo
RGB
92, 1, 175
HSL
271°, 99%, 35%
CMYK
47, 99, 0, 31
Luminance
0.0539
Every format
| HEX | #5c01af |
| RGB | rgb(92, 1, 175) |
| HSL | hsl(271, 99%, 35%) |
| CMYK | cmyk(47%, 99%, 0%, 31%) |
| LAB | lab(27.8 63.0 -68.8) |
| LCH | lch(27.8 93.3 312.5) |
| OKLCH | oklch(0.408 0.221 296.8) |
Copy-ready code
/* CSS */
color: #5c01af;
background-color: #5c01af;
/* Tailwind (arbitrary) */
class="text-[#5c01af] bg-[#5c01af]"
/* SCSS */
$brand: #5c01af;
/* SwiftUI */
Color(red: 0.361, green: 0.004, blue: 0.686)
/* Android */
Color.parseColor("#5c01af")Accessibility — WCAG contrast
Aa
#5c01af on white: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c01af on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green0.4%
Blue68.6%
CMYK percentages
Cyan47.4%
Magenta99.4%
Yellow0.0%
Key (black)31.4%
Color previews
#5c01af text on a black background
contrast 2.08:1
Card sample
#5c01af text on a white background
contrast 10.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c01af;
Background color
Panel with #5c01af background
background-color: #5c01af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c01af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 1, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 1, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c01af; background: linear-gradient(135deg, #5c01af, #AF018E);