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