#98c034
a balanced, vivid green · cool · closest name: olivedrab
RGB
152, 192, 52
HSL
77°, 57%, 48%
CMYK
21, 0, 73, 25
Luminance
0.4462
Every format
| HEX | #98c034 |
| RGB | rgb(152, 192, 52) |
| HSL | hsl(77, 57%, 48%) |
| CMYK | cmyk(21%, 0%, 73%, 25%) |
| LAB | lab(72.6 -32.7 62.1) |
| LCH | lch(72.6 70.2 117.8) |
| OKLCH | oklch(0.753 0.168 124.5) |
Copy-ready code
/* CSS */
color: #98c034;
background-color: #98c034;
/* Tailwind (arbitrary) */
class="text-[#98c034] bg-[#98c034]"
/* SCSS */
$brand: #98c034;
/* SwiftUI */
Color(red: 0.596, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#98c034")Accessibility — WCAG contrast
Aa
#98c034 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98c034 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green75.3%
Blue20.4%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#98c034 text on a black background
contrast 9.92:1
Card sample
#98c034 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98c034;
Background color
Panel with #98c034 background
background-color: #98c034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98c034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98c034; background: linear-gradient(135deg, #98c034, #3BC034);