#8932af
a dark, vivid violet · warm · closest name: purple
RGB
137, 50, 175
HSL
282°, 56%, 44%
CMYK
22, 71, 0, 31
Luminance
0.1069
Every format
| HEX | #8932af |
| RGB | rgb(137, 50, 175) |
| HSL | hsl(282, 56%, 44%) |
| CMYK | cmyk(22%, 71%, 0%, 31%) |
| LAB | lab(39.1 56.0 -50.2) |
| LCH | lch(39.1 75.2 318.1) |
| OKLCH | oklch(0.499 0.195 313.5) |
Copy-ready code
/* CSS */
color: #8932af;
background-color: #8932af;
/* Tailwind (arbitrary) */
class="text-[#8932af] bg-[#8932af]"
/* SCSS */
$brand: #8932af;
/* SwiftUI */
Color(red: 0.537, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#8932af")Accessibility — WCAG contrast
Aa
#8932af on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8932af on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green19.6%
Blue68.6%
CMYK percentages
Cyan21.7%
Magenta71.4%
Yellow0.0%
Key (black)31.4%
Color previews
#8932af text on a black background
contrast 3.14:1
Card sample
#8932af text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8932af;
Background color
Panel with #8932af background
background-color: #8932af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8932af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8932af; background: linear-gradient(135deg, #8932af, #AF3282);