Silver
#BABFCF
BlueColor Codes
All color formats for development
HEX
#BABFCFRGB
rgb(186, 191, 207)HSL
hsl(226, 18%, 77%)OKLCH
oklch(0.806 0.023 272)CMYK
cmyk(10%, 8%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3A9BF
2#8B94AF
3#747E9F
4#616B8B
5#515974
6#40475D
7#303546
8#20242E
9#101217
Tints
Lighter variations
1#C1C5D4
2#C8CCD9
3#CFD2DD
4#D5D8E2
5#DCDFE7
6#E3E5EC
7#EAECF1
8#F1F2F5
9#F8F9FA
Tones
Muted variations
1#BBBFCE
2#BCC0CD
3#BDC0CC
4#BEC1CB
5#BFC2CA
6#C0C2C9
7#C1C3C8
8#C2C3C6
9#C3C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABF #BABFCF | BordersInactive statesPlaceholder text |
| 400 | 969D #969DB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7881 #7881A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C65 #5C6584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4951 #495169 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343A #343A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212530 | 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: #F6F7F9;
--silver-100: #EAEBF0;
--silver-200: #D8DBE4;
--silver-300: #BABFCF;
--silver-400: #969DB6;
--silver-500: #7881A1;
--silver-600: #5C6584;
--silver-700: #495169;
--silver-800: #343A4B;
--silver-900: #212530;
--silver-950: #15171E;
}