#97cb8f
a light, soft green · cool · closest name: aquamarine
RGB
151, 203, 143
HSL
112°, 37%, 68%
CMYK
26, 0, 30, 20
Luminance
0.5127
Every format
| HEX | #97cb8f |
| RGB | rgb(151, 203, 143) |
| HSL | hsl(112, 37%, 68%) |
| CMYK | cmyk(26%, 0%, 30%, 20%) |
| LAB | lab(76.8 -28.4 24.6) |
| LCH | lch(76.8 37.6 139.1) |
| OKLCH | oklch(0.790 0.099 141.2) |
Copy-ready code
/* CSS */
color: #97cb8f;
background-color: #97cb8f;
/* Tailwind (arbitrary) */
class="text-[#97cb8f] bg-[#97cb8f]"
/* SCSS */
$brand: #97cb8f;
/* SwiftUI */
Color(red: 0.592, green: 0.796, blue: 0.561)
/* Android */
Color.parseColor("#97cb8f")Accessibility — WCAG contrast
Aa
#97cb8f on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cb8f on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green79.6%
Blue56.1%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow29.6%
Key (black)20.4%
Color previews
#97cb8f text on a black background
contrast 11.25:1
Card sample
#97cb8f text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cb8f;
Background color
Panel with #97cb8f background
background-color: #97cb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 203, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 203, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cb8f; background: linear-gradient(135deg, #97cb8f, #8FCBAF);