#98ac6e
a balanced, soft green · cool · closest name: tan
RGB
152, 172, 110
HSL
79°, 27%, 55%
CMYK
12, 0, 36, 33
Luminance
0.3731
Every format
| HEX | #98ac6e |
| RGB | rgb(152, 172, 110) |
| HSL | hsl(79, 27%, 55%) |
| CMYK | cmyk(12%, 0%, 36%, 33%) |
| LAB | lab(67.5 -17.6 29.6) |
| LCH | lch(67.5 34.5 120.7) |
| OKLCH | oklch(0.714 0.088 123.2) |
Copy-ready code
/* CSS */
color: #98ac6e;
background-color: #98ac6e;
/* Tailwind (arbitrary) */
class="text-[#98ac6e] bg-[#98ac6e]"
/* SCSS */
$brand: #98ac6e;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.431)
/* Android */
Color.parseColor("#98ac6e")Accessibility — WCAG contrast
Aa
#98ac6e on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ac6e on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue43.1%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow36.0%
Key (black)32.5%
Color previews
#98ac6e text on a black background
contrast 8.46:1
Card sample
#98ac6e text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ac6e;
Background color
Panel with #98ac6e background
background-color: #98ac6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ac6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ac6e; background: linear-gradient(135deg, #98ac6e, #6FAC6E);