#a3d184
a light, vivid green · cool · closest name: khaki
RGB
163, 209, 132
HSL
96°, 46%, 67%
CMYK
22, 0, 37, 18
Luminance
0.5505
Every format
| HEX | #a3d184 |
| RGB | rgb(163, 209, 132) |
| HSL | hsl(96, 46%, 67%) |
| CMYK | cmyk(22%, 0%, 37%, 18%) |
| LAB | lab(79.1 -28.8 33.4) |
| LCH | lch(79.1 44.1 130.7) |
| OKLCH | oklch(0.809 0.114 133.5) |
Copy-ready code
/* CSS */
color: #a3d184;
background-color: #a3d184;
/* Tailwind (arbitrary) */
class="text-[#a3d184] bg-[#a3d184]"
/* SCSS */
$brand: #a3d184;
/* SwiftUI */
Color(red: 0.639, green: 0.820, blue: 0.518)
/* Android */
Color.parseColor("#a3d184")Accessibility — WCAG contrast
Aa
#a3d184 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3d184 on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green82.0%
Blue51.8%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow36.8%
Key (black)18.0%
Color previews
#a3d184 text on a black background
contrast 12.01:1
Card sample
#a3d184 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3d184;
Background color
Panel with #a3d184 background
background-color: #a3d184;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3d184;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 209, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 209, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3d184; background: linear-gradient(135deg, #a3d184, #84D198);