#98ac9e
a balanced, muted green · cool · closest name: silver
RGB
152, 172, 158
HSL
138°, 11%, 64%
CMYK
12, 0, 8, 33
Luminance
0.3865
Every format
| HEX | #98ac9e |
| RGB | rgb(152, 172, 158) |
| HSL | hsl(138, 11%, 64%) |
| CMYK | cmyk(12%, 0%, 8%, 33%) |
| LAB | lab(68.5 -9.7 4.8) |
| LCH | lch(68.5 10.9 153.5) |
| OKLCH | oklch(0.725 0.030 155.1) |
Copy-ready code
/* CSS */
color: #98ac9e;
background-color: #98ac9e;
/* Tailwind (arbitrary) */
class="text-[#98ac9e] bg-[#98ac9e]"
/* SCSS */
$brand: #98ac9e;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.620)
/* Android */
Color.parseColor("#98ac9e")Accessibility — WCAG contrast
Aa
#98ac9e on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ac9e on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue62.0%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow8.1%
Key (black)32.5%
Color previews
#98ac9e text on a black background
contrast 8.73:1
Card sample
#98ac9e text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ac9e;
Background color
Panel with #98ac9e background
background-color: #98ac9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ac9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ac9e; background: linear-gradient(135deg, #98ac9e, #98ACAB);