#5c01ba
a dark, electric violet · warm · closest name: navy
RGB
92, 1, 186
HSL
270°, 99%, 37%
CMYK
51, 100, 0, 27
Luminance
0.0584
Every format
| HEX | #5c01ba |
| RGB | rgb(92, 1, 186) |
| HSL | hsl(270, 99%, 37%) |
| CMYK | cmyk(51%, 100%, 0%, 27%) |
| LAB | lab(29.0 65.5 -73.4) |
| LCH | lch(29.0 98.4 311.7) |
| OKLCH | oklch(0.419 0.231 294.1) |
Copy-ready code
/* CSS */
color: #5c01ba;
background-color: #5c01ba;
/* Tailwind (arbitrary) */
class="text-[#5c01ba] bg-[#5c01ba]"
/* SCSS */
$brand: #5c01ba;
/* SwiftUI */
Color(red: 0.361, green: 0.004, blue: 0.729)
/* Android */
Color.parseColor("#5c01ba")Accessibility — WCAG contrast
Aa
#5c01ba on white: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c01ba on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green0.4%
Blue72.9%
CMYK percentages
Cyan50.5%
Magenta99.5%
Yellow0.0%
Key (black)27.1%
Color previews
#5c01ba text on a black background
contrast 2.17:1
Card sample
#5c01ba text on a white background
contrast 9.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c01ba;
Background color
Panel with #5c01ba background
background-color: #5c01ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c01ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 1, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 1, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c01ba; background: linear-gradient(135deg, #5c01ba, #BA019D);