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