#98acbe
a light, soft blue · cool · closest name: silver
RGB
152, 172, 190
HSL
208°, 23%, 67%
CMYK
20, 10, 0, 26
Luminance
0.3990
Every format
| HEX | #98acbe |
| RGB | rgb(152, 172, 190) |
| HSL | hsl(208, 23%, 67%) |
| CMYK | cmyk(20%, 10%, 0%, 26%) |
| LAB | lab(69.4 -3.0 -11.5) |
| LCH | lch(69.4 11.9 255.3) |
| OKLCH | oklch(0.735 0.034 245.4) |
Copy-ready code
/* CSS */
color: #98acbe;
background-color: #98acbe;
/* Tailwind (arbitrary) */
class="text-[#98acbe] bg-[#98acbe]"
/* SCSS */
$brand: #98acbe;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.745)
/* Android */
Color.parseColor("#98acbe")Accessibility — WCAG contrast
Aa
#98acbe on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98acbe on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue74.5%
CMYK percentages
Cyan20.0%
Magenta9.5%
Yellow0.0%
Key (black)25.5%
Color previews
#98acbe text on a black background
contrast 8.98:1
Card sample
#98acbe text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98acbe;
Background color
Panel with #98acbe background
background-color: #98acbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98acbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98acbe; background: linear-gradient(135deg, #98acbe, #9D98BE);