Silver
#93A6B8
BlueColor Codes
All color formats for development
HEX
#93A6B8RGB
rgb(147, 166, 184)HSL
hsl(209, 21%, 65%)OKLCH
oklch(0.716 0.034 246.8)CMYK
cmyk(20%, 10%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F96AB
2#6B859E
3#5C758C
4#4F6478
5#415364
6#344350
7#27323C
8#1A2128
9#0D1114
Tints
Lighter variations
1#9EAFC0
2#A9B8C7
3#B3C1CE
4#BECAD5
5#C9D3DC
6#D4DCE3
7#DFE4EA
8#E9EDF1
9#F4F6F8
Tones
Muted variations
1#95A6B7
2#97A6B5
3#99A6B3
4#9BA6B1
5#9CA6AF
6#9EA6AD
7#A0A6AB
8#A2A6A9
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 | B8C5 #B8C5D1 | BordersInactive statesPlaceholder text |
| 400 | 93A6 #93A6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748D #748DA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5971 #597188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475A #475A6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3240 #32404D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2029 #202931 | 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: #B8C5D1;
--silver-400: #93A6B8;
--silver-500: #748DA4;
--silver-600: #597188;
--silver-700: #475A6C;
--silver-800: #32404D;
--silver-900: #202931;
--silver-950: #141A1F;
}