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