#5c0cdf
a balanced, electric violet · warm · closest name: blue
RGB
92, 12, 223
HSL
263°, 90%, 46%
CMYK
59, 95, 0, 13
Luminance
0.0787
Every format
| HEX | #5c0cdf |
| RGB | rgb(92, 12, 223) |
| HSL | hsl(263, 90%, 46%) |
| CMYK | cmyk(59%, 95%, 0%, 13%) |
| LAB | lab(33.7 72.2 -87.2) |
| LCH | lch(33.7 113.2 309.6) |
| OKLCH | oklch(0.463 0.262 286.5) |
Copy-ready code
/* CSS */
color: #5c0cdf;
background-color: #5c0cdf;
/* Tailwind (arbitrary) */
class="text-[#5c0cdf] bg-[#5c0cdf]"
/* SCSS */
$brand: #5c0cdf;
/* SwiftUI */
Color(red: 0.361, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#5c0cdf")Accessibility — WCAG contrast
Aa
#5c0cdf on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c0cdf on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green4.7%
Blue87.5%
CMYK percentages
Cyan58.7%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#5c0cdf text on a black background
contrast 2.57:1
Card sample
#5c0cdf text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c0cdf;
Background color
Panel with #5c0cdf background
background-color: #5c0cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c0cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c0cdf; background: linear-gradient(135deg, #5c0cdf, #DF0CD6);