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