Silver
#93A0B8
BlueColor Codes
All color formats for development
HEX
#93A0B8RGB
rgb(147, 160, 184)HSL
hsl(219, 21%, 65%)OKLCH
oklch(0.704 0.038 262.8)CMYK
cmyk(20%, 13%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F8FAB
2#6B7D9E
3#5C6D8C
4#4F5D78
5#414E64
6#343E50
7#272F3C
8#1A1F28
9#0D1014
Tints
Lighter variations
1#9EAAC0
2#A9B3C7
3#B3BDCE
4#BEC6D5
5#C9D0DC
6#D4D9E3
7#DFE3EA
8#E9ECF1
9#F4F6F8
Tones
Muted variations
1#95A1B7
2#97A1B5
3#99A2B3
4#9BA2B1
5#9CA3AF
6#9EA4AD
7#A0A4AB
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 | B8C1 #B8C1D1 | BordersInactive statesPlaceholder text |
| 400 | 93A0 #93A0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7485 #7485A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5969 #596988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4754 #47546C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202631 | 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: #B8C1D1;
--silver-400: #93A0B8;
--silver-500: #7485A4;
--silver-600: #596988;
--silver-700: #47546C;
--silver-800: #323C4D;
--silver-900: #202631;
--silver-950: #14181F;
}