Silver
#BABFCE
BlueColor Codes
All color formats for development
HEX
#BABFCERGB
rgb(186, 191, 206)HSL
hsl(225, 17%, 77%)OKLCH
oklch(0.805 0.022 271.1)CMYK
cmyk(10%, 7%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3AABE
2#8C95AE
3#757F9D
4#626C8A
5#515A73
6#41485C
7#313645
8#21242E
9#101217
Tints
Lighter variations
1#C1C6D3
2#C8CCD8
3#CFD2DD
4#D6D9E2
5#DDDFE7
6#E4E6EC
7#EAECF0
8#F1F2F5
9#F8F9FA
Tones
Muted variations
1#BBC0CD
2#BCC0CC
3#BDC1CB
4#BEC1CA
5#BFC2C9
6#C0C2C8
7#C1C3C7
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 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABF #BABFCE | BordersInactive statesPlaceholder text |
| 400 | 979E #979EB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7982 #7982A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D67 #5D6783 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A52 #4A5268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353A #353A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #222530 | 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: #EAECF0;
--silver-200: #D8DBE3;
--silver-300: #BABFCE;
--silver-400: #979EB5;
--silver-500: #7982A0;
--silver-600: #5D6783;
--silver-700: #4A5268;
--silver-800: #353A4B;
--silver-900: #222530;
--silver-950: #15171E;
}