#9662a8
a balanced, soft violet · warm · closest name: plum
RGB
150, 98, 168
HSL
285°, 29%, 52%
CMYK
11, 42, 0, 34
Luminance
0.1805
Every format
| HEX | #9662a8 |
| RGB | rgb(150, 98, 168) |
| HSL | hsl(285, 29%, 52%) |
| CMYK | cmyk(11%, 42%, 0%, 34%) |
| LAB | lab(49.5 33.5 -29.3) |
| LCH | lch(49.5 44.5 318.8) |
| OKLCH | oklch(0.579 0.119 317.0) |
Copy-ready code
/* CSS */
color: #9662a8;
background-color: #9662a8;
/* Tailwind (arbitrary) */
class="text-[#9662a8] bg-[#9662a8]"
/* SCSS */
$brand: #9662a8;
/* SwiftUI */
Color(red: 0.588, green: 0.384, blue: 0.659)
/* Android */
Color.parseColor("#9662a8")Accessibility — WCAG contrast
Aa
#9662a8 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9662a8 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green38.4%
Blue65.9%
CMYK percentages
Cyan10.7%
Magenta41.7%
Yellow0.0%
Key (black)34.1%
Color previews
#9662a8 text on a black background
contrast 4.61:1
Card sample
#9662a8 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9662a8;
Background color
Panel with #9662a8 background
background-color: #9662a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9662a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 98, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 98, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9662a8; background: linear-gradient(135deg, #9662a8, #A8628B);