#98ac0a
a dark, electric yellow · cool · closest name: olivedrab
RGB
152, 172, 10
HSL
67°, 89%, 36%
CMYK
12, 0, 94, 33
Luminance
0.3620
Every format
| HEX | #98ac0a |
| RGB | rgb(152, 172, 10) |
| HSL | hsl(67, 89%, 36%) |
| CMYK | cmyk(12%, 0%, 94%, 33%) |
| LAB | lab(66.7 -24.6 67.2) |
| LCH | lch(66.7 71.6 110.1) |
| OKLCH | oklch(0.704 0.162 117.8) |
Copy-ready code
/* CSS */
color: #98ac0a;
background-color: #98ac0a;
/* Tailwind (arbitrary) */
class="text-[#98ac0a] bg-[#98ac0a]"
/* SCSS */
$brand: #98ac0a;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.039)
/* Android */
Color.parseColor("#98ac0a")Accessibility — WCAG contrast
Aa
#98ac0a on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ac0a on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue3.9%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow94.2%
Key (black)32.5%
Color previews
#98ac0a text on a black background
contrast 8.24:1
Card sample
#98ac0a text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ac0a;
Background color
Panel with #98ac0a background
background-color: #98ac0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ac0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ac0a; background: linear-gradient(135deg, #98ac0a, #2CAC0A);