#97ce7f
a light, soft green · cool · closest name: olivedrab
RGB
151, 206, 127
HSL
102°, 45%, 65%
CMYK
27, 0, 38, 19
Luminance
0.5225
Every format
| HEX | #97ce7f |
| RGB | rgb(151, 206, 127) |
| HSL | hsl(102, 45%, 65%) |
| CMYK | cmyk(27%, 0%, 38%, 19%) |
| LAB | lab(77.4 -32.3 33.7) |
| LCH | lch(77.4 46.7 133.7) |
| OKLCH | oklch(0.794 0.121 136.6) |
Copy-ready code
/* CSS */
color: #97ce7f;
background-color: #97ce7f;
/* Tailwind (arbitrary) */
class="text-[#97ce7f] bg-[#97ce7f]"
/* SCSS */
$brand: #97ce7f;
/* SwiftUI */
Color(red: 0.592, green: 0.808, blue: 0.498)
/* Android */
Color.parseColor("#97ce7f")Accessibility — WCAG contrast
Aa
#97ce7f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ce7f on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.8%
Blue49.8%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow38.3%
Key (black)19.2%
Color previews
#97ce7f text on a black background
contrast 11.45:1
Card sample
#97ce7f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ce7f;
Background color
Panel with #97ce7f background
background-color: #97ce7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ce7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 206, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 206, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ce7f; background: linear-gradient(135deg, #97ce7f, #7FCE9C);