#9f3ccc
a balanced, vivid violet · warm · closest name: purple
RGB
159, 60, 204
HSL
281°, 59%, 52%
CMYK
22, 71, 0, 20
Luminance
0.1496
Every format
| HEX | #9f3ccc |
| RGB | rgb(159, 60, 204) |
| HSL | hsl(281, 59%, 52%) |
| CMYK | cmyk(22%, 71%, 0%, 20%) |
| LAB | lab(45.6 62.5 -56.5) |
| LCH | lch(45.6 84.2 317.9) |
| OKLCH | oklch(0.558 0.218 313.0) |
Copy-ready code
/* CSS */
color: #9f3ccc;
background-color: #9f3ccc;
/* Tailwind (arbitrary) */
class="text-[#9f3ccc] bg-[#9f3ccc]"
/* SCSS */
$brand: #9f3ccc;
/* SwiftUI */
Color(red: 0.624, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#9f3ccc")Accessibility — WCAG contrast
Aa
#9f3ccc on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f3ccc on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green23.5%
Blue80.0%
CMYK percentages
Cyan22.1%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#9f3ccc text on a black background
contrast 3.99:1
Card sample
#9f3ccc text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f3ccc;
Background color
Panel with #9f3ccc background
background-color: #9f3ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f3ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f3ccc; background: linear-gradient(135deg, #9f3ccc, #CC3C99);