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