Silver
#94A9B8
BlueColor Codes
All color formats for development
HEX
#94A9B8RGB
rgb(148, 169, 184)HSL
hsl(205, 20%, 65%)OKLCH
oklch(0.724 0.032 239)CMYK
cmyk(20%, 8%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8099AA
2#6C899D
3#5D788B
4#506777
5#425663
6#354550
7#28333C
8#1B2228
9#0D1114
Tints
Lighter variations
1#9FB1BF
2#A9BAC6
3#B4C3CD
4#BFCBD4
5#C9D4DB
6#D4DCE2
7#DFE5EA
8#EAEEF1
9#F4F6F8
Tones
Muted variations
1#96A8B6
2#97A8B4
3#99A8B2
4#9BA8B0
5#9DA7AF
6#9FA7AD
7#A0A7AB
8#A2A6A9
9#A4A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C6 #B9C6D0 | BordersInactive statesPlaceholder text |
| 400 | 94A9 #94A9B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7590 #7590A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A74 #5A7487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475C #475C6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3342 #33424D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | 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: #F6F8F9;
--silver-100: #EAEEF1;
--silver-200: #D7DFE4;
--silver-300: #B9C6D0;
--silver-400: #94A9B8;
--silver-500: #7590A3;
--silver-600: #5A7487;
--silver-700: #475C6B;
--silver-800: #33424D;
--silver-900: #212A31;
--silver-950: #141A1F;
}