Silver
#939FB8
BlueColor Codes
All color formats for development
HEX
#939FB8RGB
rgb(147, 159, 184)HSL
hsl(221, 21%, 65%)OKLCH
oklch(0.701 0.039 265)CMYK
cmyk(20%, 14%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F8DAB
2#6B7B9E
3#5C6B8C
4#4F5C78
5#414C64
6#343D50
7#272E3C
8#1A1F28
9#0D0F14
Tints
Lighter variations
1#9EA8C0
2#A9B2C7
3#B3BCCE
4#BEC5D5
5#C9CFDC
6#D4D9E3
7#DFE2EA
8#E9ECF1
9#F4F5F8
Tones
Muted variations
1#95A0B7
2#97A0B5
3#99A1B3
4#9BA2B1
5#9CA2AF
6#9EA3AD
7#A0A4AB
8#A2A4A9
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 | B8C0 #B8C0D1 | BordersInactive statesPlaceholder text |
| 400 | 939F #939FB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7483 #7483A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5968 #596888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4752 #47526C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323B #323B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202631 | 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: #B8C0D1;
--silver-400: #939FB8;
--silver-500: #7483A4;
--silver-600: #596888;
--silver-700: #47526C;
--silver-800: #323B4D;
--silver-900: #202631;
--silver-950: #14181F;
}