#5c2ccf
a balanced, vivid violet · warm · closest name: navy
RGB
92, 44, 207
HSL
258°, 65%, 49%
CMYK
56, 79, 0, 19
Luminance
0.0858
Every format
| HEX | #5c2ccf |
| RGB | rgb(92, 44, 207) |
| HSL | hsl(258, 65%, 49%) |
| CMYK | cmyk(56%, 79%, 0%, 19%) |
| LAB | lab(35.2 58.8 -75.6) |
| LCH | lch(35.2 95.8 307.9) |
| OKLCH | oklch(0.468 0.228 287.3) |
Copy-ready code
/* CSS */
color: #5c2ccf;
background-color: #5c2ccf;
/* Tailwind (arbitrary) */
class="text-[#5c2ccf] bg-[#5c2ccf]"
/* SCSS */
$brand: #5c2ccf;
/* SwiftUI */
Color(red: 0.361, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#5c2ccf")Accessibility — WCAG contrast
Aa
#5c2ccf on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c2ccf on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green17.3%
Blue81.2%
CMYK percentages
Cyan55.6%
Magenta78.7%
Yellow0.0%
Key (black)18.8%
Color previews
#5c2ccf text on a black background
contrast 2.72:1
Card sample
#5c2ccf text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c2ccf;
Background color
Panel with #5c2ccf background
background-color: #5c2ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c2ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c2ccf; background: linear-gradient(135deg, #5c2ccf, #C92CCF);