Silver
#8FA6BC
BlueColor Codes
All color formats for development
HEX
#8FA6BCRGB
rgb(143, 166, 188)HSL
hsl(209, 25%, 65%)OKLCH
oklch(0.715 0.041 247.2)CMYK
cmyk(24%, 12%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B96B0
2#6686A3
3#577591
4#4B647C
5#3E5468
6#324353
7#25323E
8#192129
9#0C1115
Tints
Lighter variations
1#9BAFC3
2#A6B8C9
3#B1C1D0
4#BCCAD7
5#C7D3DE
6#D2DCE4
7#DEE4EB
8#E9EDF2
9#F4F6F8
Tones
Muted variations
1#92A6BA
2#94A6B8
3#96A6B5
4#98A6B3
5#9BA6B1
6#9DA6AF
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 | B6C5 #B6C5D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA6 #8FA6BC | Disabled statesSecondary iconsMuted text |
| 500 | 708D #708DA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5471 #54718C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435A #435A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3040 #304050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F29 #1F2933 | 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: #F5F7F9;
--silver-100: #E9EDF2;
--silver-200: #D6DEE6;
--silver-300: #B6C5D3;
--silver-400: #8FA6BC;
--silver-500: #708DA9;
--silver-600: #54718C;
--silver-700: #435A70;
--silver-800: #304050;
--silver-900: #1F2933;
--silver-950: #131A20;
}