Silver
#8FA0BC
BlueColor Codes
All color formats for development
HEX
#8FA0BCRGB
rgb(143, 160, 188)HSL
hsl(217, 25%, 65%)OKLCH
oklch(0.702 0.045 260.4)CMYK
cmyk(24%, 15%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B8FB0
2#667DA3
3#576D91
4#4B5E7C
5#3E4E68
6#323E53
7#252F3E
8#191F29
9#0C1015
Tints
Lighter variations
1#9BAAC3
2#A6B3C9
3#B1BDD0
4#BCC6D7
5#C7D0DE
6#D2D9E4
7#DEE3EB
8#E9ECF2
9#F4F6F8
Tones
Muted variations
1#92A1BA
2#94A2B8
3#96A2B5
4#98A3B3
5#9BA3B1
6#9DA4AF
7#9FA4AC
8#A1A5AA
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DC #D6DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C1 #B6C1D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA1 #8FA1BC | Disabled statesSecondary iconsMuted text |
| 500 | 7086 #7086A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546A #546A8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4354 #435470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303C #303C50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F26 #1F2633 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E9ECF2;
--silver-200: #D6DCE6;
--silver-300: #B6C1D3;
--silver-400: #8FA1BC;
--silver-500: #7086A9;
--silver-600: #546A8C;
--silver-700: #435470;
--silver-800: #303C50;
--silver-900: #1F2633;
--silver-950: #131820;
}