Silver
#94B5B8
CyanColor Codes
All color formats for development
HEX
#94B5B8RGB
rgb(148, 181, 184)HSL
hsl(185, 20%, 65%)OKLCH
oklch(0.75 0.036 203.2)CMYK
cmyk(20%, 2%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#80A7AA
2#6C999D
3#5D878B
4#507477
5#426163
6#354D50
7#283A3C
8#1B2728
9#0D1314
Tints
Lighter variations
1#9FBCBF
2#A9C3C6
3#B4CBCD
4#BFD2D4
5#C9DADB
6#D4E1E2
7#DFE9EA
8#EAF0F1
9#F4F8F8
Tones
Muted variations
1#96B3B6
2#97B2B4
3#99B0B2
4#9BAFB0
5#9DADAF
6#9FACAD
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 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CED0 | BordersInactive statesPlaceholder text |
| 400 | 94B5 #94B5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759F #759FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A83 #5A8387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4768 #47686B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334A #334A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | 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: #EAF0F1;
--silver-200: #D7E3E4;
--silver-300: #B9CED0;
--silver-400: #94B5B8;
--silver-500: #759FA3;
--silver-600: #5A8387;
--silver-700: #47686B;
--silver-800: #334A4D;
--silver-900: #213031;
--silver-950: #141E1F;
}