#5f2995
a dark, vivid violet · warm · closest name: indigo
RGB
95, 41, 149
HSL
270°, 57%, 37%
CMYK
36, 73, 0, 42
Luminance
0.0619
Every format
| HEX | #5f2995 |
| RGB | rgb(95, 41, 149) |
| HSL | hsl(270, 57%, 37%) |
| CMYK | cmyk(36%, 73%, 0%, 42%) |
| LAB | lab(29.9 45.4 -49.6) |
| LCH | lch(29.9 67.3 312.5) |
| OKLCH | oklch(0.416 0.168 302.4) |
Copy-ready code
/* CSS */
color: #5f2995;
background-color: #5f2995;
/* Tailwind (arbitrary) */
class="text-[#5f2995] bg-[#5f2995]"
/* SCSS */
$brand: #5f2995;
/* SwiftUI */
Color(red: 0.373, green: 0.161, blue: 0.584)
/* Android */
Color.parseColor("#5f2995")Accessibility — WCAG contrast
Aa
#5f2995 on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2995 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green16.1%
Blue58.4%
CMYK percentages
Cyan36.2%
Magenta72.5%
Yellow0.0%
Key (black)41.6%
Color previews
#5f2995 text on a black background
contrast 2.24:1
Card sample
#5f2995 text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2995;
Background color
Panel with #5f2995 background
background-color: #5f2995;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2995;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 41, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 41, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2995; background: linear-gradient(135deg, #5f2995, #952983);