#aba9ba
a light, muted blue · warm · closest name: silver
RGB
171, 169, 186
HSL
247°, 11%, 70%
CMYK
8, 9, 0, 27
Luminance
0.4058
Every format
| HEX | #aba9ba |
| RGB | rgb(171, 169, 186) |
| HSL | hsl(247, 11%, 70%) |
| CMYK | cmyk(8%, 9%, 0%, 27%) |
| LAB | lab(69.9 4.0 -8.4) |
| LCH | lch(69.9 9.3 295.5) |
| OKLCH | oklch(0.742 0.024 291.2) |
Copy-ready code
/* CSS */
color: #aba9ba;
background-color: #aba9ba;
/* Tailwind (arbitrary) */
class="text-[#aba9ba] bg-[#aba9ba]"
/* SCSS */
$brand: #aba9ba;
/* SwiftUI */
Color(red: 0.671, green: 0.663, blue: 0.729)
/* Android */
Color.parseColor("#aba9ba")Accessibility — WCAG contrast
Aa
#aba9ba on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba9ba on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green66.3%
Blue72.9%
CMYK percentages
Cyan8.1%
Magenta9.1%
Yellow0.0%
Key (black)27.1%
Color previews
#aba9ba text on a black background
contrast 9.12:1
Card sample
#aba9ba text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba9ba;
Background color
Panel with #aba9ba background
background-color: #aba9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 169, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 169, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba9ba; background: linear-gradient(135deg, #aba9ba, #B6A9BA);