#ade89b
a light, vivid green · cool · closest name: aquamarine
RGB
173, 232, 155
HSL
106°, 63%, 76%
CMYK
25, 0, 33, 9
Luminance
0.6896
Every format
| HEX | #ade89b |
| RGB | rgb(173, 232, 155) |
| HSL | hsl(106, 63%, 76%) |
| CMYK | cmyk(25%, 0%, 33%, 9%) |
| LAB | lab(86.5 -32.8 31.6) |
| LCH | lch(86.5 45.5 136.1) |
| OKLCH | oklch(0.872 0.119 138.5) |
Copy-ready code
/* CSS */
color: #ade89b;
background-color: #ade89b;
/* Tailwind (arbitrary) */
class="text-[#ade89b] bg-[#ade89b]"
/* SCSS */
$brand: #ade89b;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.608)
/* Android */
Color.parseColor("#ade89b")Accessibility — WCAG contrast
Aa
#ade89b on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade89b on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue60.8%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow33.2%
Key (black)9.0%
Color previews
#ade89b text on a black background
contrast 14.79:1
Card sample
#ade89b text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade89b;
Background color
Panel with #ade89b background
background-color: #ade89b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade89b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade89b; background: linear-gradient(135deg, #ade89b, #9BE8BC);