Silver
#9AA1B1
BlueColor Codes
All color formats for development
HEX
#9AA1B1RGB
rgb(154, 161, 177)HSL
hsl(222, 13%, 65%)OKLCH
oklch(0.709 0.025 266.8)CMYK
cmyk(13%, 9%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8790A3
2#757E95
3#656E83
4#575E70
5#484F5E
6#3A3F4B
7#2B2F38
8#1D1F25
9#0E1013
Tints
Lighter variations
1#A4AAB9
2#AEB4C1
3#B8BDC9
4#C2C7D0
5#CDD0D8
6#D7D9E0
7#E1E3E8
8#EBECEF
9#F5F6F7
Tones
Muted variations
1#9BA2B0
2#9CA2AF
3#9EA3AE
4#9FA3AD
5#A0A3AC
6#A1A4AA
7#A2A4A9
8#A3A5A8
9#A5A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADC #DADCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC1 #BDC1CC | BordersInactive statesPlaceholder text |
| 400 | 9AA1 #9AA1B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D86 #7D869B | Primary brand colorCTAsActive elementsLinks |
| 600 | 626A #626A7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E55 #4E5565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373C #373C48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272E | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EBECEF;
--silver-200: #DADCE2;
--silver-300: #BDC1CC;
--silver-400: #9AA1B1;
--silver-500: #7D869B;
--silver-600: #626A7F;
--silver-700: #4E5565;
--silver-800: #373C48;
--silver-900: #23272E;
--silver-950: #16181D;
}