Silver
#92ADB9
BlueColor Codes
All color formats for development
HEX
#92ADB9RGB
rgb(146, 173, 185)HSL
hsl(198, 22%, 65%)OKLCH
oklch(0.731 0.034 226.5)CMYK
cmyk(21%, 6%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E9EAC
2#6A8FA0
3#5A7E8E
4#4E6C79
5#415A65
6#344851
7#27363D
8#1A2428
9#0D1214
Tints
Lighter variations
1#9DB6C0
2#A8BEC7
3#B3C6CE
4#BECED5
5#C9D6DC
6#D3DEE3
7#DEE7EA
8#E9EFF1
9#F4F7F8
Tones
Muted variations
1#94ADB7
2#96ACB5
3#98ABB3
4#9AAAB2
5#9CAAB0
6#9EA9AE
7#A0A8AC
8#A2A7AA
9#A4A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CA #B7CAD1 | BordersInactive statesPlaceholder text |
| 400 | 92AE #92AEB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7396 #7396A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 587A #587A89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4661 #46616D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3245 #32454E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202C #202C32 | 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: #E9EFF1;
--silver-200: #D7E1E5;
--silver-300: #B7CAD1;
--silver-400: #92AEB9;
--silver-500: #7396A5;
--silver-600: #587A89;
--silver-700: #46616D;
--silver-800: #32454E;
--silver-900: #202C32;
--silver-950: #141C1F;
}