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