Silver
#94AFB8
BlueColor Codes
All color formats for development
HEX
#94AFB8RGB
rgb(148, 175, 184)HSL
hsl(195, 20%, 65%)OKLCH
oklch(0.737 0.032 219.9)CMYK
cmyk(20%, 5%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#80A0AA
2#6C919D
3#5D808B
4#506D77
5#425B63
6#354950
7#28373C
8#1B2428
9#0D1214
Tints
Lighter variations
1#9FB7BF
2#A9BFC6
3#B4C7CD
4#BFCFD4
5#C9D7DB
6#D4DFE2
7#DFE7EA
8#EAEFF1
9#F4F7F8
Tones
Muted variations
1#96AEB6
2#97ADB4
3#99ACB2
4#9BABB0
5#9DAAAF
6#9FA9AD
7#A0A8AB
8#A2A8A9
9#A4A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CA #B9CAD0 | BordersInactive statesPlaceholder text |
| 400 | 94AF #94AFB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7598 #7598A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7B #5A7B87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4762 #47626B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3346 #33464D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEFF1;
--silver-200: #D7E1E4;
--silver-300: #B9CAD0;
--silver-400: #94AFB8;
--silver-500: #7598A3;
--silver-600: #5A7B87;
--silver-700: #47626B;
--silver-800: #33464D;
--silver-900: #212D31;
--silver-950: #141C1F;
}