#97ecba
a light, vivid green · cool · closest name: aquamarine
RGB
151, 236, 186
HSL
145°, 69%, 76%
CMYK
36, 0, 21, 8
Luminance
0.7012
Every format
| HEX | #97ecba |
| RGB | rgb(151, 236, 186) |
| HSL | hsl(145, 69%, 76%) |
| CMYK | cmyk(36%, 0%, 21%, 8%) |
| LAB | lab(87.0 -36.3 16.2) |
| LCH | lch(87.0 39.7 155.9) |
| OKLCH | oklch(0.875 0.109 157.4) |
Copy-ready code
/* CSS */
color: #97ecba;
background-color: #97ecba;
/* Tailwind (arbitrary) */
class="text-[#97ecba] bg-[#97ecba]"
/* SCSS */
$brand: #97ecba;
/* SwiftUI */
Color(red: 0.592, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#97ecba")Accessibility — WCAG contrast
Aa
#97ecba on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ecba on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green92.5%
Blue72.9%
CMYK percentages
Cyan36.0%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#97ecba text on a black background
contrast 15.02:1
Card sample
#97ecba text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ecba;
Background color
Panel with #97ecba background
background-color: #97ecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ecba; background: linear-gradient(135deg, #97ecba, #97E5EC);