#97feaf
a light, electric green · cool · closest name: aquamarine
RGB
151, 254, 175
HSL
134°, 98%, 79%
CMYK
41, 0, 31, 0
Luminance
0.8056
Every format
| HEX | #97feaf |
| RGB | rgb(151, 254, 175) |
| HSL | hsl(134, 98%, 79%) |
| CMYK | cmyk(41%, 0%, 31%, 0%) |
| LAB | lab(91.9 -46.2 28.6) |
| LCH | lch(91.9 54.4 148.2) |
| OKLCH | oklch(0.914 0.145 150.2) |
Copy-ready code
/* CSS */
color: #97feaf;
background-color: #97feaf;
/* Tailwind (arbitrary) */
class="text-[#97feaf] bg-[#97feaf]"
/* SCSS */
$brand: #97feaf;
/* SwiftUI */
Color(red: 0.592, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#97feaf")Accessibility — WCAG contrast
Aa
#97feaf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97feaf on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green99.6%
Blue68.6%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#97feaf text on a black background
contrast 17.11:1
Card sample
#97feaf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97feaf;
Background color
Panel with #97feaf background
background-color: #97feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97feaf; background: linear-gradient(135deg, #97feaf, #97FEF4);