Silver
#BABACF
BlueColor Codes
All color formats for development
HEX
#BABACFRGB
rgb(186, 186, 207)HSL
hsl(240, 18%, 77%)OKLCH
oklch(0.796 0.029 285.7)CMYK
cmyk(10%, 10%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3A3BF
2#8B8BAF
3#74749F
4#61618B
5#515174
6#40405D
7#303046
8#20202E
9#101017
Tints
Lighter variations
1#C1C1D4
2#C8C8D9
3#CFCFDD
4#D5D5E2
5#DCDCE7
6#E3E3EC
7#EAEAF1
8#F1F1F5
9#F8F8FA
Tones
Muted variations
1#BBBBCE
2#BCBCCD
3#BDBDCC
4#BEBECB
5#BFBFCA
6#C0C0C9
7#C1C1C8
8#C2C2C6
9#C3C3C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABA #BABACF | BordersInactive statesPlaceholder text |
| 400 | 9696 #9696B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7878 #7878A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C5C #5C5C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4949 #494969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212130 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEAF0;
--silver-200: #D8D8E4;
--silver-300: #BABACF;
--silver-400: #9696B6;
--silver-500: #7878A1;
--silver-600: #5C5C84;
--silver-700: #494969;
--silver-800: #34344B;
--silver-900: #212130;
--silver-950: #15151E;
}