#97ce95
a light, soft green · cool · closest name: aquamarine
RGB
151, 206, 149
HSL
118°, 37%, 70%
CMYK
27, 0, 28, 19
Luminance
0.5289
Every format
| HEX | #97ce95 |
| RGB | rgb(151, 206, 149) |
| HSL | hsl(118, 37%, 70%) |
| CMYK | cmyk(27%, 0%, 28%, 19%) |
| LAB | lab(77.8 -28.9 22.8) |
| LCH | lch(77.8 36.8 141.7) |
| OKLCH | oklch(0.798 0.098 143.7) |
Copy-ready code
/* CSS */
color: #97ce95;
background-color: #97ce95;
/* Tailwind (arbitrary) */
class="text-[#97ce95] bg-[#97ce95]"
/* SCSS */
$brand: #97ce95;
/* SwiftUI */
Color(red: 0.592, green: 0.808, blue: 0.584)
/* Android */
Color.parseColor("#97ce95")Accessibility — WCAG contrast
Aa
#97ce95 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ce95 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.8%
Blue58.4%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow27.7%
Key (black)19.2%
Color previews
#97ce95 text on a black background
contrast 11.58:1
Card sample
#97ce95 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ce95;
Background color
Panel with #97ce95 background
background-color: #97ce95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ce95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 206, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 206, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ce95; background: linear-gradient(135deg, #97ce95, #95CEB9);