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