Silver
#92A6B9
BlueColor Codes
All color formats for development
HEX
#92A6B9RGB
rgb(146, 166, 185)HSL
hsl(209, 22%, 65%)OKLCH
oklch(0.716 0.036 246.9)CMYK
cmyk(21%, 10%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E96AC
2#6A85A0
3#5A758E
4#4E6479
5#415365
6#344351
7#27323D
8#1A2128
9#0D1114
Tints
Lighter variations
1#9DAFC0
2#A8B8C7
3#B3C1CE
4#BECAD5
5#C9D3DC
6#D3DCE3
7#DEE4EA
8#E9EDF1
9#F4F6F8
Tones
Muted variations
1#94A6B7
2#96A6B5
3#98A6B3
4#9AA6B2
5#9CA6B0
6#9EA6AE
7#A0A6AC
8#A2A6AA
9#A4A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C5 #B7C5D1 | BordersInactive statesPlaceholder text |
| 400 | 92A6 #92A6B9 | Disabled statesSecondary iconsMuted text |
| 500 | 738D #738DA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5871 #587189 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465A #465A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3240 #32404E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202932 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #E9EDF1;
--silver-200: #D7DEE5;
--silver-300: #B7C5D1;
--silver-400: #92A6B9;
--silver-500: #738DA5;
--silver-600: #587189;
--silver-700: #465A6D;
--silver-800: #32404E;
--silver-900: #202932;
--silver-950: #141A1F;
}