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