Silver
#969CB6
BlueColor Codes
All color formats for development
HEX
#969CB6RGB
rgb(150, 156, 182)HSL
hsl(229, 18%, 65%)OKLCH
oklch(0.697 0.039 275.1)CMYK
cmyk(18%, 14%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8289A8
2#6F779B
3#5F6789
4#525875
5#444962
6#363B4E
7#292C3B
8#1B1D27
9#0E0F14
Tints
Lighter variations
1#A0A6BD
2#ABAFC4
3#B5B9CC
4#C0C3D3
5#CACDDA
6#D5D7E2
7#DFE1E9
8#EAEBF0
9#F4F5F8
Tones
Muted variations
1#979DB4
2#999EB3
3#9B9FB1
4#9CA0AF
5#9EA1AE
6#9FA2AC
7#A1A3AB
8#A3A4A9
9#A4A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABE #BABECF | BordersInactive statesPlaceholder text |
| 400 | 969C #969CB6 | Disabled statesSecondary iconsMuted text |
| 500 | 787F #787FA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C63 #5C6384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494F #494F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212430 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEBF0;
--silver-200: #D8DAE4;
--silver-300: #BABECF;
--silver-400: #969CB6;
--silver-500: #787FA1;
--silver-600: #5C6384;
--silver-700: #494F69;
--silver-800: #34384B;
--silver-900: #212430;
--silver-950: #15171E;
}