#aba9b2
a light, muted gray · warm · closest name: silver
RGB
171, 169, 178
HSL
253°, 6%, 68%
CMYK
4, 5, 0, 30
Luminance
0.4025
Every format
| HEX | #aba9b2 |
| RGB | rgb(171, 169, 178) |
| HSL | hsl(253, 6%, 68%) |
| CMYK | cmyk(4%, 5%, 0%, 30%) |
| LAB | lab(69.7 2.4 -4.4) |
| LCH | lch(69.7 5.0 299.2) |
| OKLCH | oklch(0.739 0.013 296.3) |
Copy-ready code
/* CSS */
color: #aba9b2;
background-color: #aba9b2;
/* Tailwind (arbitrary) */
class="text-[#aba9b2] bg-[#aba9b2]"
/* SCSS */
$brand: #aba9b2;
/* SwiftUI */
Color(red: 0.671, green: 0.663, blue: 0.698)
/* Android */
Color.parseColor("#aba9b2")Accessibility — WCAG contrast
Aa
#aba9b2 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba9b2 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green66.3%
Blue69.8%
CMYK percentages
Cyan3.9%
Magenta5.1%
Yellow0.0%
Key (black)30.2%
Color previews
#aba9b2 text on a black background
contrast 9.05:1
Card sample
#aba9b2 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba9b2;
Background color
Panel with #aba9b2 background
background-color: #aba9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 169, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 169, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba9b2; background: linear-gradient(135deg, #aba9b2, #B1A9B2);