Silver
#95A9B7
BlueColor Codes
All color formats for development
HEX
#95A9B7RGB
rgb(149, 169, 183)HSL
hsl(205, 19%, 65%)OKLCH
oklch(0.724 0.03 238.4)CMYK
cmyk(19%, 8%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8199A9
2#6D889C
3#5E788A
4#516776
5#435563
6#36444F
7#28333B
8#1B2227
9#0D1114
Tints
Lighter variations
1#9FB1BE
2#AABAC5
3#B5C3CC
4#BFCBD4
5#CAD4DB
6#D5DCE2
7#DFE5E9
8#EAEEF1
9#F4F6F8
Tones
Muted variations
1#96A8B5
2#98A8B3
3#9AA8B2
4#9CA7B0
5#9DA7AE
6#9FA7AD
7#A1A7AB
8#A2A6A9
9#A4A6A7
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 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C6 #B9C6CF | BordersInactive statesPlaceholder text |
| 400 | 95A9 #95A9B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7690 #7690A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B74 #5B7486 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485C #485C6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | 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: #EAEEF1;
--silver-200: #D8DFE4;
--silver-300: #B9C6CF;
--silver-400: #95A9B7;
--silver-500: #7690A2;
--silver-600: #5B7486;
--silver-700: #485C6A;
--silver-800: #34424C;
--silver-900: #212A31;
--silver-950: #151A1E;
}