Silver
#BDBECB
BlueColor Codes
All color formats for development
HEX
#BDBECBRGB
rgb(189, 190, 203)HSL
hsl(236, 12%, 77%)OKLCH
oklch(0.805 0.018 282.5)CMYK
cmyk(7%, 6%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7A9BA
2#9193A9
3#7B7D98
4#686A84
5#56586E
6#454658
7#343542
8#23232C
9#111216
Tints
Lighter variations
1#C4C5D1
2#CACBD6
3#D1D2DB
4#D8D8E0
5#DEDFE5
6#E5E5EA
7#EBECF0
8#F2F2F5
9#F8F9FA
Tones
Muted variations
1#BEBFCB
2#BFBFCA
3#BFC0C9
4#C0C1C9
5#C1C1C8
6#C2C2C7
7#C2C3C6
8#C3C3C6
9#C4C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBE #BDBECB | BordersInactive statesPlaceholder text |
| 400 | 9B9C #9B9CB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E80 #7E809A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6365 #63657E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F50 #4F5064 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3839 #383947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2425 #24252E | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EBEBEF;
--silver-200: #DADAE2;
--silver-300: #BDBECB;
--silver-400: #9B9CB0;
--silver-500: #7E809A;
--silver-600: #63657E;
--silver-700: #4F5064;
--silver-800: #383947;
--silver-900: #24252E;
--silver-950: #16171D;
}