Silver
#939EB8
BlueColor Codes
All color formats for development
HEX
#939EB8RGB
rgb(147, 158, 184)HSL
hsl(222, 21%, 65%)OKLCH
oklch(0.699 0.04 267.2)CMYK
cmyk(20%, 14%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F8CAB
2#6B7A9E
3#5C6A8C
4#4F5B78
5#414C64
6#343D50
7#272E3C
8#1A1E28
9#0D0F14
Tints
Lighter variations
1#9EA8C0
2#A9B2C7
3#B3BBCE
4#BEC5D5
5#C9CFDC
6#D4D8E3
7#DFE2EA
8#E9ECF1
9#F4F5F8
Tones
Muted variations
1#959FB7
2#97A0B5
3#99A1B3
4#9BA1B1
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 | B8BF #B8BFD1 | BordersInactive statesPlaceholder text |
| 400 | 939E #939EB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7483 #7483A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5967 #596788 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4752 #47526C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323A #323A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202531 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | 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: #B8BFD1;
--silver-400: #939EB8;
--silver-500: #7483A4;
--silver-600: #596788;
--silver-700: #47526C;
--silver-800: #323A4D;
--silver-900: #202531;
--silver-950: #14171F;
}