#5f2ba3
a dark, vivid violet · warm · closest name: indigo
RGB
95, 43, 163
HSL
266°, 58%, 40%
CMYK
42, 74, 0, 36
Luminance
0.0680
Every format
| HEX | #5f2ba3 |
| RGB | rgb(95, 43, 163) |
| HSL | hsl(266, 58%, 40%) |
| CMYK | cmyk(42%, 74%, 0%, 36%) |
| LAB | lab(31.4 48.0 -55.8) |
| LCH | lch(31.4 73.6 310.7) |
| OKLCH | oklch(0.430 0.181 298.1) |
Copy-ready code
/* CSS */
color: #5f2ba3;
background-color: #5f2ba3;
/* Tailwind (arbitrary) */
class="text-[#5f2ba3] bg-[#5f2ba3]"
/* SCSS */
$brand: #5f2ba3;
/* SwiftUI */
Color(red: 0.373, green: 0.169, blue: 0.639)
/* Android */
Color.parseColor("#5f2ba3")Accessibility — WCAG contrast
Aa
#5f2ba3 on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2ba3 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green16.9%
Blue63.9%
CMYK percentages
Cyan41.7%
Magenta73.6%
Yellow0.0%
Key (black)36.1%
Color previews
#5f2ba3 text on a black background
contrast 2.36:1
Card sample
#5f2ba3 text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2ba3;
Background color
Panel with #5f2ba3 background
background-color: #5f2ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 43, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 43, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2ba3; background: linear-gradient(135deg, #5f2ba3, #A32B97);