Silver
#BABDCE
BlueColor Codes
All color formats for development
HEX
#BABDCERGB
rgb(186, 189, 206)HSL
hsl(231, 17%, 77%)OKLCH
oklch(0.801 0.024 277.9)CMYK
cmyk(10%, 8%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3A7BE
2#8C91AE
3#757B9D
4#62688A
5#515673
6#41455C
7#313445
8#21232E
9#101117
Tints
Lighter variations
1#C1C4D3
2#C8CAD8
3#CFD1DD
4#D6D8E2
5#DDDEE7
6#E4E5EC
7#EAEBF0
8#F1F2F5
9#F8F8FA
Tones
Muted variations
1#BBBECD
2#BCBFCC
3#BDBFCB
4#BEC0CA
5#BFC1C9
6#C0C2C8
7#C1C2C7
8#C2C3C6
9#C3C4C5
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 #D8DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABD #BABDCE | BordersInactive statesPlaceholder text |
| 400 | 979B #979BB5 | Disabled statesSecondary iconsMuted text |
| 500 | 797F #797FA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D63 #5D6383 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A4F #4A4F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3538 #35384B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #222430 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEBF0;
--silver-200: #D8DAE3;
--silver-300: #BABDCE;
--silver-400: #979BB5;
--silver-500: #797FA0;
--silver-600: #5D6383;
--silver-700: #4A4F68;
--silver-800: #35384B;
--silver-900: #222430;
--silver-950: #15161E;
}