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