#a2cc85
a light, soft green · cool · closest name: khaki
RGB
162, 204, 133
HSL
96°, 41%, 66%
CMYK
21, 0, 35, 20
Luminance
0.5256
Every format
| HEX | #a2cc85 |
| RGB | rgb(162, 204, 133) |
| HSL | hsl(96, 41%, 66%) |
| CMYK | cmyk(21%, 0%, 35%, 20%) |
| LAB | lab(77.6 -26.6 31.0) |
| LCH | lch(77.6 40.8 130.6) |
| OKLCH | oklch(0.798 0.106 133.2) |
Copy-ready code
/* CSS */
color: #a2cc85;
background-color: #a2cc85;
/* Tailwind (arbitrary) */
class="text-[#a2cc85] bg-[#a2cc85]"
/* SCSS */
$brand: #a2cc85;
/* SwiftUI */
Color(red: 0.635, green: 0.800, blue: 0.522)
/* Android */
Color.parseColor("#a2cc85")Accessibility — WCAG contrast
Aa
#a2cc85 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cc85 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.0%
Blue52.2%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow34.8%
Key (black)20.0%
Color previews
#a2cc85 text on a black background
contrast 11.51:1
Card sample
#a2cc85 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cc85;
Background color
Panel with #a2cc85 background
background-color: #a2cc85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cc85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 204, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 204, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cc85; background: linear-gradient(135deg, #a2cc85, #85CC97);