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