#98a721
a dark, vivid yellow · cool · closest name: olive
RGB
152, 167, 33
HSL
67°, 67%, 39%
CMYK
9, 0, 80, 35
Luminance
0.3442
Every format
| HEX | #98a721 |
| RGB | rgb(152, 167, 33) |
| HSL | hsl(67, 67%, 39%) |
| CMYK | cmyk(9%, 0%, 80%, 35%) |
| LAB | lab(65.3 -21.6 61.4) |
| LCH | lch(65.3 65.0 109.4) |
| OKLCH | oklch(0.694 0.149 116.2) |
Copy-ready code
/* CSS */
color: #98a721;
background-color: #98a721;
/* Tailwind (arbitrary) */
class="text-[#98a721] bg-[#98a721]"
/* SCSS */
$brand: #98a721;
/* SwiftUI */
Color(red: 0.596, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#98a721")Accessibility — WCAG contrast
Aa
#98a721 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98a721 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green65.5%
Blue12.9%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#98a721 text on a black background
contrast 7.88:1
Card sample
#98a721 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98a721;
Background color
Panel with #98a721 background
background-color: #98a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98a721; background: linear-gradient(135deg, #98a721, #3FA721);