#a2db7c
a light, vivid green · cool · closest name: khaki
RGB
162, 219, 124
HSL
96°, 57%, 67%
CMYK
26, 0, 43, 14
Luminance
0.5980
Every format
| HEX | #a2db7c |
| RGB | rgb(162, 219, 124) |
| HSL | hsl(96, 57%, 67%) |
| CMYK | cmyk(26%, 0%, 43%, 14%) |
| LAB | lab(81.7 -34.8 40.9) |
| LCH | lch(81.7 53.7 130.4) |
| OKLCH | oklch(0.830 0.138 133.9) |
Copy-ready code
/* CSS */
color: #a2db7c;
background-color: #a2db7c;
/* Tailwind (arbitrary) */
class="text-[#a2db7c] bg-[#a2db7c]"
/* SCSS */
$brand: #a2db7c;
/* SwiftUI */
Color(red: 0.635, green: 0.859, blue: 0.486)
/* Android */
Color.parseColor("#a2db7c")Accessibility — WCAG contrast
Aa
#a2db7c on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2db7c on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green85.9%
Blue48.6%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow43.4%
Key (black)14.1%
Color previews
#a2db7c text on a black background
contrast 12.96:1
Card sample
#a2db7c text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2db7c;
Background color
Panel with #a2db7c background
background-color: #a2db7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2db7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 219, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 219, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2db7c; background: linear-gradient(135deg, #a2db7c, #7CDB95);