#97ce99
a light, soft green · cool · closest name: aquamarine
RGB
151, 206, 153
HSL
122°, 36%, 70%
CMYK
27, 0, 26, 19
Luminance
0.5302
Every format
| HEX | #97ce99 |
| RGB | rgb(151, 206, 153) |
| HSL | hsl(122, 36%, 70%) |
| CMYK | cmyk(27%, 0%, 26%, 19%) |
| LAB | lab(77.9 -28.2 20.8) |
| LCH | lch(77.9 35.0 143.6) |
| OKLCH | oklch(0.799 0.093 145.5) |
Copy-ready code
/* CSS */
color: #97ce99;
background-color: #97ce99;
/* Tailwind (arbitrary) */
class="text-[#97ce99] bg-[#97ce99]"
/* SCSS */
$brand: #97ce99;
/* SwiftUI */
Color(red: 0.592, green: 0.808, blue: 0.600)
/* Android */
Color.parseColor("#97ce99")Accessibility — WCAG contrast
Aa
#97ce99 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ce99 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.8%
Blue60.0%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow25.7%
Key (black)19.2%
Color previews
#97ce99 text on a black background
contrast 11.60:1
Card sample
#97ce99 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ce99;
Background color
Panel with #97ce99 background
background-color: #97ce99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ce99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 206, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 206, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ce99; background: linear-gradient(135deg, #97ce99, #97CEBE);