#a3d080
a light, vivid green · cool · closest name: khaki
RGB
163, 208, 128
HSL
94°, 46%, 66%
CMYK
22, 0, 39, 18
Luminance
0.5446
Every format
| HEX | #a3d080 |
| RGB | rgb(163, 208, 128) |
| HSL | hsl(94, 46%, 66%) |
| CMYK | cmyk(22%, 0%, 39%, 18%) |
| LAB | lab(78.7 -28.8 35.0) |
| LCH | lch(78.7 45.4 129.4) |
| OKLCH | oklch(0.806 0.117 132.4) |
Copy-ready code
/* CSS */
color: #a3d080;
background-color: #a3d080;
/* Tailwind (arbitrary) */
class="text-[#a3d080] bg-[#a3d080]"
/* SCSS */
$brand: #a3d080;
/* SwiftUI */
Color(red: 0.639, green: 0.816, blue: 0.502)
/* Android */
Color.parseColor("#a3d080")Accessibility — WCAG contrast
Aa
#a3d080 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3d080 on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green81.6%
Blue50.2%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow38.5%
Key (black)18.4%
Color previews
#a3d080 text on a black background
contrast 11.89:1
Card sample
#a3d080 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3d080;
Background color
Panel with #a3d080 background
background-color: #a3d080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3d080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 208, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 208, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3d080; background: linear-gradient(135deg, #a3d080, #80D092);