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