#98a300
a dark, electric yellow · cool · closest name: olive
RGB
152, 163, 0
HSL
64°, 100%, 32%
CMYK
7, 0, 100, 36
Luminance
0.3287
Every format
| HEX | #98a300 |
| RGB | rgb(152, 163, 0) |
| HSL | hsl(64, 100%, 32%) |
| CMYK | cmyk(7%, 0%, 100%, 36%) |
| LAB | lab(64.1 -20.3 66.5) |
| LCH | lch(64.1 69.6 107.0) |
| OKLCH | oklch(0.683 0.154 114.5) |
Copy-ready code
/* CSS */
color: #98a300;
background-color: #98a300;
/* Tailwind (arbitrary) */
class="text-[#98a300] bg-[#98a300]"
/* SCSS */
$brand: #98a300;
/* SwiftUI */
Color(red: 0.596, green: 0.639, blue: 0.000)
/* Android */
Color.parseColor("#98a300")Accessibility — WCAG contrast
Aa
#98a300 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98a300 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green63.9%
Blue0.0%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow100.0%
Key (black)36.1%
Color previews
#98a300 text on a black background
contrast 7.57:1
Card sample
#98a300 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98a300;
Background color
Panel with #98a300 background
background-color: #98a300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98a300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 163, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 163, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98a300; background: linear-gradient(135deg, #98a300, #2CA300);