#97d080
a light, vivid green · cool · closest name: olivedrab
RGB
151, 208, 128
HSL
103°, 46%, 66%
CMYK
27, 0, 39, 18
Luminance
0.5325
Every format
| HEX | #97d080 |
| RGB | rgb(151, 208, 128) |
| HSL | hsl(103, 46%, 66%) |
| CMYK | cmyk(27%, 0%, 39%, 18%) |
| LAB | lab(78.0 -33.0 34.0) |
| LCH | lch(78.0 47.4 134.2) |
| OKLCH | oklch(0.799 0.123 137.1) |
Copy-ready code
/* CSS */
color: #97d080;
background-color: #97d080;
/* Tailwind (arbitrary) */
class="text-[#97d080] bg-[#97d080]"
/* SCSS */
$brand: #97d080;
/* SwiftUI */
Color(red: 0.592, green: 0.816, blue: 0.502)
/* Android */
Color.parseColor("#97d080")Accessibility — WCAG contrast
Aa
#97d080 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97d080 on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green81.6%
Blue50.2%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow38.5%
Key (black)18.4%
Color previews
#97d080 text on a black background
contrast 11.65:1
Card sample
#97d080 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97d080;
Background color
Panel with #97d080 background
background-color: #97d080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97d080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 208, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 208, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97d080; background: linear-gradient(135deg, #97d080, #80D09E);