#97cea2
a light, soft green · cool · closest name: aquamarine
RGB
151, 206, 162
HSL
132°, 36%, 70%
CMYK
27, 0, 21, 19
Luminance
0.5333
Every format
| HEX | #97cea2 |
| RGB | rgb(151, 206, 162) |
| HSL | hsl(132, 36%, 70%) |
| CMYK | cmyk(27%, 0%, 21%, 19%) |
| LAB | lab(78.1 -26.6 16.3) |
| LCH | lch(78.1 31.2 148.6) |
| OKLCH | oklch(0.801 0.084 150.3) |
Copy-ready code
/* CSS */
color: #97cea2;
background-color: #97cea2;
/* Tailwind (arbitrary) */
class="text-[#97cea2] bg-[#97cea2]"
/* SCSS */
$brand: #97cea2;
/* SwiftUI */
Color(red: 0.592, green: 0.808, blue: 0.635)
/* Android */
Color.parseColor("#97cea2")Accessibility — WCAG contrast
Aa
#97cea2 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cea2 on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.8%
Blue63.5%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow21.4%
Key (black)19.2%
Color previews
#97cea2 text on a black background
contrast 11.67:1
Card sample
#97cea2 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cea2;
Background color
Panel with #97cea2 background
background-color: #97cea2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cea2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 206, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 206, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cea2; background: linear-gradient(135deg, #97cea2, #97CEC7);