#9732ba
a balanced, vivid violet · warm · closest name: purple
RGB
151, 50, 186
HSL
285°, 58%, 46%
CMYK
19, 73, 0, 27
Luminance
0.1241
Every format
| HEX | #9732ba |
| RGB | rgb(151, 50, 186) |
| HSL | hsl(285, 58%, 46%) |
| CMYK | cmyk(19%, 73%, 0%, 27%) |
| LAB | lab(41.9 61.1 -52.1) |
| LCH | lch(41.9 80.3 319.6) |
| OKLCH | oklch(0.526 0.210 315.8) |
Copy-ready code
/* CSS */
color: #9732ba;
background-color: #9732ba;
/* Tailwind (arbitrary) */
class="text-[#9732ba] bg-[#9732ba]"
/* SCSS */
$brand: #9732ba;
/* SwiftUI */
Color(red: 0.592, green: 0.196, blue: 0.729)
/* Android */
Color.parseColor("#9732ba")Accessibility — WCAG contrast
Aa
#9732ba on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9732ba on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green19.6%
Blue72.9%
CMYK percentages
Cyan18.8%
Magenta73.1%
Yellow0.0%
Key (black)27.1%
Color previews
#9732ba text on a black background
contrast 3.48:1
Card sample
#9732ba text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9732ba;
Background color
Panel with #9732ba background
background-color: #9732ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9732ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 50, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 50, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9732ba; background: linear-gradient(135deg, #9732ba, #BA3282);