Silver
#96A9B6
BlueColor Codes
All color formats for development
HEX
#96A9B6RGB
rgb(150, 169, 182)HSL
hsl(204, 18%, 65%)OKLCH
oklch(0.724 0.028 237.8)CMYK
cmyk(18%, 7%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8299A8
2#6F899B
3#5F7889
4#526775
5#445662
6#36454E
7#29343B
8#1B2227
9#0E1114
Tints
Lighter variations
1#A0B2BD
2#ABBAC4
3#B5C3CC
4#C0CBD3
5#CAD4DA
6#D5DDE2
7#DFE5E9
8#EAEEF0
9#F4F6F8
Tones
Muted variations
1#97A9B4
2#99A8B3
3#9BA8B1
4#9CA8AF
5#9EA7AE
6#9FA7AC
7#A1A7AB
8#A3A6A9
9#A4A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC6 #BAC6CF | BordersInactive statesPlaceholder text |
| 400 | 96A9 #96A9B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7890 #7890A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C74 #5C7484 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495C #495C69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A30 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF0;
--silver-200: #D8DFE4;
--silver-300: #BAC6CF;
--silver-400: #96A9B6;
--silver-500: #7890A1;
--silver-600: #5C7484;
--silver-700: #495C69;
--silver-800: #34424B;
--silver-900: #212A30;
--silver-950: #151A1E;
}