#5c1f6b
a dark, vivid violet · warm · closest name: purple
RGB
92, 31, 107
HSL
288°, 55%, 27%
CMYK
14, 71, 0, 58
Luminance
0.0432
Every format
| HEX | #5c1f6b |
| RGB | rgb(92, 31, 107) |
| HSL | hsl(288, 55%, 27%) |
| CMYK | cmyk(14%, 71%, 0%, 58%) |
| LAB | lab(24.7 39.6 -31.6) |
| LCH | lch(24.7 50.7 321.4) |
| OKLCH | oklch(0.368 0.135 319.1) |
Copy-ready code
/* CSS */
color: #5c1f6b;
background-color: #5c1f6b;
/* Tailwind (arbitrary) */
class="text-[#5c1f6b] bg-[#5c1f6b]"
/* SCSS */
$brand: #5c1f6b;
/* SwiftUI */
Color(red: 0.361, green: 0.122, blue: 0.420)
/* Android */
Color.parseColor("#5c1f6b")Accessibility — WCAG contrast
Aa
#5c1f6b on white: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c1f6b on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green12.2%
Blue42.0%
CMYK percentages
Cyan14.0%
Magenta71.0%
Yellow0.0%
Key (black)58.0%
Color previews
#5c1f6b text on a black background
contrast 1.86:1
Card sample
#5c1f6b text on a white background
contrast 11.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c1f6b;
Background color
Panel with #5c1f6b background
background-color: #5c1f6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c1f6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 31, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 31, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c1f6b; background: linear-gradient(135deg, #5c1f6b, #6B1F47);