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