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