Silver
#94A2B8
BlueColor Codes
All color formats for development
HEX
#94A2B8RGB
rgb(148, 162, 184)HSL
hsl(217, 20%, 65%)OKLCH
oklch(0.709 0.036 259.4)CMYK
cmyk(20%, 12%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8090AA
2#6C7F9D
3#5D6F8B
4#505F77
5#424F63
6#353F50
7#282F3C
8#1B2028
9#0D1014
Tints
Lighter variations
1#9FABBF
2#A9B4C6
3#B4BECD
4#BFC7D4
5#C9D0DB
6#D4DAE2
7#DFE3EA
8#EAECF1
9#F4F6F8
Tones
Muted variations
1#96A2B6
2#97A2B4
3#99A3B2
4#9BA3B0
5#9DA4AF
6#9FA4AD
7#A0A5AB
8#A2A5A9
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C2 #B9C2D0 | BordersInactive statesPlaceholder text |
| 400 | 94A2 #94A2B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7587 #7587A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A6B #5A6B87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4755 #47556B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333D #333D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212731 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAECF1;
--silver-200: #D7DCE4;
--silver-300: #B9C2D0;
--silver-400: #94A2B8;
--silver-500: #7587A3;
--silver-600: #5A6B87;
--silver-700: #47556B;
--silver-800: #333D4D;
--silver-900: #212731;
--silver-950: #14181F;
}