Silver
#92A9B9
BlueColor Codes
All color formats for development
HEX
#92A9B9RGB
rgb(146, 169, 185)HSL
hsl(205, 22%, 65%)OKLCH
oklch(0.722 0.035 238.4)CMYK
cmyk(21%, 9%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E99AC
2#6A89A0
3#5A788E
4#4E6779
5#415665
6#344551
7#27343D
8#1A2228
9#0D1114
Tints
Lighter variations
1#9DB2C0
2#A8BAC7
3#B3C3CE
4#BECBD5
5#C9D4DC
6#D3DDE3
7#DEE5EA
8#E9EEF1
9#F4F6F8
Tones
Muted variations
1#94A9B7
2#96A8B5
3#98A8B3
4#9AA8B2
5#9CA7B0
6#9EA7AE
7#A0A7AC
8#A2A6AA
9#A4A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C7 #B7C7D1 | BordersInactive statesPlaceholder text |
| 400 | 92A9 #92A9B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7390 #7390A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5874 #587489 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465D #465D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A32 | 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: #E9EEF1;
--silver-200: #D7DFE5;
--silver-300: #B7C7D1;
--silver-400: #92A9B9;
--silver-500: #7390A5;
--silver-600: #587489;
--silver-700: #465D6D;
--silver-800: #32424E;
--silver-900: #202A32;
--silver-950: #141A1F;
}