Silver
#8FA5BD
BlueColor Codes
All color formats for development
HEX
#8FA5BDRGB
rgb(143, 165, 189)HSL
hsl(211, 26%, 65%)OKLCH
oklch(0.713 0.043 250.7)CMYK
cmyk(24%, 13%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A94B1
2#6584A4
3#567392
4#4A637D
5#3D5268
6#314254
7#25313F
8#19212A
9#0C1015
Tints
Lighter variations
1#9AAEC4
2#A5B7CA
3#B0C0D1
4#BCC9D7
5#C7D2DE
6#D2DBE5
7#DDE4EB
8#E9EDF2
9#F4F6F8
Tones
Muted variations
1#91A5BB
2#93A5B8
3#96A5B6
4#98A5B4
5#9AA5B1
6#9CA5AF
7#9FA6AD
8#A1A6AA
9#A3A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C4 #B5C4D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA5 #8FA5BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8B #6E8BAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 536F #536F8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4258 #425870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3F #2F3F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E28 #1E2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E9EDF2;
--silver-200: #D5DEE6;
--silver-300: #B5C4D4;
--silver-400: #8FA5BD;
--silver-500: #6E8BAA;
--silver-600: #536F8D;
--silver-700: #425870;
--silver-800: #2F3F50;
--silver-900: #1E2833;
--silver-950: #131920;
}