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