Silver
#8F9FBC
BlueColor Codes
All color formats for development
HEX
#8F9FBCRGB
rgb(143, 159, 188)HSL
hsl(219, 25%, 65%)OKLCH
oklch(0.7 0.046 262.3)CMYK
cmyk(24%, 15%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B8DB0
2#667BA3
3#576B91
4#4B5C7C
5#3E4D68
6#323D53
7#252E3E
8#191F29
9#0C0F15
Tints
Lighter variations
1#9BA9C3
2#A6B2C9
3#B1BCD0
4#BCC5D7
5#C7CFDE
6#D2D9E4
7#DEE2EB
8#E9ECF2
9#F4F5F8
Tones
Muted variations
1#92A0BA
2#94A0B8
3#96A1B5
4#98A2B3
5#9BA2B1
6#9DA3AF
7#9FA4AC
8#A1A4AA
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 | D6DB #D6DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C0 #B6C0D3 | BordersInactive statesPlaceholder text |
| 400 | 8F9F #8F9FBC | Disabled statesSecondary iconsMuted text |
| 500 | 7084 #7084A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5468 #54688C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4353 #435370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303B #303B50 | 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: #D6DBE6;
--silver-300: #B6C0D3;
--silver-400: #8F9FBC;
--silver-500: #7084A9;
--silver-600: #54688C;
--silver-700: #435370;
--silver-800: #303B50;
--silver-900: #1F2633;
--silver-950: #131820;
}