#97cb97
a light, soft green · cool · closest name: aquamarine
RGB
151, 203, 151
HSL
120°, 33%, 69%
CMYK
26, 0, 26, 20
Luminance
0.5153
Every format
| HEX | #97cb97 |
| RGB | rgb(151, 203, 151) |
| HSL | hsl(120, 33%, 69%) |
| CMYK | cmyk(26%, 0%, 26%, 20%) |
| LAB | lab(77.0 -27.1 20.6) |
| LCH | lch(77.0 34.0 142.7) |
| OKLCH | oklch(0.792 0.091 144.7) |
Copy-ready code
/* CSS */
color: #97cb97;
background-color: #97cb97;
/* Tailwind (arbitrary) */
class="text-[#97cb97] bg-[#97cb97]"
/* SCSS */
$brand: #97cb97;
/* SwiftUI */
Color(red: 0.592, green: 0.796, blue: 0.592)
/* Android */
Color.parseColor("#97cb97")Accessibility — WCAG contrast
Aa
#97cb97 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cb97 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green79.6%
Blue59.2%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow25.6%
Key (black)20.4%
Color previews
#97cb97 text on a black background
contrast 11.31:1
Card sample
#97cb97 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cb97;
Background color
Panel with #97cb97 background
background-color: #97cb97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cb97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 203, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 203, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cb97; background: linear-gradient(135deg, #97cb97, #97CBBA);