#5f32ba
a balanced, vivid violet · warm · closest name: indigo
RGB
95, 50, 186
HSL
260°, 58%, 46%
CMYK
49, 73, 0, 27
Luminance
0.0826
Every format
| HEX | #5f32ba |
| RGB | rgb(95, 50, 186) |
| HSL | hsl(260, 58%, 46%) |
| CMYK | cmyk(49%, 73%, 0%, 27%) |
| LAB | lab(34.5 50.8 -64.3) |
| LCH | lch(34.5 82.0 308.3) |
| OKLCH | oklch(0.458 0.199 291.7) |
Copy-ready code
/* CSS */
color: #5f32ba;
background-color: #5f32ba;
/* Tailwind (arbitrary) */
class="text-[#5f32ba] bg-[#5f32ba]"
/* SCSS */
$brand: #5f32ba;
/* SwiftUI */
Color(red: 0.373, green: 0.196, blue: 0.729)
/* Android */
Color.parseColor("#5f32ba")Accessibility — WCAG contrast
Aa
#5f32ba on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f32ba on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green19.6%
Blue72.9%
CMYK percentages
Cyan48.9%
Magenta73.1%
Yellow0.0%
Key (black)27.1%
Color previews
#5f32ba text on a black background
contrast 2.65:1
Card sample
#5f32ba text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f32ba;
Background color
Panel with #5f32ba background
background-color: #5f32ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f32ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 50, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 50, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f32ba; background: linear-gradient(135deg, #5f32ba, #BA32BA);