#ade9ab
a light, vivid green · cool · closest name: aquamarine
RGB
173, 233, 171
HSL
118°, 59%, 79%
CMYK
26, 0, 27, 9
Luminance
0.7010
Every format
| HEX | #ade9ab |
| RGB | rgb(173, 233, 171) |
| HSL | hsl(118, 59%, 79%) |
| CMYK | cmyk(26%, 0%, 27%, 9%) |
| LAB | lab(87.0 -30.8 24.2) |
| LCH | lch(87.0 39.1 141.8) |
| OKLCH | oklch(0.877 0.104 143.8) |
Copy-ready code
/* CSS */
color: #ade9ab;
background-color: #ade9ab;
/* Tailwind (arbitrary) */
class="text-[#ade9ab] bg-[#ade9ab]"
/* SCSS */
$brand: #ade9ab;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.671)
/* Android */
Color.parseColor("#ade9ab")Accessibility — WCAG contrast
Aa
#ade9ab on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade9ab on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue67.1%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow26.6%
Key (black)8.6%
Color previews
#ade9ab text on a black background
contrast 15.02:1
Card sample
#ade9ab text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade9ab;
Background color
Panel with #ade9ab background
background-color: #ade9ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade9ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade9ab; background: linear-gradient(135deg, #ade9ab, #ABE9D2);