Silver
#BFC4CA
GrayColor Codes
All color formats for development
HEX
#BFC4CARGB
rgb(191, 196, 202)HSL
hsl(213, 9%, 77%)OKLCH
oklch(0.818 0.01 252.8)CMYK
cmyk(5%, 3%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AAB0B8
2#949CA6
3#7F8894
4#6B7580
5#59616B
6#474E56
7#363A40
8#24272B
9#121315
Tints
Lighter variations
1#C5CACF
2#CCD0D4
3#D2D6DA
4#D9DBDF
5#DFE1E4
6#E5E7EA
7#ECEDEF
8#F2F3F4
9#F9F9FA
Tones
Muted variations
1#C0C4C9
2#C0C4C9
3#C1C4C8
4#C1C4C8
5#C2C4C7
6#C2C4C6
7#C3C4C6
8#C3C4C5
9#C4C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECED #ECEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDE #DBDEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC4 #BFC4CA | BordersInactive statesPlaceholder text |
| 400 | 9EA5 #9EA5AE | Disabled statesSecondary iconsMuted text |
| 500 | 828B #828B97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 666F #666F7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5158 #515861 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3F #3A3F45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2528 #25282C | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #ECEDEF;
--silver-200: #DBDEE1;
--silver-300: #BFC4CA;
--silver-400: #9EA5AE;
--silver-500: #828B97;
--silver-600: #666F7A;
--silver-700: #515861;
--silver-800: #3A3F45;
--silver-900: #25282C;
--silver-950: #17191C;
}