Silver
#8FA8BC
BlueColor Codes
All color formats for development
HEX
#8FA8BCRGB
rgb(143, 168, 188)HSL
hsl(207, 25%, 65%)OKLCH
oklch(0.719 0.04 242.3)CMYK
cmyk(24%, 11%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B98B0
2#6688A3
3#577791
4#4B667C
5#3E5568
6#324453
7#25333E
8#192229
9#0C1115
Tints
Lighter variations
1#9BB1C3
2#A6B9C9
3#B1C2D0
4#BCCBD7
5#C7D3DE
6#D2DCE4
7#DEE5EB
8#E9EEF2
9#F4F6F8
Tones
Muted variations
1#92A8BA
2#94A8B8
3#96A7B5
4#98A7B3
5#9BA7B1
6#9DA7AF
7#9FA6AC
8#A1A6AA
9#A4A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DF #D6DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C6 #B6C6D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA8 #8FA8BC | Disabled statesSecondary iconsMuted text |
| 500 | 708F #708FA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5473 #54738C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435B #435B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3041 #304150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2A #1F2A33 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F8F9;
--silver-100: #E9EEF2;
--silver-200: #D6DFE6;
--silver-300: #B6C6D3;
--silver-400: #8FA8BC;
--silver-500: #708FA9;
--silver-600: #54738C;
--silver-700: #435B70;
--silver-800: #304150;
--silver-900: #1F2A33;
--silver-950: #131A20;
}