Silver
#8FA3BC
BlueColor Codes
All color formats for development
HEX
#8FA3BCRGB
rgb(143, 163, 188)HSL
hsl(213, 25%, 65%)OKLCH
oklch(0.708 0.043 254.1)CMYK
cmyk(24%, 13%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B93B0
2#6682A3
3#577191
4#4B617C
5#3E5168
6#324153
7#25303E
8#192029
9#0C1015
Tints
Lighter variations
1#9BADC3
2#A6B6C9
3#B1BFD0
4#BCC8D7
5#C7D1DE
6#D2DAE4
7#DEE4EB
8#E9EDF2
9#F4F6F8
Tones
Muted variations
1#92A4BA
2#94A4B8
3#96A4B5
4#98A4B3
5#9BA5B1
6#9DA5AF
7#9FA5AC
8#A1A5AA
9#A4A6A8
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 | D6DD #D6DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C3 #B6C3D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA4 #8FA4BC | Disabled statesSecondary iconsMuted text |
| 500 | 7089 #7089A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546D #546D8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4357 #435770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303E #303E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F28 #1F2833 | 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: #D6DDE6;
--silver-300: #B6C3D3;
--silver-400: #8FA4BC;
--silver-500: #7089A9;
--silver-600: #546D8C;
--silver-700: #435770;
--silver-800: #303E50;
--silver-900: #1F2833;
--silver-950: #131920;
}