#adefa0
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 160
HSL
110°, 71%, 78%
CMYK
28, 0, 33, 6
Luminance
0.7316
Every format
| HEX | #adefa0 |
| RGB | rgb(173, 239, 160) |
| HSL | hsl(110, 71%, 78%) |
| CMYK | cmyk(28%, 0%, 33%, 6%) |
| LAB | lab(88.5 -35.3 31.8) |
| LCH | lch(88.5 47.5 138.0) |
| OKLCH | oklch(0.889 0.125 140.4) |
Copy-ready code
/* CSS */
color: #adefa0;
background-color: #adefa0;
/* Tailwind (arbitrary) */
class="text-[#adefa0] bg-[#adefa0]"
/* SCSS */
$brand: #adefa0;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.627)
/* Android */
Color.parseColor("#adefa0")Accessibility — WCAG contrast
Aa
#adefa0 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefa0 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue62.7%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow33.1%
Key (black)6.3%
Color previews
#adefa0 text on a black background
contrast 15.63:1
Card sample
#adefa0 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefa0;
Background color
Panel with #adefa0 background
background-color: #adefa0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefa0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefa0; background: linear-gradient(135deg, #adefa0, #A0EFC8);