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