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