#98b2aa
a balanced, muted cyan · cool · closest name: silver
RGB
152, 178, 170
HSL
162°, 14%, 65%
CMYK
15, 0, 5, 30
Luminance
0.4142
Every format
| HEX | #98b2aa |
| RGB | rgb(152, 178, 170) |
| HSL | hsl(162, 14%, 65%) |
| CMYK | cmyk(15%, 0%, 5%, 30%) |
| LAB | lab(70.5 -10.5 1.1) |
| LCH | lch(70.5 10.6 174.1) |
| OKLCH | oklch(0.742 0.031 174.9) |
Copy-ready code
/* CSS */
color: #98b2aa;
background-color: #98b2aa;
/* Tailwind (arbitrary) */
class="text-[#98b2aa] bg-[#98b2aa]"
/* SCSS */
$brand: #98b2aa;
/* SwiftUI */
Color(red: 0.596, green: 0.698, blue: 0.667)
/* Android */
Color.parseColor("#98b2aa")Accessibility — WCAG contrast
Aa
#98b2aa on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98b2aa on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green69.8%
Blue66.7%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow4.5%
Key (black)30.2%
Color previews
#98b2aa text on a black background
contrast 9.28:1
Card sample
#98b2aa text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98b2aa;
Background color
Panel with #98b2aa background
background-color: #98b2aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98b2aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 178, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 178, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98b2aa; background: linear-gradient(135deg, #98b2aa, #98A9B2);