#98ba2f
a balanced, vivid green · cool · closest name: olivedrab
RGB
152, 186, 47
HSL
75°, 60%, 46%
CMYK
18, 0, 75, 27
Luminance
0.4200
Every format
| HEX | #98ba2f |
| RGB | rgb(152, 186, 47) |
| HSL | hsl(75, 60%, 46%) |
| CMYK | cmyk(18%, 0%, 75%, 27%) |
| LAB | lab(70.9 -30.2 62.1) |
| LCH | lch(70.9 69.1 115.9) |
| OKLCH | oklch(0.739 0.164 122.7) |
Copy-ready code
/* CSS */
color: #98ba2f;
background-color: #98ba2f;
/* Tailwind (arbitrary) */
class="text-[#98ba2f] bg-[#98ba2f]"
/* SCSS */
$brand: #98ba2f;
/* SwiftUI */
Color(red: 0.596, green: 0.729, blue: 0.184)
/* Android */
Color.parseColor("#98ba2f")Accessibility — WCAG contrast
Aa
#98ba2f on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98ba2f on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green72.9%
Blue18.4%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow74.7%
Key (black)27.1%
Color previews
#98ba2f text on a black background
contrast 9.40:1
Card sample
#98ba2f text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98ba2f;
Background color
Panel with #98ba2f background
background-color: #98ba2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98ba2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 186, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 186, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98ba2f; background: linear-gradient(135deg, #98ba2f, #3BBA2F);