Silver
#93A2B8
BlueColor Codes
All color formats for development
HEX
#93A2B8RGB
rgb(147, 162, 184)HSL
hsl(216, 21%, 65%)OKLCH
oklch(0.708 0.036 257.9)CMYK
cmyk(20%, 12%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F91AB
2#6B7F9E
3#5C6F8C
4#4F5F78
5#414F64
6#344050
7#27303C
8#1A2028
9#0D1014
Tints
Lighter variations
1#9EABC0
2#A9B5C7
3#B3BECE
4#BEC7D5
5#C9D1DC
6#D4DAE3
7#DFE3EA
8#E9ECF1
9#F4F6F8
Tones
Muted variations
1#95A2B7
2#97A3B5
3#99A3B3
4#9BA4B1
5#9CA4AF
6#9EA4AD
7#A0A5AB
8#A2A5A9
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C2 #B8C2D1 | BordersInactive statesPlaceholder text |
| 400 | 93A2 #93A2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7487 #7487A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 596B #596B88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4756 #47566C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323D #323D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2027 #202731 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #E9ECF1;
--silver-200: #D7DCE5;
--silver-300: #B8C2D1;
--silver-400: #93A2B8;
--silver-500: #7487A4;
--silver-600: #596B88;
--silver-700: #47566C;
--silver-800: #323D4D;
--silver-900: #202731;
--silver-950: #14181F;
}