#aac3af
a light, soft green · cool · closest name: silver
RGB
170, 195, 175
HSL
132°, 17%, 72%
CMYK
13, 0, 10, 24
Luminance
0.5067
Every format
| HEX | #aac3af |
| RGB | rgb(170, 195, 175) |
| HSL | hsl(132, 17%, 72%) |
| CMYK | cmyk(13%, 0%, 10%, 24%) |
| LAB | lab(76.5 -12.3 7.2) |
| LCH | lch(76.5 14.3 149.7) |
| OKLCH | oklch(0.793 0.039 151.2) |
Copy-ready code
/* CSS */
color: #aac3af;
background-color: #aac3af;
/* Tailwind (arbitrary) */
class="text-[#aac3af] bg-[#aac3af]"
/* SCSS */
$brand: #aac3af;
/* SwiftUI */
Color(red: 0.667, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#aac3af")Accessibility — WCAG contrast
Aa
#aac3af on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac3af on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green76.5%
Blue68.6%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow10.3%
Key (black)23.5%
Color previews
#aac3af text on a black background
contrast 11.13:1
Card sample
#aac3af text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac3af;
Background color
Panel with #aac3af background
background-color: #aac3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac3af; background: linear-gradient(135deg, #aac3af, #AAC3C0);