Silver
#BDBDCB
BlueColor Codes
All color formats for development
HEX
#BDBDCBRGB
rgb(189, 189, 203)HSL
hsl(240, 12%, 77%)OKLCH
oklch(0.803 0.02 286)CMYK
cmyk(7%, 7%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7A7BA
2#9191A9
3#7B7B98
4#686884
5#56566E
6#454558
7#343442
8#23232C
9#111116
Tints
Lighter variations
1#C4C4D1
2#CACAD6
3#D1D1DB
4#D8D8E0
5#DEDEE5
6#E5E5EA
7#EBEBF0
8#F2F2F5
9#F8F8FA
Tones
Muted variations
1#BEBECB
2#BFBFCA
3#BFBFC9
4#C0C0C9
5#C1C1C8
6#C2C2C7
7#C2C2C6
8#C3C3C6
9#C4C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBD #BDBDCB | BordersInactive statesPlaceholder text |
| 400 | 9B9B #9B9BB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E7E #7E7E9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6363 #63637E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3838 #383847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242E | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F8;
--silver-100: #EBEBEF;
--silver-200: #DADAE2;
--silver-300: #BDBDCB;
--silver-400: #9B9BB0;
--silver-500: #7E7E9A;
--silver-600: #63637E;
--silver-700: #4F4F64;
--silver-800: #383847;
--silver-900: #24242E;
--silver-950: #16161D;
}