#97cd97
a light, soft green · cool · closest name: aquamarine
RGB
151, 205, 151
HSL
120°, 35%, 70%
CMYK
26, 0, 26, 20
Luminance
0.5248
Every format
| HEX | #97cd97 |
| RGB | rgb(151, 205, 151) |
| HSL | hsl(120, 35%, 70%) |
| CMYK | cmyk(26%, 0%, 26%, 20%) |
| LAB | lab(77.6 -28.0 21.4) |
| LCH | lch(77.6 35.3 142.6) |
| OKLCH | oklch(0.797 0.094 144.6) |
Copy-ready code
/* CSS */
color: #97cd97;
background-color: #97cd97;
/* Tailwind (arbitrary) */
class="text-[#97cd97] bg-[#97cd97]"
/* SCSS */
$brand: #97cd97;
/* SwiftUI */
Color(red: 0.592, green: 0.804, blue: 0.592)
/* Android */
Color.parseColor("#97cd97")Accessibility — WCAG contrast
Aa
#97cd97 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cd97 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.4%
Blue59.2%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow26.3%
Key (black)19.6%
Color previews
#97cd97 text on a black background
contrast 11.50:1
Card sample
#97cd97 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cd97;
Background color
Panel with #97cd97 background
background-color: #97cd97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cd97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 205, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 205, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cd97; background: linear-gradient(135deg, #97cd97, #97CDBB);