Silver
#9AA8B1
BlueColor Codes
All color formats for development
HEX
#9AA8B1RGB
rgb(154, 168, 177)HSL
hsl(203, 13%, 65%)OKLCH
oklch(0.723 0.021 235.9)CMYK
cmyk(13%, 5%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8798A3
2#758895
3#657883
4#576670
5#48555E
6#3A444B
7#2B3338
8#1D2225
9#0E1113
Tints
Lighter variations
1#A4B1B9
2#AEBAC1
3#B8C2C9
4#C2CBD0
5#CDD4D8
6#D7DCE0
7#E1E5E8
8#EBEEEF
9#F5F6F7
Tones
Muted variations
1#9BA8B0
2#9CA8AF
3#9EA8AE
4#9FA7AD
5#A0A7AC
6#A1A7AA
7#A2A7A9
8#A3A6A8
9#A5A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADF #DADFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC6 #BDC6CC | BordersInactive statesPlaceholder text |
| 400 | 9AA8 #9AA8B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D90 #7D909B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6274 #62747F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5C #4E5C65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3742 #374248 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EBEEEF;
--silver-200: #DADFE2;
--silver-300: #BDC6CC;
--silver-400: #9AA8B1;
--silver-500: #7D909B;
--silver-600: #62747F;
--silver-700: #4E5C65;
--silver-800: #374248;
--silver-900: #232A2E;
--silver-950: #161A1D;
}