#9f32cf
a balanced, vivid violet · warm · closest name: purple
RGB
159, 50, 207
HSL
282°, 62%, 50%
CMYK
23, 76, 0, 19
Luminance
0.1416
Every format
| HEX | #9f32cf |
| RGB | rgb(159, 50, 207) |
| HSL | hsl(282, 62%, 50%) |
| CMYK | cmyk(23%, 76%, 0%, 19%) |
| LAB | lab(44.5 66.9 -60.0) |
| LCH | lch(44.5 89.9 318.1) |
| OKLCH | oklch(0.551 0.232 312.9) |
Copy-ready code
/* CSS */
color: #9f32cf;
background-color: #9f32cf;
/* Tailwind (arbitrary) */
class="text-[#9f32cf] bg-[#9f32cf]"
/* SCSS */
$brand: #9f32cf;
/* SwiftUI */
Color(red: 0.624, green: 0.196, blue: 0.812)
/* Android */
Color.parseColor("#9f32cf")Accessibility — WCAG contrast
Aa
#9f32cf on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f32cf on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green19.6%
Blue81.2%
CMYK percentages
Cyan23.2%
Magenta75.8%
Yellow0.0%
Key (black)18.8%
Color previews
#9f32cf text on a black background
contrast 3.83:1
Card sample
#9f32cf text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f32cf;
Background color
Panel with #9f32cf background
background-color: #9f32cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f32cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 50, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 50, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f32cf; background: linear-gradient(135deg, #9f32cf, #CF3296);