#98afba
a light, soft cyan · cool · closest name: silver
RGB
152, 175, 186
HSL
199°, 20%, 66%
CMYK
18, 6, 0, 27
Luminance
0.4088
Every format
| HEX | #98afba |
| RGB | rgb(152, 175, 186) |
| HSL | hsl(199, 20%, 66%) |
| CMYK | cmyk(18%, 6%, 0%, 27%) |
| LAB | lab(70.1 -5.5 -8.3) |
| LCH | lch(70.1 10.0 236.2) |
| OKLCH | oklch(0.740 0.030 228.2) |
Copy-ready code
/* CSS */
color: #98afba;
background-color: #98afba;
/* Tailwind (arbitrary) */
class="text-[#98afba] bg-[#98afba]"
/* SCSS */
$brand: #98afba;
/* SwiftUI */
Color(red: 0.596, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#98afba")Accessibility — WCAG contrast
Aa
#98afba on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98afba on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green68.6%
Blue72.9%
CMYK percentages
Cyan18.3%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#98afba text on a black background
contrast 9.18:1
Card sample
#98afba text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98afba;
Background color
Panel with #98afba background
background-color: #98afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98afba; background: linear-gradient(135deg, #98afba, #9898BA);