Silver
#94A6B8
BlueColor Codes
All color formats for development
HEX
#94A6B8RGB
rgb(148, 166, 184)HSL
hsl(210, 20%, 65%)OKLCH
oklch(0.717 0.033 248.3)CMYK
cmyk(20%, 10%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8095AA
2#6C859D
3#5D748B
4#506377
5#425363
6#354250
7#28323C
8#1B2128
9#0D1114
Tints
Lighter variations
1#9FAFBF
2#A9B8C6
3#B4C1CD
4#BFC9D4
5#C9D2DB
6#D4DBE2
7#DFE4EA
8#EAEDF1
9#F4F6F8
Tones
Muted variations
1#96A6B6
2#97A6B4
3#99A6B2
4#9BA6B0
5#9DA6AF
6#9FA6AD
7#A0A6AB
8#A2A6A9
9#A4A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DE #D7DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C4 #B9C4D0 | BordersInactive statesPlaceholder text |
| 400 | 94A6 #94A6B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758C #758CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A70 #5A7087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4759 #47596B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3340 #33404D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2129 #212931 | 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: #F6F7F9;
--silver-100: #EAEDF1;
--silver-200: #D7DEE4;
--silver-300: #B9C4D0;
--silver-400: #94A6B8;
--silver-500: #758CA3;
--silver-600: #5A7087;
--silver-700: #47596B;
--silver-800: #33404D;
--silver-900: #212931;
--silver-950: #141A1F;
}