Silver
#BDCCCC
CyanColor Codes
All color formats for development
HEX
#BDCCCCRGB
rgb(189, 204, 204)HSL
hsl(180, 13%, 77%)OKLCH
oklch(0.834 0.016 196.8)CMYK
cmyk(7%, 0%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7BBBB
2#90AAAA
3#7A9999
4#668585
5#556F6F
6#445959
7#334343
8#222C2C
9#111616
Tints
Lighter variations
1#C3D1D1
2#CAD6D6
3#D1DBDB
4#D7E0E0
5#DEE5E5
6#E4EBEB
7#EBF0F0
8#F2F5F5
9#F8FAFA
Tones
Muted variations
1#BDCBCB
2#BECACA
3#BFCACA
4#C0C9C9
5#C1C8C8
6#C1C7C7
7#C2C7C7
8#C3C6C6
9#C4C5C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE2 #DAE2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCC #BDCCCC | BordersInactive statesPlaceholder text |
| 400 | 9AB1 #9AB1B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D9B #7D9B9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627F #627F7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E65 #4E6565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3748 #374848 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2E | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EBEFEF;
--silver-200: #DAE2E2;
--silver-300: #BDCCCC;
--silver-400: #9AB1B1;
--silver-500: #7D9B9B;
--silver-600: #627F7F;
--silver-700: #4E6565;
--silver-800: #374848;
--silver-900: #232E2E;
--silver-950: #161D1D;
}