#98afbc
a light, soft blue · cool · closest name: silver
RGB
152, 175, 188
HSL
202°, 21%, 67%
CMYK
19, 7, 0, 26
Luminance
0.4097
Every format
| HEX | #98afbc |
| RGB | rgb(152, 175, 188) |
| HSL | hsl(202, 21%, 67%) |
| CMYK | cmyk(19%, 7%, 0%, 26%) |
| LAB | lab(70.2 -5.1 -9.3) |
| LCH | lch(70.2 10.6 241.2) |
| OKLCH | oklch(0.741 0.032 232.6) |
Copy-ready code
/* CSS */
color: #98afbc;
background-color: #98afbc;
/* Tailwind (arbitrary) */
class="text-[#98afbc] bg-[#98afbc]"
/* SCSS */
$brand: #98afbc;
/* SwiftUI */
Color(red: 0.596, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#98afbc")Accessibility — WCAG contrast
Aa
#98afbc on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98afbc on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green68.6%
Blue73.7%
CMYK percentages
Cyan19.1%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#98afbc text on a black background
contrast 9.19:1
Card sample
#98afbc text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98afbc;
Background color
Panel with #98afbc background
background-color: #98afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98afbc; background: linear-gradient(135deg, #98afbc, #9998BC);