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