#5f2f9b
a dark, vivid violet · warm · closest name: indigo
RGB
95, 47, 155
HSL
267°, 54%, 40%
CMYK
39, 70, 0, 39
Luminance
0.0683
Every format
| HEX | #5f2f9b |
| RGB | rgb(95, 47, 155) |
| HSL | hsl(267, 54%, 40%) |
| CMYK | cmyk(39%, 70%, 0%, 39%) |
| LAB | lab(31.4 44.0 -50.8) |
| LCH | lch(31.4 67.2 310.9) |
| OKLCH | oklch(0.428 0.167 299.6) |
Copy-ready code
/* CSS */
color: #5f2f9b;
background-color: #5f2f9b;
/* Tailwind (arbitrary) */
class="text-[#5f2f9b] bg-[#5f2f9b]"
/* SCSS */
$brand: #5f2f9b;
/* SwiftUI */
Color(red: 0.373, green: 0.184, blue: 0.608)
/* Android */
Color.parseColor("#5f2f9b")Accessibility — WCAG contrast
Aa
#5f2f9b on white: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2f9b on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green18.4%
Blue60.8%
CMYK percentages
Cyan38.7%
Magenta69.7%
Yellow0.0%
Key (black)39.2%
Color previews
#5f2f9b text on a black background
contrast 2.37:1
Card sample
#5f2f9b text on a white background
contrast 8.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2f9b;
Background color
Panel with #5f2f9b background
background-color: #5f2f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 47, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 47, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2f9b; background: linear-gradient(135deg, #5f2f9b, #9B2F8F);