#adefc9
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 201
HSL
146°, 67%, 81%
CMYK
28, 0, 16, 6
Luminance
0.7483
Every format
| HEX | #adefc9 |
| RGB | rgb(173, 239, 201) |
| HSL | hsl(146, 67%, 81%) |
| CMYK | cmyk(28%, 0%, 16%, 6%) |
| LAB | lab(89.3 -28.3 11.8) |
| LCH | lch(89.3 30.6 157.4) |
| OKLCH | oklch(0.898 0.085 158.9) |
Copy-ready code
/* CSS */
color: #adefc9;
background-color: #adefc9;
/* Tailwind (arbitrary) */
class="text-[#adefc9] bg-[#adefc9]"
/* SCSS */
$brand: #adefc9;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.788)
/* Android */
Color.parseColor("#adefc9")Accessibility — WCAG contrast
Aa
#adefc9 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefc9 on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue78.8%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow15.9%
Key (black)6.3%
Color previews
#adefc9 text on a black background
contrast 15.97:1
Card sample
#adefc9 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefc9;
Background color
Panel with #adefc9 background
background-color: #adefc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefc9; background: linear-gradient(135deg, #adefc9, #ADE9EF);