Silver
#93B1B8
CyanColor Codes
All color formats for development
HEX
#93B1B8RGB
rgb(147, 177, 184)HSL
hsl(191, 21%, 65%)OKLCH
oklch(0.74 0.034 213.4)CMYK
cmyk(20%, 4%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FA3AB
2#6B959E
3#5C838C
4#4F7178
5#415E64
6#344B50
7#27383C
8#1A2628
9#0D1314
Tints
Lighter variations
1#9EB9C0
2#A9C1C7
3#B3C9CE
4#BED1D5
5#C9D8DC
6#D4E0E3
7#DFE8EA
8#E9F0F1
9#F4F7F8
Tones
Muted variations
1#95B0B7
2#97AFB5
3#99AEB3
4#9BADB1
5#9CACAF
6#9EAAAD
7#A0A9AB
8#A2A8A9
9#A4A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CC #B8CCD1 | BordersInactive statesPlaceholder text |
| 400 | 93B2 #93B2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 749C #749CA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 597F #597F88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4765 #47656C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3248 #32484D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202E #202E31 | 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: #F6F8F9;
--silver-100: #E9F0F1;
--silver-200: #D7E2E5;
--silver-300: #B8CCD1;
--silver-400: #93B2B8;
--silver-500: #749CA4;
--silver-600: #597F88;
--silver-700: #47656C;
--silver-800: #32484D;
--silver-900: #202E31;
--silver-950: #141D1F;
}