#97cb8c
a light, soft green · cool · closest name: aquamarine
RGB
151, 203, 140
HSL
110°, 38%, 67%
CMYK
26, 0, 31, 20
Luminance
0.5118
Every format
| HEX | #97cb8c |
| RGB | rgb(151, 203, 140) |
| HSL | hsl(110, 38%, 67%) |
| CMYK | cmyk(26%, 0%, 31%, 20%) |
| LAB | lab(76.8 -28.9 26.1) |
| LCH | lch(76.8 39.0 137.9) |
| OKLCH | oklch(0.790 0.102 140.1) |
Copy-ready code
/* CSS */
color: #97cb8c;
background-color: #97cb8c;
/* Tailwind (arbitrary) */
class="text-[#97cb8c] bg-[#97cb8c]"
/* SCSS */
$brand: #97cb8c;
/* SwiftUI */
Color(red: 0.592, green: 0.796, blue: 0.549)
/* Android */
Color.parseColor("#97cb8c")Accessibility — WCAG contrast
Aa
#97cb8c on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cb8c on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green79.6%
Blue54.9%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow31.0%
Key (black)20.4%
Color previews
#97cb8c text on a black background
contrast 11.24:1
Card sample
#97cb8c text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cb8c;
Background color
Panel with #97cb8c background
background-color: #97cb8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cb8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 203, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 203, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cb8c; background: linear-gradient(135deg, #97cb8c, #8CCBAB);