Silver
#929FB9
BlueColor Codes
All color formats for development
HEX
#929FB9RGB
rgb(146, 159, 185)HSL
hsl(220, 22%, 65%)OKLCH
oklch(0.701 0.041 264.3)CMYK
cmyk(21%, 14%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E8DAC
2#6A7CA0
3#5A6C8E
4#4E5C79
5#414D65
6#343D51
7#272E3D
8#1A1F28
9#0D0F14
Tints
Lighter variations
1#9DA9C0
2#A8B2C7
3#B3BCCE
4#BEC6D5
5#C9CFDC
6#D3D9E3
7#DEE2EA
8#E9ECF1
9#F4F5F8
Tones
Muted variations
1#94A0B7
2#96A1B5
3#98A1B3
4#9AA2B2
5#9CA2B0
6#9EA3AE
7#A0A4AC
8#A2A4AA
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C0 #B7C0D1 | BordersInactive statesPlaceholder text |
| 400 | 929F #929FB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7384 #7384A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5868 #586889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4653 #46536D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323B #323B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202632 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #E9ECF1;
--silver-200: #D7DBE5;
--silver-300: #B7C0D1;
--silver-400: #929FB9;
--silver-500: #7384A5;
--silver-600: #586889;
--silver-700: #46536D;
--silver-800: #323B4E;
--silver-900: #202632;
--silver-950: #14181F;
}