Silver
#92A3B9
BlueColor Codes
All color formats for development
HEX
#92A3B9RGB
rgb(146, 163, 185)HSL
hsl(214, 22%, 65%)OKLCH
oklch(0.71 0.038 254.9)CMYK
cmyk(21%, 12%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E92AC
2#6A81A0
3#5A718E
4#4E6179
5#415065
6#344051
7#27303D
8#1A2028
9#0D1014
Tints
Lighter variations
1#9DACC0
2#A8B6C7
3#B3BFCE
4#BEC8D5
5#C9D1DC
6#D3DAE3
7#DEE3EA
8#E9EDF1
9#F4F6F8
Tones
Muted variations
1#94A3B7
2#96A4B5
3#98A4B3
4#9AA4B2
5#9CA4B0
6#9EA5AE
7#A0A5AC
8#A2A5AA
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DD #D7DDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C3 #B7C3D1 | BordersInactive statesPlaceholder text |
| 400 | 92A3 #92A3B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7389 #7389A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586D #586D89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4657 #46576D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323E #323E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2028 #202832 | Primary textHigh emphasis contentDark headings |
| 950 | 1419 #14191F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #E9EDF1;
--silver-200: #D7DDE5;
--silver-300: #B7C3D1;
--silver-400: #92A3B9;
--silver-500: #7389A5;
--silver-600: #586D89;
--silver-700: #46576D;
--silver-800: #323E4E;
--silver-900: #202832;
--silver-950: #14191F;
}