#98cf75
a balanced, vivid green · cool · closest name: olivedrab
RGB
152, 207, 117
HSL
97°, 48%, 64%
CMYK
27, 0, 44, 19
Luminance
0.5259
Every format
| HEX | #98cf75 |
| RGB | rgb(152, 207, 117) |
| HSL | hsl(97, 48%, 64%) |
| CMYK | cmyk(27%, 0%, 44%, 19%) |
| LAB | lab(77.6 -33.7 39.0) |
| LCH | lch(77.6 51.6 130.8) |
| OKLCH | oklch(0.795 0.133 134.2) |
Copy-ready code
/* CSS */
color: #98cf75;
background-color: #98cf75;
/* Tailwind (arbitrary) */
class="text-[#98cf75] bg-[#98cf75]"
/* SCSS */
$brand: #98cf75;
/* SwiftUI */
Color(red: 0.596, green: 0.812, blue: 0.459)
/* Android */
Color.parseColor("#98cf75")Accessibility — WCAG contrast
Aa
#98cf75 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cf75 on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green81.2%
Blue45.9%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow43.5%
Key (black)18.8%
Color previews
#98cf75 text on a black background
contrast 11.52:1
Card sample
#98cf75 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cf75;
Background color
Panel with #98cf75 background
background-color: #98cf75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cf75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 207, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 207, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cf75; background: linear-gradient(135deg, #98cf75, #75CF8E);