#5c1470
a dark, vivid violet · warm · closest name: purple
RGB
92, 20, 112
HSL
287°, 70%, 26%
CMYK
18, 82, 0, 56
Luminance
0.0395
Every format
| HEX | #5c1470 |
| RGB | rgb(92, 20, 112) |
| HSL | hsl(287, 70%, 26%) |
| CMYK | cmyk(18%, 82%, 0%, 56%) |
| LAB | lab(23.5 45.1 -36.8) |
| LCH | lch(23.5 58.2 320.8) |
| OKLCH | oklch(0.361 0.153 317.5) |
Copy-ready code
/* CSS */
color: #5c1470;
background-color: #5c1470;
/* Tailwind (arbitrary) */
class="text-[#5c1470] bg-[#5c1470]"
/* SCSS */
$brand: #5c1470;
/* SwiftUI */
Color(red: 0.361, green: 0.078, blue: 0.439)
/* Android */
Color.parseColor("#5c1470")Accessibility — WCAG contrast
Aa
#5c1470 on white: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c1470 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green7.8%
Blue43.9%
CMYK percentages
Cyan17.9%
Magenta82.1%
Yellow0.0%
Key (black)56.1%
Color previews
#5c1470 text on a black background
contrast 1.79:1
Card sample
#5c1470 text on a white background
contrast 11.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c1470;
Background color
Panel with #5c1470 background
background-color: #5c1470;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c1470;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 20, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 20, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c1470; background: linear-gradient(135deg, #5c1470, #701447);