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