Silver
#8FA7BC
BlueColor Codes
All color formats for development
HEX
#8FA7BCRGB
rgb(143, 167, 188)HSL
hsl(208, 25%, 65%)OKLCH
oklch(0.717 0.041 244.8)CMYK
cmyk(24%, 11%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B97B0
2#6687A3
3#577691
4#4B657C
5#3E5468
6#324353
7#25333E
8#192229
9#0C1115
Tints
Lighter variations
1#9BB0C3
2#A6B9C9
3#B1C2D0
4#BCCAD7
5#C7D3DE
6#D2DCE4
7#DEE5EB
8#E9EDF2
9#F4F6F8
Tones
Muted variations
1#92A7BA
2#94A7B8
3#96A7B5
4#98A7B3
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 | 8FA7 #8FA7BC | Disabled statesSecondary iconsMuted text |
| 500 | 708E #708EA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5472 #54728C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435B #435B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3041 #304150 | 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: #8FA7BC;
--silver-500: #708EA9;
--silver-600: #54728C;
--silver-700: #435B70;
--silver-800: #304150;
--silver-900: #1F2933;
--silver-950: #131A20;
}