Silver
#93B5B8
CyanColor Codes
All color formats for development
HEX
#93B5B8RGB
rgb(147, 181, 184)HSL
hsl(185, 21%, 65%)OKLCH
oklch(0.749 0.037 203)CMYK
cmyk(20%, 2%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FA8AB
2#6B9A9E
3#5C888C
4#4F7578
5#416164
6#344E50
7#273A3C
8#1A2728
9#0D1314
Tints
Lighter variations
1#9EBDC0
2#A9C4C7
3#B3CBCE
4#BED3D5
5#C9DADC
6#D4E2E3
7#DFE9EA
8#E9F0F1
9#F4F8F8
Tones
Muted variations
1#95B4B7
2#97B2B5
3#99B1B3
4#9BAFB1
5#9CAEAF
6#9EACAD
7#A0AAAB
8#A2A9A9
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 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CF #B8CFD1 | BordersInactive statesPlaceholder text |
| 400 | 93B5 #93B5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A0 #74A0A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5984 #598488 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4769 #47696C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203031 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #E9F0F1;
--silver-200: #D7E4E5;
--silver-300: #B8CFD1;
--silver-400: #93B5B8;
--silver-500: #74A0A4;
--silver-600: #598488;
--silver-700: #47696C;
--silver-800: #324B4D;
--silver-900: #203031;
--silver-950: #141E1F;
}