#98ac51
a balanced, soft green · cool · closest name: olivedrab
RGB
152, 172, 81
HSL
73°, 36%, 50%
CMYK
12, 0, 53, 33
Luminance
0.3677
Every format
| HEX | #98ac51 |
| RGB | rgb(152, 172, 81) |
| HSL | hsl(73, 36%, 50%) |
| CMYK | cmyk(12%, 0%, 53%, 33%) |
| LAB | lab(67.1 -20.9 44.0) |
| LCH | lch(67.1 48.7 115.4) |
| OKLCH | oklch(0.709 0.119 119.8) |
Copy-ready code
/* CSS */
color: #98ac51;
background-color: #98ac51;
/* Tailwind (arbitrary) */
class="text-[#98ac51] bg-[#98ac51]"
/* SCSS */
$brand: #98ac51;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.318)
/* Android */
Color.parseColor("#98ac51")Accessibility — WCAG contrast
Aa
#98ac51 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ac51 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue31.8%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow52.9%
Key (black)32.5%
Color previews
#98ac51 text on a black background
contrast 8.35:1
Card sample
#98ac51 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ac51;
Background color
Panel with #98ac51 background
background-color: #98ac51;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ac51;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ac51; background: linear-gradient(135deg, #98ac51, #5BAC51);