#ade79a
a light, vivid green · cool · closest name: aquamarine
RGB
173, 231, 154
HSL
105°, 62%, 76%
CMYK
25, 0, 33, 9
Luminance
0.6837
Every format
| HEX | #ade79a |
| RGB | rgb(173, 231, 154) |
| HSL | hsl(105, 62%, 76%) |
| CMYK | cmyk(25%, 0%, 33%, 9%) |
| LAB | lab(86.2 -32.5 31.7) |
| LCH | lch(86.2 45.4 135.7) |
| OKLCH | oklch(0.870 0.119 138.2) |
Copy-ready code
/* CSS */
color: #ade79a;
background-color: #ade79a;
/* Tailwind (arbitrary) */
class="text-[#ade79a] bg-[#ade79a]"
/* SCSS */
$brand: #ade79a;
/* SwiftUI */
Color(red: 0.678, green: 0.906, blue: 0.604)
/* Android */
Color.parseColor("#ade79a")Accessibility — WCAG contrast
Aa
#ade79a on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade79a on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.6%
Blue60.4%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow33.3%
Key (black)9.4%
Color previews
#ade79a text on a black background
contrast 14.67:1
Card sample
#ade79a text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade79a;
Background color
Panel with #ade79a background
background-color: #ade79a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade79a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 231, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 231, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade79a; background: linear-gradient(135deg, #ade79a, #9AE7BA);