#5c01ff
a balanced, electric violet · warm · closest name: blue
RGB
92, 1, 255
HSL
262°, 100%, 50%
CMYK
64, 100, 0, 0
Luminance
0.0952
Every format
| HEX | #5c01ff |
| RGB | rgb(92, 1, 255) |
| HSL | hsl(262, 100%, 50%) |
| CMYK | cmyk(64%, 100%, 0%, 0%) |
| LAB | lab(37.0 80.9 -100.0) |
| LCH | lch(37.0 128.6 309.0) |
| OKLCH | oklch(0.495 0.295 282.1) |
Copy-ready code
/* CSS */
color: #5c01ff;
background-color: #5c01ff;
/* Tailwind (arbitrary) */
class="text-[#5c01ff] bg-[#5c01ff]"
/* SCSS */
$brand: #5c01ff;
/* SwiftUI */
Color(red: 0.361, green: 0.004, blue: 1.000)
/* Android */
Color.parseColor("#5c01ff")Accessibility — WCAG contrast
Aa
#5c01ff on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c01ff on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green0.4%
Blue100.0%
CMYK percentages
Cyan63.9%
Magenta99.6%
Yellow0.0%
Key (black)0.0%
Color previews
#5c01ff text on a black background
contrast 2.90:1
Card sample
#5c01ff text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c01ff;
Background color
Panel with #5c01ff background
background-color: #5c01ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c01ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 1, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 1, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c01ff; background: linear-gradient(135deg, #5c01ff, #FF01F9);