#9977aa
a balanced, soft violet · warm · closest name: plum
RGB
153, 119, 170
HSL
280°, 23%, 57%
CMYK
10, 30, 0, 33
Luminance
0.2287
Every format
| HEX | #9977aa |
| RGB | rgb(153, 119, 170) |
| HSL | hsl(280, 23%, 57%) |
| CMYK | cmyk(10%, 30%, 0%, 33%) |
| LAB | lab(54.9 22.9 -22.1) |
| LCH | lch(54.9 31.8 315.9) |
| OKLCH | oklch(0.621 0.084 314.2) |
Copy-ready code
/* CSS */
color: #9977aa;
background-color: #9977aa;
/* Tailwind (arbitrary) */
class="text-[#9977aa] bg-[#9977aa]"
/* SCSS */
$brand: #9977aa;
/* SwiftUI */
Color(red: 0.600, green: 0.467, blue: 0.667)
/* Android */
Color.parseColor("#9977aa")Accessibility — WCAG contrast
Aa
#9977aa on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9977aa on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green46.7%
Blue66.7%
CMYK percentages
Cyan10.0%
Magenta30.0%
Yellow0.0%
Key (black)33.3%
Color previews
#9977aa text on a black background
contrast 5.57:1
Card sample
#9977aa text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9977aa;
Background color
Panel with #9977aa background
background-color: #9977aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9977aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 119, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 119, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9977aa; background: linear-gradient(135deg, #9977aa, #AA7799);