#5c01ee
a balanced, electric violet · warm · closest name: blue
RGB
92, 1, 238
HSL
263°, 99%, 47%
CMYK
61, 100, 0, 7
Luminance
0.0847
Every format
| HEX | #5c01ee |
| RGB | rgb(92, 1, 238) |
| HSL | hsl(263, 99%, 47%) |
| CMYK | cmyk(61%, 100%, 0%, 7%) |
| LAB | lab(34.9 77.1 -93.7) |
| LCH | lch(34.9 121.4 309.4) |
| OKLCH | oklch(0.476 0.279 284.4) |
Copy-ready code
/* CSS */
color: #5c01ee;
background-color: #5c01ee;
/* Tailwind (arbitrary) */
class="text-[#5c01ee] bg-[#5c01ee]"
/* SCSS */
$brand: #5c01ee;
/* SwiftUI */
Color(red: 0.361, green: 0.004, blue: 0.933)
/* Android */
Color.parseColor("#5c01ee")Accessibility — WCAG contrast
Aa
#5c01ee on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c01ee on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green0.4%
Blue93.3%
CMYK percentages
Cyan61.3%
Magenta99.6%
Yellow0.0%
Key (black)6.7%
Color previews
#5c01ee text on a black background
contrast 2.69:1
Card sample
#5c01ee text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c01ee;
Background color
Panel with #5c01ee background
background-color: #5c01ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c01ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 1, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 1, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c01ee; background: linear-gradient(135deg, #5c01ee, #EE01E2);