#adefd8
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 216
HSL
159°, 67%, 81%
CMYK
28, 0, 10, 6
Luminance
0.7558
Every format
| HEX | #adefd8 |
| RGB | rgb(173, 239, 216) |
| HSL | hsl(159, 67%, 81%) |
| CMYK | cmyk(28%, 0%, 10%, 6%) |
| LAB | lab(89.7 -25.4 4.5) |
| LCH | lch(89.7 25.7 170.0) |
| OKLCH | oklch(0.902 0.073 171.0) |
Copy-ready code
/* CSS */
color: #adefd8;
background-color: #adefd8;
/* Tailwind (arbitrary) */
class="text-[#adefd8] bg-[#adefd8]"
/* SCSS */
$brand: #adefd8;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.847)
/* Android */
Color.parseColor("#adefd8")Accessibility — WCAG contrast
Aa
#adefd8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefd8 on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue84.7%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow9.6%
Key (black)6.3%
Color previews
#adefd8 text on a black background
contrast 16.12:1
Card sample
#adefd8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefd8;
Background color
Panel with #adefd8 background
background-color: #adefd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefd8; background: linear-gradient(135deg, #adefd8, #ADDAEF);