#5c01cb
a dark, electric violet · warm · closest name: blue
RGB
92, 1, 203
HSL
267°, 99%, 40%
CMYK
55, 100, 0, 20
Luminance
0.0661
Every format
| HEX | #5c01cb |
| RGB | rgb(92, 1, 203) |
| HSL | hsl(267, 99%, 40%) |
| CMYK | cmyk(55%, 100%, 0%, 20%) |
| LAB | lab(30.9 69.3 -80.3) |
| LCH | lch(30.9 106.0 310.8) |
| OKLCH | oklch(0.438 0.246 290.4) |
Copy-ready code
/* CSS */
color: #5c01cb;
background-color: #5c01cb;
/* Tailwind (arbitrary) */
class="text-[#5c01cb] bg-[#5c01cb]"
/* SCSS */
$brand: #5c01cb;
/* SwiftUI */
Color(red: 0.361, green: 0.004, blue: 0.796)
/* Android */
Color.parseColor("#5c01cb")Accessibility — WCAG contrast
Aa
#5c01cb on white: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c01cb on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green0.4%
Blue79.6%
CMYK percentages
Cyan54.7%
Magenta99.5%
Yellow0.0%
Key (black)20.4%
Color previews
#5c01cb text on a black background
contrast 2.32:1
Card sample
#5c01cb text on a white background
contrast 9.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c01cb;
Background color
Panel with #5c01cb background
background-color: #5c01cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c01cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 1, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 1, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c01cb; background: linear-gradient(135deg, #5c01cb, #CB01B3);