Silver
#94A5B8
BlueColor Codes
All color formats for development
HEX
#94A5B8RGB
rgb(148, 165, 184)HSL
hsl(212, 20%, 65%)OKLCH
oklch(0.715 0.034 251.2)CMYK
cmyk(20%, 10%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8094AA
2#6C839D
3#5D728B
4#506277
5#425263
6#354150
7#28313C
8#1B2128
9#0D1014
Tints
Lighter variations
1#9FAEBF
2#A9B7C6
3#B4C0CD
4#BFC9D4
5#C9D2DB
6#D4DBE2
7#DFE4EA
8#EAEDF1
9#F4F6F8
Tones
Muted variations
1#96A5B6
2#97A5B4
3#99A5B2
4#9BA5B0
5#9DA5AF
6#9FA5AD
7#A0A5AB
8#A2A6A9
9#A4A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DD #D7DDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C4 #B9C4D0 | BordersInactive statesPlaceholder text |
| 400 | 94A5 #94A5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758B #758BA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A6F #5A6F87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4758 #47586B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333F #333F4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2128 #212831 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAEDF1;
--silver-200: #D7DDE4;
--silver-300: #B9C4D0;
--silver-400: #94A5B8;
--silver-500: #758BA3;
--silver-600: #5A6F87;
--silver-700: #47586B;
--silver-800: #333F4D;
--silver-900: #212831;
--silver-950: #14191F;
}