Silver
#93B3B8
CyanColor Codes
All color formats for development
HEX
#93B3B8RGB
rgb(147, 179, 184)HSL
hsl(188, 21%, 65%)OKLCH
oklch(0.745 0.036 208)CMYK
cmyk(20%, 3%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FA5AB
2#6B979E
3#5C868C
4#4F7378
5#416064
6#344D50
7#27393C
8#1A2628
9#0D1314
Tints
Lighter variations
1#9EBBC0
2#A9C3C7
3#B3CACE
4#BED2D5
5#C9D9DC
6#D4E1E3
7#DFE8EA
8#E9F0F1
9#F4F7F8
Tones
Muted variations
1#95B2B7
2#97B1B5
3#99AFB3
4#9BAEB1
5#9CADAF
6#9EABAD
7#A0AAAB
8#A2A8A9
9#A4A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CD #B8CDD1 | BordersInactive statesPlaceholder text |
| 400 | 93B3 #93B3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 749E #749EA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5981 #598188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4767 #47676C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324A #324A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202F #202F31 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #E9F0F1;
--silver-200: #D7E3E5;
--silver-300: #B8CDD1;
--silver-400: #93B3B8;
--silver-500: #749EA4;
--silver-600: #598188;
--silver-700: #47676C;
--silver-800: #324A4D;
--silver-900: #202F31;
--silver-950: #141D1F;
}