#9328bf
a balanced, vivid violet · warm · closest name: purple
RGB
147, 40, 191
HSL
283°, 65%, 45%
CMYK
23, 79, 0, 25
Luminance
0.1148
Every format
| HEX | #9328bf |
| RGB | rgb(147, 40, 191) |
| HSL | hsl(283, 65%, 45%) |
| CMYK | cmyk(23%, 79%, 0%, 25%) |
| LAB | lab(40.4 64.9 -57.4) |
| LCH | lch(40.4 86.6 318.5) |
| OKLCH | oklch(0.515 0.224 313.4) |
Copy-ready code
/* CSS */
color: #9328bf;
background-color: #9328bf;
/* Tailwind (arbitrary) */
class="text-[#9328bf] bg-[#9328bf]"
/* SCSS */
$brand: #9328bf;
/* SwiftUI */
Color(red: 0.576, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#9328bf")Accessibility — WCAG contrast
Aa
#9328bf on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9328bf on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green15.7%
Blue74.9%
CMYK percentages
Cyan23.0%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#9328bf text on a black background
contrast 3.30:1
Card sample
#9328bf text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9328bf;
Background color
Panel with #9328bf background
background-color: #9328bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9328bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9328bf; background: linear-gradient(135deg, #9328bf, #BF2886);