#9331ba
a balanced, vivid violet · warm · closest name: purple
RGB
147, 49, 186
HSL
283°, 58%, 46%
CMYK
21, 74, 0, 27
Luminance
0.1194
Every format
| HEX | #9331ba |
| RGB | rgb(147, 49, 186) |
| HSL | hsl(283, 58%, 46%) |
| CMYK | cmyk(21%, 74%, 0%, 27%) |
| LAB | lab(41.1 60.7 -53.3) |
| LCH | lch(41.1 80.8 318.7) |
| OKLCH | oklch(0.519 0.210 314.3) |
Copy-ready code
/* CSS */
color: #9331ba;
background-color: #9331ba;
/* Tailwind (arbitrary) */
class="text-[#9331ba] bg-[#9331ba]"
/* SCSS */
$brand: #9331ba;
/* SwiftUI */
Color(red: 0.576, green: 0.192, blue: 0.729)
/* Android */
Color.parseColor("#9331ba")Accessibility — WCAG contrast
Aa
#9331ba on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9331ba on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green19.2%
Blue72.9%
CMYK percentages
Cyan21.0%
Magenta73.7%
Yellow0.0%
Key (black)27.1%
Color previews
#9331ba text on a black background
contrast 3.39:1
Card sample
#9331ba text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9331ba;
Background color
Panel with #9331ba background
background-color: #9331ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9331ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 49, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 49, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9331ba; background: linear-gradient(135deg, #9331ba, #BA3186);