Silver
#8FA5BC
BlueColor Codes
All color formats for development
HEX
#8FA5BCRGB
rgb(143, 165, 188)HSL
hsl(211, 25%, 65%)OKLCH
oklch(0.713 0.042 249.6)CMYK
cmyk(24%, 12%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B94B0
2#6684A3
3#577391
4#4B637C
5#3E5268
6#324253
7#25313E
8#192129
9#0C1015
Tints
Lighter variations
1#9BAEC3
2#A6B7C9
3#B1C0D0
4#BCC9D7
5#C7D2DE
6#D2DBE4
7#DEE4EB
8#E9EDF2
9#F4F6F8
Tones
Muted variations
1#92A5BA
2#94A5B8
3#96A5B5
4#98A5B3
5#9BA5B1
6#9DA5AF
7#9FA6AC
8#A1A6AA
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 | D6DE #D6DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C4 #B6C4D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA5 #8FA5BC | Disabled statesSecondary iconsMuted text |
| 500 | 708B #708BA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546F #546F8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4359 #435970 | 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: #D6DEE6;
--silver-300: #B6C4D3;
--silver-400: #8FA5BC;
--silver-500: #708BA9;
--silver-600: #546F8C;
--silver-700: #435970;
--silver-800: #303F50;
--silver-900: #1F2833;
--silver-950: #131920;
}