#9b98ac
a balanced, muted blue · warm · closest name: gray
RGB
155, 152, 172
HSL
249°, 11%, 64%
CMYK
10, 12, 0, 33
Luminance
0.3240
Every format
| HEX | #9b98ac |
| RGB | rgb(155, 152, 172) |
| HSL | hsl(249, 11%, 64%) |
| CMYK | cmyk(10%, 12%, 0%, 33%) |
| LAB | lab(63.7 5.1 -10.0) |
| LCH | lch(63.7 11.2 297.0) |
| OKLCH | oklch(0.689 0.029 292.5) |
Copy-ready code
/* CSS */
color: #9b98ac;
background-color: #9b98ac;
/* Tailwind (arbitrary) */
class="text-[#9b98ac] bg-[#9b98ac]"
/* SCSS */
$brand: #9b98ac;
/* SwiftUI */
Color(red: 0.608, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#9b98ac")Accessibility — WCAG contrast
Aa
#9b98ac on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9b98ac on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green59.6%
Blue67.5%
CMYK percentages
Cyan9.9%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#9b98ac text on a black background
contrast 7.48:1
Card sample
#9b98ac text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b98ac;
Background color
Panel with #9b98ac background
background-color: #9b98ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b98ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b98ac; background: linear-gradient(135deg, #9b98ac, #A898AC);