#98ac16
a dark, electric yellow · cool · closest name: olivedrab
RGB
152, 172, 22
HSL
68°, 77%, 38%
CMYK
12, 0, 87, 33
Luminance
0.3624
Every format
| HEX | #98ac16 |
| RGB | rgb(152, 172, 22) |
| HSL | hsl(68, 77%, 38%) |
| CMYK | cmyk(12%, 0%, 87%, 33%) |
| LAB | lab(66.7 -24.4 65.3) |
| LCH | lch(66.7 69.7 110.5) |
| OKLCH | oklch(0.705 0.159 117.9) |
Copy-ready code
/* CSS */
color: #98ac16;
background-color: #98ac16;
/* Tailwind (arbitrary) */
class="text-[#98ac16] bg-[#98ac16]"
/* SCSS */
$brand: #98ac16;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.086)
/* Android */
Color.parseColor("#98ac16")Accessibility — WCAG contrast
Aa
#98ac16 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ac16 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue8.6%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow87.2%
Key (black)32.5%
Color previews
#98ac16 text on a black background
contrast 8.25:1
Card sample
#98ac16 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ac16;
Background color
Panel with #98ac16 background
background-color: #98ac16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ac16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ac16; background: linear-gradient(135deg, #98ac16, #34AC16);