#5c0066
a deep, electric magenta / pink · warm · closest name: purple
RGB
92, 0, 102
HSL
294°, 100%, 20%
CMYK
10, 100, 0, 60
Luminance
0.0323
Every format
| HEX | #5c0066 |
| RGB | rgb(92, 0, 102) |
| HSL | hsl(294, 100%, 20%) |
| CMYK | cmyk(10%, 100%, 0%, 60%) |
| LAB | lab(21.0 48.4 -34.3) |
| LCH | lch(21.0 59.3 324.6) |
| OKLCH | oklch(0.341 0.161 323.2) |
Copy-ready code
/* CSS */
color: #5c0066;
background-color: #5c0066;
/* Tailwind (arbitrary) */
class="text-[#5c0066] bg-[#5c0066]"
/* SCSS */
$brand: #5c0066;
/* SwiftUI */
Color(red: 0.361, green: 0.000, blue: 0.400)
/* Android */
Color.parseColor("#5c0066")Accessibility — WCAG contrast
Aa
#5c0066 on white: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c0066 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green0.0%
Blue40.0%
CMYK percentages
Cyan9.8%
Magenta100.0%
Yellow0.0%
Key (black)60.0%
Color previews
#5c0066 text on a black background
contrast 1.65:1
Card sample
#5c0066 text on a white background
contrast 12.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c0066;
Background color
Panel with #5c0066 background
background-color: #5c0066;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c0066;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 0, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 0, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c0066; background: linear-gradient(135deg, #5c0066, #66002C);