#9658ac
a balanced, soft violet · warm · closest name: orchid
RGB
150, 88, 172
HSL
284°, 34%, 51%
CMYK
13, 49, 0, 33
Luminance
0.1644
Every format
| HEX | #9658ac |
| RGB | rgb(150, 88, 172) |
| HSL | hsl(284, 34%, 51%) |
| CMYK | cmyk(13%, 49%, 0%, 33%) |
| LAB | lab(47.5 40.0 -34.8) |
| LCH | lch(47.5 53.0 318.9) |
| OKLCH | oklch(0.564 0.141 316.7) |
Copy-ready code
/* CSS */
color: #9658ac;
background-color: #9658ac;
/* Tailwind (arbitrary) */
class="text-[#9658ac] bg-[#9658ac]"
/* SCSS */
$brand: #9658ac;
/* SwiftUI */
Color(red: 0.588, green: 0.345, blue: 0.675)
/* Android */
Color.parseColor("#9658ac")Accessibility — WCAG contrast
Aa
#9658ac on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9658ac on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green34.5%
Blue67.5%
CMYK percentages
Cyan12.8%
Magenta48.8%
Yellow0.0%
Key (black)32.5%
Color previews
#9658ac text on a black background
contrast 4.29:1
Card sample
#9658ac text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9658ac;
Background color
Panel with #9658ac background
background-color: #9658ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9658ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 88, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 88, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9658ac; background: linear-gradient(135deg, #9658ac, #AC588A);