#5f189b
a dark, vivid violet · warm · closest name: indigo
RGB
95, 24, 155
HSL
273°, 73%, 35%
CMYK
39, 85, 0, 39
Luminance
0.0545
Every format
| HEX | #5f189b |
| RGB | rgb(95, 24, 155) |
| HSL | hsl(273, 73%, 35%) |
| CMYK | cmyk(39%, 85%, 0%, 39%) |
| LAB | lab(28.0 53.8 -56.4) |
| LCH | lch(28.0 77.9 313.6) |
| OKLCH | oklch(0.404 0.191 302.6) |
Copy-ready code
/* CSS */
color: #5f189b;
background-color: #5f189b;
/* Tailwind (arbitrary) */
class="text-[#5f189b] bg-[#5f189b]"
/* SCSS */
$brand: #5f189b;
/* SwiftUI */
Color(red: 0.373, green: 0.094, blue: 0.608)
/* Android */
Color.parseColor("#5f189b")Accessibility — WCAG contrast
Aa
#5f189b on white: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f189b on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green9.4%
Blue60.8%
CMYK percentages
Cyan38.7%
Magenta84.5%
Yellow0.0%
Key (black)39.2%
Color previews
#5f189b text on a black background
contrast 2.09:1
Card sample
#5f189b text on a white background
contrast 10.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f189b;
Background color
Panel with #5f189b background
background-color: #5f189b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f189b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 24, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 24, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f189b; background: linear-gradient(135deg, #5f189b, #9B1880);