#9682ab
a balanced, soft violet · warm · closest name: plum
RGB
150, 130, 171
HSL
269°, 20%, 59%
CMYK
12, 24, 0, 33
Luminance
0.2539
Every format
| HEX | #9682ab |
| RGB | rgb(150, 130, 171) |
| HSL | hsl(269, 20%, 59%) |
| CMYK | cmyk(12%, 24%, 0%, 33%) |
| LAB | lab(57.5 15.7 -18.9) |
| LCH | lch(57.5 24.6 309.8) |
| OKLCH | oklch(0.639 0.064 306.8) |
Copy-ready code
/* CSS */
color: #9682ab;
background-color: #9682ab;
/* Tailwind (arbitrary) */
class="text-[#9682ab] bg-[#9682ab]"
/* SCSS */
$brand: #9682ab;
/* SwiftUI */
Color(red: 0.588, green: 0.510, blue: 0.671)
/* Android */
Color.parseColor("#9682ab")Accessibility — WCAG contrast
Aa
#9682ab on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9682ab on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green51.0%
Blue67.1%
CMYK percentages
Cyan12.3%
Magenta24.0%
Yellow0.0%
Key (black)32.9%
Color previews
#9682ab text on a black background
contrast 6.08:1
Card sample
#9682ab text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9682ab;
Background color
Panel with #9682ab background
background-color: #9682ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9682ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 130, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 130, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9682ab; background: linear-gradient(135deg, #9682ab, #AB82A5);