#98afb2
a balanced, muted cyan · cool · closest name: silver
RGB
152, 175, 178
HSL
187°, 14%, 65%
CMYK
15, 2, 0, 30
Luminance
0.4055
Every format
| HEX | #98afb2 |
| RGB | rgb(152, 175, 178) |
| HSL | hsl(187, 14%, 65%) |
| CMYK | cmyk(15%, 2%, 0%, 30%) |
| LAB | lab(69.9 -7.3 -4.2) |
| LCH | lch(69.9 8.4 210.1) |
| OKLCH | oklch(0.737 0.026 206.2) |
Copy-ready code
/* CSS */
color: #98afb2;
background-color: #98afb2;
/* Tailwind (arbitrary) */
class="text-[#98afb2] bg-[#98afb2]"
/* SCSS */
$brand: #98afb2;
/* SwiftUI */
Color(red: 0.596, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#98afb2")Accessibility — WCAG contrast
Aa
#98afb2 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98afb2 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green68.6%
Blue69.8%
CMYK percentages
Cyan14.6%
Magenta1.7%
Yellow0.0%
Key (black)30.2%
Color previews
#98afb2 text on a black background
contrast 9.11:1
Card sample
#98afb2 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98afb2;
Background color
Panel with #98afb2 background
background-color: #98afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98afb2; background: linear-gradient(135deg, #98afb2, #989EB2);