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