Silver
#8FA9BC
BlueColor Codes
All color formats for development
HEX
#8FA9BCRGB
rgb(143, 169, 188)HSL
hsl(205, 25%, 65%)OKLCH
oklch(0.721 0.04 239.8)CMYK
cmyk(24%, 10%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B9AB0
2#668AA3
3#577991
4#4B687C
5#3E5668
6#324553
7#25343E
8#192329
9#0C1115
Tints
Lighter variations
1#9BB2C3
2#A6BBC9
3#B1C3D0
4#BCCCD7
5#C7D4DE
6#D2DDE4
7#DEE5EB
8#E9EEF2
9#F4F6F8
Tones
Muted variations
1#92A9BA
2#94A9B8
3#96A8B5
4#98A8B3
5#9BA8B1
6#9DA7AF
7#9FA7AC
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 | B6C7 #B6C7D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA9 #8FA9BC | Disabled statesSecondary iconsMuted text |
| 500 | 7091 #7091A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5475 #54758C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435D #435D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3042 #304250 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2B #1F2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | 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: #B6C7D3;
--silver-400: #8FA9BC;
--silver-500: #7091A9;
--silver-600: #54758C;
--silver-700: #435D70;
--silver-800: #304250;
--silver-900: #1F2B33;
--silver-950: #131B20;
}