#adeabe
a light, vivid green · cool · closest name: aquamarine
RGB
173, 234, 190
HSL
137°, 59%, 80%
CMYK
26, 0, 19, 8
Luminance
0.7145
Every format
| HEX | #adeabe |
| RGB | rgb(173, 234, 190) |
| HSL | hsl(137, 59%, 80%) |
| CMYK | cmyk(26%, 0%, 19%, 8%) |
| LAB | lab(87.7 -27.9 15.2) |
| LCH | lch(87.7 31.8 151.4) |
| OKLCH | oklch(0.884 0.087 153.1) |
Copy-ready code
/* CSS */
color: #adeabe;
background-color: #adeabe;
/* Tailwind (arbitrary) */
class="text-[#adeabe] bg-[#adeabe]"
/* SCSS */
$brand: #adeabe;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.745)
/* Android */
Color.parseColor("#adeabe")Accessibility — WCAG contrast
Aa
#adeabe on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeabe on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue74.5%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow18.8%
Key (black)8.2%
Color previews
#adeabe text on a black background
contrast 15.29:1
Card sample
#adeabe text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeabe;
Background color
Panel with #adeabe background
background-color: #adeabe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeabe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeabe; background: linear-gradient(135deg, #adeabe, #ADEAE7);