#98acb9
a light, soft blue · cool · closest name: silver
RGB
152, 172, 185
HSL
204°, 19%, 66%
CMYK
18, 7, 0, 28
Luminance
0.3968
Every format
| HEX | #98acb9 |
| RGB | rgb(152, 172, 185) |
| HSL | hsl(204, 19%, 66%) |
| CMYK | cmyk(18%, 7%, 0%, 28%) |
| LAB | lab(69.2 -4.1 -9.0) |
| LCH | lch(69.2 9.9 245.3) |
| OKLCH | oklch(0.733 0.029 236.3) |
Copy-ready code
/* CSS */
color: #98acb9;
background-color: #98acb9;
/* Tailwind (arbitrary) */
class="text-[#98acb9] bg-[#98acb9]"
/* SCSS */
$brand: #98acb9;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.725)
/* Android */
Color.parseColor("#98acb9")Accessibility — WCAG contrast
Aa
#98acb9 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98acb9 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue72.5%
CMYK percentages
Cyan17.8%
Magenta7.0%
Yellow0.0%
Key (black)27.5%
Color previews
#98acb9 text on a black background
contrast 8.94:1
Card sample
#98acb9 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98acb9;
Background color
Panel with #98acb9 background
background-color: #98acb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98acb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98acb9; background: linear-gradient(135deg, #98acb9, #9A98B9);