#9b99af
a balanced, muted blue · warm · closest name: gray
RGB
155, 153, 175
HSL
246°, 12%, 64%
CMYK
11, 13, 0, 31
Luminance
0.3285
Every format
| HEX | #9b99af |
| RGB | rgb(155, 153, 175) |
| HSL | hsl(246, 12%, 64%) |
| CMYK | cmyk(11%, 13%, 0%, 31%) |
| LAB | lab(64.0 5.2 -11.2) |
| LCH | lch(64.0 12.3 294.8) |
| OKLCH | oklch(0.692 0.032 289.7) |
Copy-ready code
/* CSS */
color: #9b99af;
background-color: #9b99af;
/* Tailwind (arbitrary) */
class="text-[#9b99af] bg-[#9b99af]"
/* SCSS */
$brand: #9b99af;
/* SwiftUI */
Color(red: 0.608, green: 0.600, blue: 0.686)
/* Android */
Color.parseColor("#9b99af")Accessibility — WCAG contrast
Aa
#9b99af on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9b99af on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green60.0%
Blue68.6%
CMYK percentages
Cyan11.4%
Magenta12.6%
Yellow0.0%
Key (black)31.4%
Color previews
#9b99af text on a black background
contrast 7.57:1
Card sample
#9b99af text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b99af;
Background color
Panel with #9b99af background
background-color: #9b99af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b99af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 153, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 153, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b99af; background: linear-gradient(135deg, #9b99af, #AA99AF);