#98ac4c
a balanced, soft green · cool · closest name: olivedrab
RGB
152, 172, 76
HSL
73°, 39%, 49%
CMYK
12, 0, 56, 33
Luminance
0.3670
Every format
| HEX | #98ac4c |
| RGB | rgb(152, 172, 76) |
| HSL | hsl(73, 39%, 49%) |
| CMYK | cmyk(12%, 0%, 56%, 33%) |
| LAB | lab(67.0 -21.4 46.3) |
| LCH | lch(67.0 51.0 114.8) |
| OKLCH | oklch(0.709 0.124 119.5) |
Copy-ready code
/* CSS */
color: #98ac4c;
background-color: #98ac4c;
/* Tailwind (arbitrary) */
class="text-[#98ac4c] bg-[#98ac4c]"
/* SCSS */
$brand: #98ac4c;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.298)
/* Android */
Color.parseColor("#98ac4c")Accessibility — WCAG contrast
Aa
#98ac4c on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ac4c on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue29.8%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow55.8%
Key (black)32.5%
Color previews
#98ac4c text on a black background
contrast 8.34:1
Card sample
#98ac4c text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ac4c;
Background color
Panel with #98ac4c background
background-color: #98ac4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ac4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ac4c; background: linear-gradient(135deg, #98ac4c, #58AC4C);