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