#a3d6ad
a light, soft green · cool · closest name: aquamarine
RGB
163, 214, 173
HSL
132°, 38%, 74%
CMYK
24, 0, 19, 16
Luminance
0.5890
Every format
| HEX | #a3d6ad |
| RGB | rgb(163, 214, 173) |
| HSL | hsl(132, 38%, 74%) |
| CMYK | cmyk(24%, 0%, 19%, 16%) |
| LAB | lab(81.2 -24.6 15.0) |
| LCH | lch(81.2 28.8 148.7) |
| OKLCH | oklch(0.829 0.078 150.4) |
Copy-ready code
/* CSS */
color: #a3d6ad;
background-color: #a3d6ad;
/* Tailwind (arbitrary) */
class="text-[#a3d6ad] bg-[#a3d6ad]"
/* SCSS */
$brand: #a3d6ad;
/* SwiftUI */
Color(red: 0.639, green: 0.839, blue: 0.678)
/* Android */
Color.parseColor("#a3d6ad")Accessibility — WCAG contrast
Aa
#a3d6ad on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3d6ad on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green83.9%
Blue67.8%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow19.2%
Key (black)16.1%
Color previews
#a3d6ad text on a black background
contrast 12.78:1
Card sample
#a3d6ad text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3d6ad;
Background color
Panel with #a3d6ad background
background-color: #a3d6ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3d6ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 214, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 214, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3d6ad; background: linear-gradient(135deg, #a3d6ad, #A3D6CF);