#ade69b
a light, vivid green · cool · closest name: aquamarine
RGB
173, 230, 155
HSL
106°, 60%, 76%
CMYK
25, 0, 33, 10
Luminance
0.6784
Every format
| HEX | #ade69b |
| RGB | rgb(173, 230, 155) |
| HSL | hsl(106, 60%, 76%) |
| CMYK | cmyk(25%, 0%, 33%, 10%) |
| LAB | lab(85.9 -31.9 30.9) |
| LCH | lch(85.9 44.4 135.9) |
| OKLCH | oklch(0.868 0.116 138.3) |
Copy-ready code
/* CSS */
color: #ade69b;
background-color: #ade69b;
/* Tailwind (arbitrary) */
class="text-[#ade69b] bg-[#ade69b]"
/* SCSS */
$brand: #ade69b;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.608)
/* Android */
Color.parseColor("#ade69b")Accessibility — WCAG contrast
Aa
#ade69b on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade69b on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue60.8%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow32.6%
Key (black)9.8%
Color previews
#ade69b text on a black background
contrast 14.57:1
Card sample
#ade69b text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade69b;
Background color
Panel with #ade69b background
background-color: #ade69b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade69b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade69b; background: linear-gradient(135deg, #ade69b, #9BE6BB);