#adef97
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 151
HSL
105°, 73%, 77%
CMYK
28, 0, 37, 6
Luminance
0.7285
Every format
| HEX | #adef97 |
| RGB | rgb(173, 239, 151) |
| HSL | hsl(105, 73%, 77%) |
| CMYK | cmyk(28%, 0%, 37%, 6%) |
| LAB | lab(88.4 -36.6 36.1) |
| LCH | lch(88.4 51.4 135.4) |
| OKLCH | oklch(0.887 0.134 138.1) |
Copy-ready code
/* CSS */
color: #adef97;
background-color: #adef97;
/* Tailwind (arbitrary) */
class="text-[#adef97] bg-[#adef97]"
/* SCSS */
$brand: #adef97;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.592)
/* Android */
Color.parseColor("#adef97")Accessibility — WCAG contrast
Aa
#adef97 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef97 on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue59.2%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow36.8%
Key (black)6.3%
Color previews
#adef97 text on a black background
contrast 15.57:1
Card sample
#adef97 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef97;
Background color
Panel with #adef97 background
background-color: #adef97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef97; background: linear-gradient(135deg, #adef97, #97EFBC);