#98acbb
a light, soft blue · cool · closest name: silver
RGB
152, 172, 187
HSL
206°, 21%, 67%
CMYK
19, 8, 0, 27
Luminance
0.3977
Every format
| HEX | #98acbb |
| RGB | rgb(152, 172, 187) |
| HSL | hsl(206, 21%, 67%) |
| CMYK | cmyk(19%, 8%, 0%, 27%) |
| LAB | lab(69.3 -3.7 -10.0) |
| LCH | lch(69.3 10.7 249.7) |
| OKLCH | oklch(0.734 0.031 240.3) |
Copy-ready code
/* CSS */
color: #98acbb;
background-color: #98acbb;
/* Tailwind (arbitrary) */
class="text-[#98acbb] bg-[#98acbb]"
/* SCSS */
$brand: #98acbb;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.733)
/* Android */
Color.parseColor("#98acbb")Accessibility — WCAG contrast
Aa
#98acbb on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98acbb on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue73.3%
CMYK percentages
Cyan18.7%
Magenta8.0%
Yellow0.0%
Key (black)26.7%
Color previews
#98acbb text on a black background
contrast 8.95:1
Card sample
#98acbb text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98acbb;
Background color
Panel with #98acbb background
background-color: #98acbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98acbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98acbb; background: linear-gradient(135deg, #98acbb, #9B98BB);