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