Silver
#9AA0B1
BlueColor Codes
All color formats for development
HEX
#9AA0B1RGB
rgb(154, 160, 177)HSL
hsl(224, 13%, 65%)OKLCH
oklch(0.706 0.026 270.2)CMYK
cmyk(13%, 10%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#878FA3
2#757D95
3#656D83
4#575D70
5#484E5E
6#3A3E4B
7#2B2F38
8#1D1F25
9#0E1013
Tints
Lighter variations
1#A4AAB9
2#AEB3C1
3#B8BDC9
4#C2C6D0
5#CDD0D8
6#D7D9E0
7#E1E3E8
8#EBECEF
9#F5F6F7
Tones
Muted variations
1#9BA1B0
2#9CA1AF
3#9EA2AE
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 | 9AA0 #9AA0B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D85 #7D859B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6269 #62697F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E54 #4E5465 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373C #373C48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262E | 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: #9AA0B1;
--silver-500: #7D859B;
--silver-600: #62697F;
--silver-700: #4E5465;
--silver-800: #373C48;
--silver-900: #23262E;
--silver-950: #16181D;
}