#5c1fa8
a dark, vivid violet · warm · closest name: indigo
RGB
92, 31, 168
HSL
267°, 69%, 39%
CMYK
45, 82, 0, 34
Luminance
0.0608
Every format
| HEX | #5c1fa8 |
| RGB | rgb(92, 31, 168) |
| HSL | hsl(267, 69%, 39%) |
| CMYK | cmyk(45%, 82%, 0%, 34%) |
| LAB | lab(29.6 54.0 -61.6) |
| LCH | lch(29.6 81.9 311.2) |
| OKLCH | oklch(0.418 0.198 296.8) |
Copy-ready code
/* CSS */
color: #5c1fa8;
background-color: #5c1fa8;
/* Tailwind (arbitrary) */
class="text-[#5c1fa8] bg-[#5c1fa8]"
/* SCSS */
$brand: #5c1fa8;
/* SwiftUI */
Color(red: 0.361, green: 0.122, blue: 0.659)
/* Android */
Color.parseColor("#5c1fa8")Accessibility — WCAG contrast
Aa
#5c1fa8 on white: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c1fa8 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green12.2%
Blue65.9%
CMYK percentages
Cyan45.2%
Magenta81.5%
Yellow0.0%
Key (black)34.1%
Color previews
#5c1fa8 text on a black background
contrast 2.22:1
Card sample
#5c1fa8 text on a white background
contrast 9.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c1fa8;
Background color
Panel with #5c1fa8 background
background-color: #5c1fa8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c1fa8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 31, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 31, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c1fa8; background: linear-gradient(135deg, #5c1fa8, #A81F99);