#97fcaf
a light, electric green · cool · closest name: aquamarine
RGB
151, 252, 175
HSL
134°, 94%, 79%
CMYK
40, 0, 31, 1
Luminance
0.7930
Every format
| HEX | #97fcaf |
| RGB | rgb(151, 252, 175) |
| HSL | hsl(134, 94%, 79%) |
| CMYK | cmyk(40%, 0%, 31%, 1%) |
| LAB | lab(91.4 -45.4 27.9) |
| LCH | lch(91.4 53.2 148.4) |
| OKLCH | oklch(0.910 0.142 150.4) |
Copy-ready code
/* CSS */
color: #97fcaf;
background-color: #97fcaf;
/* Tailwind (arbitrary) */
class="text-[#97fcaf] bg-[#97fcaf]"
/* SCSS */
$brand: #97fcaf;
/* SwiftUI */
Color(red: 0.592, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#97fcaf")Accessibility — WCAG contrast
Aa
#97fcaf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fcaf on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green98.8%
Blue68.6%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#97fcaf text on a black background
contrast 16.86:1
Card sample
#97fcaf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fcaf;
Background color
Panel with #97fcaf background
background-color: #97fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fcaf; background: linear-gradient(135deg, #97fcaf, #97FCF2);