Silver
#BDCBCC
CyanColor Codes
All color formats for development
HEX
#BDCBCCRGB
rgb(189, 203, 204)HSL
hsl(184, 13%, 77%)OKLCH
oklch(0.832 0.015 202)CMYK
cmyk(7%, 0%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7BABB
2#90A8AA
3#7A9799
4#668385
5#556D6F
6#445759
7#334243
8#222C2C
9#111616
Tints
Lighter variations
1#C3D0D1
2#CAD5D6
3#D1DBDB
4#D7E0E0
5#DEE5E5
6#E4EAEB
7#EBEFF0
8#F2F5F5
9#F8FAFA
Tones
Muted variations
1#BDCACB
2#BECACA
3#BFC9CA
4#C0C8C9
5#C1C8C8
6#C1C7C7
7#C2C6C7
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 | BDCB #BDCBCC | BordersInactive statesPlaceholder text |
| 400 | 9AB0 #9AB0B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D99 #7D999B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627D #627D7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E63 #4E6365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3747 #374748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2E | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | 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: #BDCBCC;
--silver-400: #9AB0B1;
--silver-500: #7D999B;
--silver-600: #627D7F;
--silver-700: #4E6365;
--silver-800: #374748;
--silver-900: #232D2E;
--silver-950: #161C1D;
}