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