#aba2ab
a light, muted gray · warm · closest name: silver
RGB
171, 162, 171
HSL
300°, 5%, 65%
CMYK
0, 5, 0, 33
Luminance
0.3744
Every format
| HEX | #aba2ab |
| RGB | rgb(171, 162, 171) |
| HSL | hsl(300, 5%, 65%) |
| CMYK | cmyk(0%, 5%, 0%, 33%) |
| LAB | lab(67.6 4.9 -3.5) |
| LCH | lch(67.6 6.0 324.7) |
| OKLCH | oklch(0.723 0.016 325.7) |
Copy-ready code
/* CSS */
color: #aba2ab;
background-color: #aba2ab;
/* Tailwind (arbitrary) */
class="text-[#aba2ab] bg-[#aba2ab]"
/* SCSS */
$brand: #aba2ab;
/* SwiftUI */
Color(red: 0.671, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#aba2ab")Accessibility — WCAG contrast
Aa
#aba2ab on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba2ab on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green63.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta5.3%
Yellow0.0%
Key (black)32.9%
Color previews
#aba2ab text on a black background
contrast 8.49:1
Card sample
#aba2ab text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba2ab;
Background color
Panel with #aba2ab background
background-color: #aba2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba2ab; background: linear-gradient(135deg, #aba2ab, #ABA2A5);