#97cf8c
a light, soft green · cool · closest name: aquamarine
RGB
151, 207, 140
HSL
110°, 41%, 68%
CMYK
27, 0, 32, 19
Luminance
0.5310
Every format
| HEX | #97cf8c |
| RGB | rgb(151, 207, 140) |
| HSL | hsl(110, 41%, 68%) |
| CMYK | cmyk(27%, 0%, 32%, 19%) |
| LAB | lab(77.9 -30.8 27.7) |
| LCH | lch(77.9 41.4 138.1) |
| OKLCH | oklch(0.799 0.109 140.4) |
Copy-ready code
/* CSS */
color: #97cf8c;
background-color: #97cf8c;
/* Tailwind (arbitrary) */
class="text-[#97cf8c] bg-[#97cf8c]"
/* SCSS */
$brand: #97cf8c;
/* SwiftUI */
Color(red: 0.592, green: 0.812, blue: 0.549)
/* Android */
Color.parseColor("#97cf8c")Accessibility — WCAG contrast
Aa
#97cf8c on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cf8c on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green81.2%
Blue54.9%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow32.4%
Key (black)18.8%
Color previews
#97cf8c text on a black background
contrast 11.62:1
Card sample
#97cf8c text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cf8c;
Background color
Panel with #97cf8c background
background-color: #97cf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 207, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 207, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cf8c; background: linear-gradient(135deg, #97cf8c, #8CCFAE);