#adeaae
a light, vivid green · cool · closest name: aquamarine
RGB
173, 234, 174
HSL
121°, 59%, 80%
CMYK
26, 0, 26, 8
Luminance
0.7079
Every format
| HEX | #adeaae |
| RGB | rgb(173, 234, 174) |
| HSL | hsl(121, 59%, 80%) |
| CMYK | cmyk(26%, 0%, 26%, 8%) |
| LAB | lab(87.4 -30.7 23.1) |
| LCH | lch(87.4 38.4 143.1) |
| OKLCH | oklch(0.880 0.102 145.0) |
Copy-ready code
/* CSS */
color: #adeaae;
background-color: #adeaae;
/* Tailwind (arbitrary) */
class="text-[#adeaae] bg-[#adeaae]"
/* SCSS */
$brand: #adeaae;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.682)
/* Android */
Color.parseColor("#adeaae")Accessibility — WCAG contrast
Aa
#adeaae on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeaae on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue68.2%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow25.6%
Key (black)8.2%
Color previews
#adeaae text on a black background
contrast 15.16:1
Card sample
#adeaae text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeaae;
Background color
Panel with #adeaae background
background-color: #adeaae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeaae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeaae; background: linear-gradient(135deg, #adeaae, #ADEAD7);