#98ac2d
a dark, vivid yellow · cool · closest name: olivedrab
RGB
152, 172, 45
HSL
69°, 59%, 43%
CMYK
12, 0, 74, 33
Luminance
0.3637
Every format
| HEX | #98ac2d |
| RGB | rgb(152, 172, 45) |
| HSL | hsl(69, 59%, 43%) |
| CMYK | cmyk(12%, 0%, 74%, 33%) |
| LAB | lab(66.8 -23.5 58.9) |
| LCH | lch(66.8 63.5 111.8) |
| OKLCH | oklch(0.706 0.148 118.3) |
Copy-ready code
/* CSS */
color: #98ac2d;
background-color: #98ac2d;
/* Tailwind (arbitrary) */
class="text-[#98ac2d] bg-[#98ac2d]"
/* SCSS */
$brand: #98ac2d;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.176)
/* Android */
Color.parseColor("#98ac2d")Accessibility — WCAG contrast
Aa
#98ac2d on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ac2d on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue17.6%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow73.8%
Key (black)32.5%
Color previews
#98ac2d text on a black background
contrast 8.27:1
Card sample
#98ac2d text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ac2d;
Background color
Panel with #98ac2d background
background-color: #98ac2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ac2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ac2d; background: linear-gradient(135deg, #98ac2d, #43AC2D);