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