#adef9c
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 156
HSL
108°, 72%, 78%
CMYK
28, 0, 35, 6
Luminance
0.7302
Every format
| HEX | #adef9c |
| RGB | rgb(173, 239, 156) |
| HSL | hsl(108, 72%, 78%) |
| CMYK | cmyk(28%, 0%, 35%, 6%) |
| LAB | lab(88.5 -35.9 33.7) |
| LCH | lch(88.5 49.2 136.8) |
| OKLCH | oklch(0.888 0.129 139.3) |
Copy-ready code
/* CSS */
color: #adef9c;
background-color: #adef9c;
/* Tailwind (arbitrary) */
class="text-[#adef9c] bg-[#adef9c]"
/* SCSS */
$brand: #adef9c;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.612)
/* Android */
Color.parseColor("#adef9c")Accessibility — WCAG contrast
Aa
#adef9c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adef9c on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue61.2%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow34.7%
Key (black)6.3%
Color previews
#adef9c text on a black background
contrast 15.60:1
Card sample
#adef9c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adef9c;
Background color
Panel with #adef9c background
background-color: #adef9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adef9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adef9c; background: linear-gradient(135deg, #adef9c, #9CEFC2);