#97e3b2
a light, vivid green · cool · closest name: aquamarine
RGB
151, 227, 178
HSL
141°, 58%, 74%
CMYK
34, 0, 22, 11
Luminance
0.6473
Every format
| HEX | #97e3b2 |
| RGB | rgb(151, 227, 178) |
| HSL | hsl(141, 58%, 74%) |
| CMYK | cmyk(34%, 0%, 22%, 11%) |
| LAB | lab(84.3 -33.6 16.6) |
| LCH | lch(84.3 37.5 153.7) |
| OKLCH | oklch(0.853 0.102 155.3) |
Copy-ready code
/* CSS */
color: #97e3b2;
background-color: #97e3b2;
/* Tailwind (arbitrary) */
class="text-[#97e3b2] bg-[#97e3b2]"
/* SCSS */
$brand: #97e3b2;
/* SwiftUI */
Color(red: 0.592, green: 0.890, blue: 0.698)
/* Android */
Color.parseColor("#97e3b2")Accessibility — WCAG contrast
Aa
#97e3b2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97e3b2 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green89.0%
Blue69.8%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow21.6%
Key (black)11.0%
Color previews
#97e3b2 text on a black background
contrast 13.95:1
Card sample
#97e3b2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97e3b2;
Background color
Panel with #97e3b2 background
background-color: #97e3b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97e3b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 227, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 227, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97e3b2; background: linear-gradient(135deg, #97e3b2, #97E1E3);