#aad87c
a light, vivid green · cool · closest name: khaki
RGB
170, 216, 124
HSL
90°, 54%, 67%
CMYK
21, 0, 43, 15
Luminance
0.5911
Every format
| HEX | #aad87c |
| RGB | rgb(170, 216, 124) |
| HSL | hsl(90, 54%, 67%) |
| CMYK | cmyk(21%, 0%, 43%, 15%) |
| LAB | lab(81.3 -30.6 40.5) |
| LCH | lch(81.3 50.8 127.1) |
| OKLCH | oklch(0.829 0.130 130.5) |
Copy-ready code
/* CSS */
color: #aad87c;
background-color: #aad87c;
/* Tailwind (arbitrary) */
class="text-[#aad87c] bg-[#aad87c]"
/* SCSS */
$brand: #aad87c;
/* SwiftUI */
Color(red: 0.667, green: 0.847, blue: 0.486)
/* Android */
Color.parseColor("#aad87c")Accessibility — WCAG contrast
Aa
#aad87c on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aad87c on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green84.7%
Blue48.6%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow42.6%
Key (black)15.3%
Color previews
#aad87c text on a black background
contrast 12.82:1
Card sample
#aad87c text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aad87c;
Background color
Panel with #aad87c background
background-color: #aad87c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aad87c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 216, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 216, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aad87c; background: linear-gradient(135deg, #aad87c, #7CD88B);