Silver
#BDBFCB
BlueColor Codes
All color formats for development
HEX
#BDBFCBRGB
rgb(189, 191, 203)HSL
hsl(231, 12%, 77%)OKLCH
oklch(0.807 0.017 278.4)CMYK
cmyk(7%, 6%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7AABA
2#9195A9
3#7B8098
4#686C84
5#565A6E
6#454858
7#343642
8#23242C
9#111216
Tints
Lighter variations
1#C4C6D1
2#CACCD6
3#D1D2DB
4#D8D9E0
5#DEDFE5
6#E5E6EA
7#EBECF0
8#F2F2F5
9#F8F9FA
Tones
Muted variations
1#BEC0CB
2#BFC0CA
3#BFC1C9
4#C0C1C9
5#C1C2C8
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 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBF #BDBFCB | BordersInactive statesPlaceholder text |
| 400 | 9B9E #9B9EB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E83 #7E839A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6367 #63677E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F52 #4F5264 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383A #383A47 | 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: #EBECEF;
--silver-200: #DADBE2;
--silver-300: #BDBFCB;
--silver-400: #9B9EB0;
--silver-500: #7E839A;
--silver-600: #63677E;
--silver-700: #4F5264;
--silver-800: #383A47;
--silver-900: #24252E;
--silver-950: #16171D;
}