#97ebaa
a light, vivid green · cool · closest name: aquamarine
RGB
151, 235, 170
HSL
134°, 68%, 76%
CMYK
36, 0, 28, 8
Luminance
0.6890
Every format
| HEX | #97ebaa |
| RGB | rgb(151, 235, 170) |
| HSL | hsl(134, 68%, 76%) |
| CMYK | cmyk(36%, 0%, 28%, 8%) |
| LAB | lab(86.5 -38.7 23.7) |
| LCH | lch(86.5 45.4 148.5) |
| OKLCH | oklch(0.870 0.122 150.4) |
Copy-ready code
/* CSS */
color: #97ebaa;
background-color: #97ebaa;
/* Tailwind (arbitrary) */
class="text-[#97ebaa] bg-[#97ebaa]"
/* SCSS */
$brand: #97ebaa;
/* SwiftUI */
Color(red: 0.592, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#97ebaa")Accessibility — WCAG contrast
Aa
#97ebaa on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ebaa on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green92.2%
Blue66.7%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#97ebaa text on a black background
contrast 14.78:1
Card sample
#97ebaa text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ebaa;
Background color
Panel with #97ebaa background
background-color: #97ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ebaa; background: linear-gradient(135deg, #97ebaa, #97EBE2);