#9988aa
a balanced, soft violet · warm · closest name: gray
RGB
153, 136, 170
HSL
270°, 17%, 60%
CMYK
10, 20, 0, 33
Luminance
0.2728
Every format
| HEX | #9988aa |
| RGB | rgb(153, 136, 170) |
| HSL | hsl(270, 17%, 60%) |
| CMYK | cmyk(10%, 20%, 0%, 33%) |
| LAB | lab(59.2 13.1 -15.6) |
| LCH | lch(59.2 20.3 310.0) |
| OKLCH | oklch(0.654 0.053 307.6) |
Copy-ready code
/* CSS */
color: #9988aa;
background-color: #9988aa;
/* Tailwind (arbitrary) */
class="text-[#9988aa] bg-[#9988aa]"
/* SCSS */
$brand: #9988aa;
/* SwiftUI */
Color(red: 0.600, green: 0.533, blue: 0.667)
/* Android */
Color.parseColor("#9988aa")Accessibility — WCAG contrast
Aa
#9988aa on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9988aa on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green53.3%
Blue66.7%
CMYK percentages
Cyan10.0%
Magenta20.0%
Yellow0.0%
Key (black)33.3%
Color previews
#9988aa text on a black background
contrast 6.46:1
Card sample
#9988aa text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9988aa;
Background color
Panel with #9988aa background
background-color: #9988aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9988aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 136, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 136, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9988aa; background: linear-gradient(135deg, #9988aa, #AA88A4);