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