#aabc9c
a light, soft green · cool · closest name: silver
RGB
170, 188, 156
HSL
94°, 19%, 68%
CMYK
10, 0, 17, 26
Luminance
0.4691
Every format
| HEX | #aabc9c |
| RGB | rgb(170, 188, 156) |
| HSL | hsl(94, 19%, 68%) |
| CMYK | cmyk(10%, 0%, 17%, 26%) |
| LAB | lab(74.1 -12.1 14.1) |
| LCH | lch(74.1 18.6 130.5) |
| OKLCH | oklch(0.773 0.049 131.5) |
Copy-ready code
/* CSS */
color: #aabc9c;
background-color: #aabc9c;
/* Tailwind (arbitrary) */
class="text-[#aabc9c] bg-[#aabc9c]"
/* SCSS */
$brand: #aabc9c;
/* SwiftUI */
Color(red: 0.667, green: 0.737, blue: 0.612)
/* Android */
Color.parseColor("#aabc9c")Accessibility — WCAG contrast
Aa
#aabc9c on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabc9c on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.7%
Blue61.2%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow17.0%
Key (black)26.3%
Color previews
#aabc9c text on a black background
contrast 10.38:1
Card sample
#aabc9c text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabc9c;
Background color
Panel with #aabc9c background
background-color: #aabc9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabc9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 188, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 188, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabc9c; background: linear-gradient(135deg, #aabc9c, #9CBCA3);