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