Silver
#8CA2C0
BlueColor Codes
All color formats for development
HEX
#8CA2C0RGB
rgb(140, 162, 192)HSL
hsl(215, 29%, 65%)OKLCH
oklch(0.706 0.051 256.2)CMYK
cmyk(27%, 16%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7690B4
2#617FA8
3#526E96
4#475F80
5#3B4F6B
6#2F3F56
7#232F40
8#18202B
9#0C1015
Tints
Lighter variations
1#97ABC6
2#A3B4CC
3#AEBED3
4#BAC7D9
5#C5D0DF
6#D1DAE6
7#DCE3EC
8#E8ECF2
9#F3F6F9
Tones
Muted variations
1#8EA2BD
2#91A2BA
3#94A3B8
4#96A3B5
5#99A4B3
6#9BA4B0
7#9EA4AE
8#A1A5AB
9#A3A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DC #D4DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C2 #B3C2D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA1 #8CA1C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B87 #6B87AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 506B #506B91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F55 #3F5573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3D #2D3D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2735 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7FA;
--silver-100: #E8ECF2;
--silver-200: #D4DCE7;
--silver-300: #B3C2D5;
--silver-400: #8CA1C0;
--silver-500: #6B87AE;
--silver-600: #506B91;
--silver-700: #3F5573;
--silver-800: #2D3D52;
--silver-900: #1D2735;
--silver-950: #121821;
}