Silver
#93A8B8
BlueColor Codes
All color formats for development
HEX
#93A8B8RGB
rgb(147, 168, 184)HSL
hsl(206, 21%, 65%)OKLCH
oklch(0.721 0.033 240.8)CMYK
cmyk(20%, 9%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F98AB
2#6B889E
3#5C778C
4#4F6678
5#415564
6#344450
7#27333C
8#1A2228
9#0D1114
Tints
Lighter variations
1#9EB1C0
2#A9BAC7
3#B3C2CE
4#BECBD5
5#C9D4DC
6#D4DCE3
7#DFE5EA
8#E9EEF1
9#F4F6F8
Tones
Muted variations
1#95A8B7
2#97A8B5
3#99A7B3
4#9BA7B1
5#9CA7AF
6#9EA7AD
7#A0A6AB
8#A2A6A9
9#A4A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C6 #B8C6D1 | BordersInactive statesPlaceholder text |
| 400 | 93A8 #93A8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748F #748FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5973 #597388 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475C #475C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A31 | 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: #F6F8F9;
--silver-100: #E9EEF1;
--silver-200: #D7DFE5;
--silver-300: #B8C6D1;
--silver-400: #93A8B8;
--silver-500: #748FA4;
--silver-600: #597388;
--silver-700: #475C6C;
--silver-800: #32424D;
--silver-900: #202A31;
--silver-950: #141A1F;
}