#9331af
a dark, vivid violet · warm · closest name: purple
RGB
147, 49, 175
HSL
287°, 56%, 44%
CMYK
16, 72, 0, 31
Luminance
0.1149
Every format
| HEX | #9331af |
| RGB | rgb(147, 49, 175) |
| HSL | hsl(287, 56%, 44%) |
| CMYK | cmyk(16%, 72%, 0%, 31%) |
| LAB | lab(40.4 58.5 -48.0) |
| LCH | lch(40.4 75.7 320.7) |
| OKLCH | oklch(0.512 0.200 317.7) |
Copy-ready code
/* CSS */
color: #9331af;
background-color: #9331af;
/* Tailwind (arbitrary) */
class="text-[#9331af] bg-[#9331af]"
/* SCSS */
$brand: #9331af;
/* SwiftUI */
Color(red: 0.576, green: 0.192, blue: 0.686)
/* Android */
Color.parseColor("#9331af")Accessibility — WCAG contrast
Aa
#9331af on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9331af on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green19.2%
Blue68.6%
CMYK percentages
Cyan16.0%
Magenta72.0%
Yellow0.0%
Key (black)31.4%
Color previews
#9331af text on a black background
contrast 3.30:1
Card sample
#9331af text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9331af;
Background color
Panel with #9331af background
background-color: #9331af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9331af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 49, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 49, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9331af; background: linear-gradient(135deg, #9331af, #AF3177);