#aac5af
a light, soft green · cool · closest name: silver
RGB
170, 197, 175
HSL
131°, 19%, 72%
CMYK
14, 0, 11, 23
Luminance
0.5157
Every format
| HEX | #aac5af |
| RGB | rgb(170, 197, 175) |
| HSL | hsl(131, 19%, 72%) |
| CMYK | cmyk(14%, 0%, 11%, 23%) |
| LAB | lab(77.0 -13.4 8.0) |
| LCH | lch(77.0 15.6 149.1) |
| OKLCH | oklch(0.797 0.042 150.7) |
Copy-ready code
/* CSS */
color: #aac5af;
background-color: #aac5af;
/* Tailwind (arbitrary) */
class="text-[#aac5af] bg-[#aac5af]"
/* SCSS */
$brand: #aac5af;
/* SwiftUI */
Color(red: 0.667, green: 0.773, blue: 0.686)
/* Android */
Color.parseColor("#aac5af")Accessibility — WCAG contrast
Aa
#aac5af on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac5af on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green77.3%
Blue68.6%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow11.2%
Key (black)22.7%
Color previews
#aac5af text on a black background
contrast 11.31:1
Card sample
#aac5af text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac5af;
Background color
Panel with #aac5af background
background-color: #aac5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 197, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 197, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac5af; background: linear-gradient(135deg, #aac5af, #AAC5C1);