Silver
#8FA4BC
BlueColor Codes
All color formats for development
HEX
#8FA4BCRGB
rgb(143, 164, 188)HSL
hsl(212, 25%, 65%)OKLCH
oklch(0.711 0.042 251.9)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#6683A3
3#577291
4#4B627C
5#3E5168
6#324153
7#25313E
8#192129
9#0C1015
Tints
Lighter variations
1#9BADC3
2#A6B6C9
3#B1BFD0
4#BCC9D7
5#C7D2DE
6#D2DBE4
7#DEE4EB
8#E9EDF2
9#F4F6F8
Tones
Muted variations
1#92A4BA
2#94A5B8
3#96A5B5
4#98A5B3
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 | 708A #708AA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546E #546E8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4358 #435870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303F #303F50 | 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: #708AA9;
--silver-600: #546E8C;
--silver-700: #435870;
--silver-800: #303F50;
--silver-900: #1F2833;
--silver-950: #131920;
}