#adefa4
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 164
HSL
113°, 70%, 79%
CMYK
28, 0, 31, 6
Luminance
0.7330
Every format
| HEX | #adefa4 |
| RGB | rgb(173, 239, 164) |
| HSL | hsl(113, 70%, 79%) |
| CMYK | cmyk(28%, 0%, 31%, 6%) |
| LAB | lab(88.6 -34.7 29.9) |
| LCH | lch(88.6 45.7 139.3) |
| OKLCH | oklch(0.889 0.121 141.6) |
Copy-ready code
/* CSS */
color: #adefa4;
background-color: #adefa4;
/* Tailwind (arbitrary) */
class="text-[#adefa4] bg-[#adefa4]"
/* SCSS */
$brand: #adefa4;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.643)
/* Android */
Color.parseColor("#adefa4")Accessibility — WCAG contrast
Aa
#adefa4 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefa4 on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue64.3%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow31.4%
Key (black)6.3%
Color previews
#adefa4 text on a black background
contrast 15.66:1
Card sample
#adefa4 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefa4;
Background color
Panel with #adefa4 background
background-color: #adefa4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefa4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefa4; background: linear-gradient(135deg, #adefa4, #A4EFCD);