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