#adefa9
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 169
HSL
117°, 69%, 80%
CMYK
28, 0, 29, 6
Luminance
0.7348
Every format
| HEX | #adefa9 |
| RGB | rgb(173, 239, 169) |
| HSL | hsl(117, 69%, 80%) |
| CMYK | cmyk(28%, 0%, 29%, 6%) |
| LAB | lab(88.7 -33.9 27.4) |
| LCH | lch(88.7 43.6 141.0) |
| OKLCH | oklch(0.890 0.116 143.2) |
Copy-ready code
/* CSS */
color: #adefa9;
background-color: #adefa9;
/* Tailwind (arbitrary) */
class="text-[#adefa9] bg-[#adefa9]"
/* SCSS */
$brand: #adefa9;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.663)
/* Android */
Color.parseColor("#adefa9")Accessibility — WCAG contrast
Aa
#adefa9 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefa9 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue66.3%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow29.3%
Key (black)6.3%
Color previews
#adefa9 text on a black background
contrast 15.70:1
Card sample
#adefa9 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefa9;
Background color
Panel with #adefa9 background
background-color: #adefa9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefa9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefa9; background: linear-gradient(135deg, #adefa9, #A9EFD4);