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