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