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