Silver
#8FA2BC
BlueColor Codes
All color formats for development
HEX
#8FA2BCRGB
rgb(143, 162, 188)HSL
hsl(215, 25%, 65%)OKLCH
oklch(0.706 0.044 256.3)CMYK
cmyk(24%, 14%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B91B0
2#6680A3
3#576F91
4#4B5F7C
5#3E4F68
6#324053
7#25303E
8#192029
9#0C1015
Tints
Lighter variations
1#9BABC3
2#A6B5C9
3#B1BED0
4#BCC7D7
5#C7D1DE
6#D2DAE4
7#DEE3EB
8#E9ECF2
9#F4F6F8
Tones
Muted variations
1#92A2BA
2#94A3B8
3#96A3B5
4#98A4B3
5#9BA4B1
6#9DA4AF
7#9FA5AC
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 | B6C2 #B6C2D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA2 #8FA2BC | Disabled statesSecondary iconsMuted text |
| 500 | 7087 #7087A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546C #546C8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4356 #435670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303D #303D50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F27 #1F2733 | 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: #B6C2D3;
--silver-400: #8FA2BC;
--silver-500: #7087A9;
--silver-600: #546C8C;
--silver-700: #435670;
--silver-800: #303D50;
--silver-900: #1F2733;
--silver-950: #131820;
}