#97eeba
a light, vivid green · cool · closest name: aquamarine
RGB
151, 238, 186
HSL
144°, 72%, 76%
CMYK
37, 0, 22, 7
Luminance
0.7127
Every format
| HEX | #97eeba |
| RGB | rgb(151, 238, 186) |
| HSL | hsl(144, 72%, 76%) |
| CMYK | cmyk(37%, 0%, 22%, 7%) |
| LAB | lab(87.6 -37.2 17.0) |
| LCH | lch(87.6 40.9 155.4) |
| OKLCH | oklch(0.880 0.112 156.9) |
Copy-ready code
/* CSS */
color: #97eeba;
background-color: #97eeba;
/* Tailwind (arbitrary) */
class="text-[#97eeba] bg-[#97eeba]"
/* SCSS */
$brand: #97eeba;
/* SwiftUI */
Color(red: 0.592, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#97eeba")Accessibility — WCAG contrast
Aa
#97eeba on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97eeba on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green93.3%
Blue72.9%
CMYK percentages
Cyan36.6%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#97eeba text on a black background
contrast 15.25:1
Card sample
#97eeba text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97eeba;
Background color
Panel with #97eeba background
background-color: #97eeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97eeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97eeba; background: linear-gradient(135deg, #97eeba, #97E8EE);