#98c255
a balanced, vivid green · cool · closest name: olivedrab
RGB
152, 194, 85
HSL
83°, 47%, 55%
CMYK
22, 0, 56, 24
Luminance
0.4591
Every format
| HEX | #98c255 |
| RGB | rgb(152, 194, 85) |
| HSL | hsl(83, 47%, 55%) |
| CMYK | cmyk(22%, 0%, 56%, 24%) |
| LAB | lab(73.5 -31.2 49.5) |
| LCH | lch(73.5 58.5 122.2) |
| OKLCH | oklch(0.761 0.145 127.2) |
Copy-ready code
/* CSS */
color: #98c255;
background-color: #98c255;
/* Tailwind (arbitrary) */
class="text-[#98c255] bg-[#98c255]"
/* SCSS */
$brand: #98c255;
/* SwiftUI */
Color(red: 0.596, green: 0.761, blue: 0.333)
/* Android */
Color.parseColor("#98c255")Accessibility — WCAG contrast
Aa
#98c255 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98c255 on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green76.1%
Blue33.3%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow56.2%
Key (black)23.9%
Color previews
#98c255 text on a black background
contrast 10.18:1
Card sample
#98c255 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98c255;
Background color
Panel with #98c255 background
background-color: #98c255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98c255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 194, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 194, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98c255; background: linear-gradient(135deg, #98c255, #55C25B);