#adefcf
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 207
HSL
151°, 67%, 81%
CMYK
28, 0, 13, 6
Luminance
0.7512
Every format
| HEX | #adefcf |
| RGB | rgb(173, 239, 207) |
| HSL | hsl(151, 67%, 81%) |
| CMYK | cmyk(28%, 0%, 13%, 6%) |
| LAB | lab(89.5 -27.1 8.9) |
| LCH | lch(89.5 28.6 161.9) |
| OKLCH | oklch(0.899 0.080 163.3) |
Copy-ready code
/* CSS */
color: #adefcf;
background-color: #adefcf;
/* Tailwind (arbitrary) */
class="text-[#adefcf] bg-[#adefcf]"
/* SCSS */
$brand: #adefcf;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.812)
/* Android */
Color.parseColor("#adefcf")Accessibility — WCAG contrast
Aa
#adefcf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefcf on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue81.2%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow13.4%
Key (black)6.3%
Color previews
#adefcf text on a black background
contrast 16.02:1
Card sample
#adefcf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefcf;
Background color
Panel with #adefcf background
background-color: #adefcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefcf; background: linear-gradient(135deg, #adefcf, #ADE3EF);