#aab6b2
a light, muted gray · cool · closest name: silver
RGB
170, 182, 178
HSL
160°, 8%, 69%
CMYK
7, 0, 2, 29
Luminance
0.4522
Every format
| HEX | #aab6b2 |
| RGB | rgb(170, 182, 178) |
| HSL | hsl(160, 8%, 69%) |
| CMYK | cmyk(7%, 0%, 2%, 29%) |
| LAB | lab(73.0 -4.9 0.6) |
| LCH | lch(73.0 5.0 173.1) |
| OKLCH | oklch(0.766 0.015 174.0) |
Copy-ready code
/* CSS */
color: #aab6b2;
background-color: #aab6b2;
/* Tailwind (arbitrary) */
class="text-[#aab6b2] bg-[#aab6b2]"
/* SCSS */
$brand: #aab6b2;
/* SwiftUI */
Color(red: 0.667, green: 0.714, blue: 0.698)
/* Android */
Color.parseColor("#aab6b2")Accessibility — WCAG contrast
Aa
#aab6b2 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aab6b2 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green71.4%
Blue69.8%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow2.2%
Key (black)28.6%
Color previews
#aab6b2 text on a black background
contrast 10.04:1
Card sample
#aab6b2 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aab6b2;
Background color
Panel with #aab6b2 background
background-color: #aab6b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aab6b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 182, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 182, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aab6b2; background: linear-gradient(135deg, #aab6b2, #AAB2B6);