Silver
#9BA3B0
BlueColor Codes
All color formats for development
HEX
#9BA3B0RGB
rgb(155, 163, 176)HSL
hsl(217, 12%, 65%)OKLCH
oklch(0.713 0.021 260.2)CMYK
cmyk(12%, 7%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8892A2
2#768193
3#667182
4#58616F
5#49515D
6#3A404A
7#2C3038
8#1D2025
9#0F1013
Tints
Lighter variations
1#A5ACB8
2#AFB6C0
3#B9BFC8
4#C3C8D0
5#CDD1D8
6#D7DAE0
7#E1E3E7
8#EBEDEF
9#F5F6F7
Tones
Muted variations
1#9CA4AF
2#9DA4AE
3#9EA4AD
4#9FA4AC
5#A0A5AB
6#A1A5AA
7#A3A5A9
8#A4A5A8
9#A5A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADD #DADDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC3 #BDC3CB | BordersInactive statesPlaceholder text |
| 400 | 9BA3 #9BA3B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E89 #7E899A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636D #636D7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F57 #4F5764 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383E #383E47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2428 #24282E | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EBEDEF;
--silver-200: #DADDE2;
--silver-300: #BDC3CB;
--silver-400: #9BA3B0;
--silver-500: #7E899A;
--silver-600: #636D7E;
--silver-700: #4F5764;
--silver-800: #383E47;
--silver-900: #24282E;
--silver-950: #16191D;
}