#aabc9f
a light, soft green · cool · closest name: silver
RGB
170, 188, 159
HSL
97°, 18%, 68%
CMYK
10, 0, 15, 26
Luminance
0.4702
Every format
| HEX | #aabc9f |
| RGB | rgb(170, 188, 159) |
| HSL | hsl(97, 18%, 68%) |
| CMYK | cmyk(10%, 0%, 15%, 26%) |
| LAB | lab(74.2 -11.6 12.6) |
| LCH | lch(74.2 17.1 132.5) |
| OKLCH | oklch(0.773 0.045 133.5) |
Copy-ready code
/* CSS */
color: #aabc9f;
background-color: #aabc9f;
/* Tailwind (arbitrary) */
class="text-[#aabc9f] bg-[#aabc9f]"
/* SCSS */
$brand: #aabc9f;
/* SwiftUI */
Color(red: 0.667, green: 0.737, blue: 0.624)
/* Android */
Color.parseColor("#aabc9f")Accessibility — WCAG contrast
Aa
#aabc9f on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabc9f on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.7%
Blue62.4%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow15.4%
Key (black)26.3%
Color previews
#aabc9f text on a black background
contrast 10.40:1
Card sample
#aabc9f text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabc9f;
Background color
Panel with #aabc9f background
background-color: #aabc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 188, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 188, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabc9f; background: linear-gradient(135deg, #aabc9f, #9FBCA7);