#98ac84
a balanced, soft green · cool · closest name: tan
RGB
152, 172, 132
HSL
90°, 19%, 60%
CMYK
12, 0, 23, 33
Luminance
0.3785
Every format
| HEX | #98ac84 |
| RGB | rgb(152, 172, 132) |
| HSL | hsl(90, 19%, 60%) |
| CMYK | cmyk(12%, 0%, 23%, 33%) |
| LAB | lab(67.9 -14.3 18.3) |
| LCH | lch(67.9 23.3 128.0) |
| OKLCH | oklch(0.718 0.060 129.4) |
Copy-ready code
/* CSS */
color: #98ac84;
background-color: #98ac84;
/* Tailwind (arbitrary) */
class="text-[#98ac84] bg-[#98ac84]"
/* SCSS */
$brand: #98ac84;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.518)
/* Android */
Color.parseColor("#98ac84")Accessibility — WCAG contrast
Aa
#98ac84 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ac84 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue51.8%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow23.3%
Key (black)32.5%
Color previews
#98ac84 text on a black background
contrast 8.57:1
Card sample
#98ac84 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ac84;
Background color
Panel with #98ac84 background
background-color: #98ac84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ac84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ac84; background: linear-gradient(135deg, #98ac84, #84AC8B);