{"product_id":"epson-cw-c6000-c6500-cmyk-ink-set-sjic35p-4-cartridges","title":"Epson CW-C6000\/C6500 CMYK Ink Set - SJIC35P - 4 Cartridges","description":"\u003cstyle\u003e\n  :root{\n    --ff-blue:#316C9C;\n    --ff-blue-dark:#23527a;\n    --ff-ink:#0f172a;\n    --ff-muted:#475569;\n    --ff-border:#e5e7eb;\n    --ff-bg:#f6fbff;\n    --ff-pill:#e8f2fb;\n    --ff-shadow: 0 12px 34px rgba(15, 23, 42, 0.09);\n    --ff-radius: 16px;\n  }\n\n  .ff-wrap{ font-family: Arial, Helvetica, sans-serif; line-height:1.65; color:#0f172a; max-width:1000px; margin:0 auto; padding:18px 14px 26px; }\n  .ff-card{ background:#fff; border:1px solid var(--ff-border); border-radius:var(--ff-radius); box-shadow:var(--ff-shadow); }\n  .ff-soft{ background:var(--ff-bg); border:1px solid #dbeafe; border-radius:var(--ff-radius); }\n  .ff-section{ margin-top:16px; padding:18px; }\n  .ff-section.ff-card{ padding:18px; }\n  .ff-h3{ margin:0 0 10px; font-size:18px; letter-spacing:-0.2px; }\n  .ff-muted{ color:var(--ff-muted); }\n  .ff-note{ margin:10px 0 0; font-size:13px; color:var(--ff-muted); }\n\n  .ff-topbar{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:12px 14px; }\n  .ff-brandline{ display:flex; align-items:center; gap:10px; font-weight:700; letter-spacing:-0.2px; }\n  .ff-dot{ width:8px; height:8px; border-radius:99px; background:var(--ff-blue); display:inline-block; }\n  .ff-nav{ display:flex; flex-wrap:wrap; gap:8px; justify-content:flex-end; }\n  .ff-pilllink{\n    display:inline-flex; align-items:center; gap:8px;\n    padding:7px 10px; border-radius:999px;\n    background:var(--ff-pill); border:1px solid #cfe6fb;\n    color:var(--ff-blue-dark); text-decoration:none; font-weight:700; font-size:12.5px;\n    white-space:nowrap;\n  }\n  .ff-pilllink:hover{ background:#dff0ff; }\n\n  .ff-hero{ padding:18px; }\n  .ff-badge{\n    display:inline-flex; align-items:center; gap:8px;\n    padding:6px 10px; border-radius:999px;\n    background:rgba(49,108,156,0.10);\n    border:1px solid rgba(49,108,156,0.22);\n    color:var(--ff-blue-dark);\n    font-weight:800; font-size:12.5px;\n    margin-bottom:10px;\n  }\n  .ff-title{ margin:0; font-size:26px; letter-spacing:-0.5px; line-height:1.2; }\n  .ff-sub{ margin:10px 0 0; color:var(--ff-muted); font-size:14.5px; }\n  .ff-hero-cta{ margin-top:14px; display:flex; flex-wrap:wrap; gap:10px; }\n  .ff-btn{\n    display:inline-flex; align-items:center; justify-content:center; gap:10px;\n    padding:11px 14px; border-radius:12px;\n    border:1px solid var(--ff-border);\n    text-decoration:none; font-weight:800; font-size:14px;\n    min-height:44px;\n  }\n  .ff-btn-primary{ background:var(--ff-blue); color:#fff; border-color:rgba(49,108,156,0.65); box-shadow:0 10px 22px rgba(49,108,156,0.18); }\n  .ff-btn-primary:hover{ background:var(--ff-blue-dark); }\n  .ff-btn-secondary{ background:#fff; color:var(--ff-blue-dark); }\n  .ff-btn-secondary:hover{ background:var(--ff-bg); }\n\n  .ff-trust{ margin-top:14px; display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }\n  .ff-trustpill{\n    display:inline-flex; align-items:center; gap:8px;\n    padding:8px 10px; border-radius:999px;\n    background:#fff; border:1px solid var(--ff-border);\n    color:var(--ff-muted); font-weight:700; font-size:12.5px;\n  }\n  .ff-ico{ width:16px; height:16px; flex:0 0 16px; color:var(--ff-blue-dark); }\n\n  .ff-mini-grid{ display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:12px; margin-top:14px; }\n  .ff-mini{ padding:14px; border:1px solid var(--ff-border); border-radius:14px; background:#fff; }\n  .ff-mini h4{ margin:0 0 6px; font-size:14px; letter-spacing:-0.2px; display:flex; align-items:center; gap:8px; }\n  .ff-mini p{ margin:0; color:var(--ff-muted); font-size:13.5px; }\n\n  .ff-row{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:12px; }\n  .ff-box{ padding:14px; border:1px solid var(--ff-border); border-radius:14px; background:#fff; }\n  .ff-box h4{ margin:0 0 8px; font-size:14.5px; letter-spacing:-0.2px; }\n  .ff-list{ margin:0; padding-left:18px; color:var(--ff-muted); }\n  .ff-list li{ margin:6px 0; }\n  .ff-grid{ display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:12px; margin-top:12px; }\n\n  .ff-spec{ width:100%; border-collapse:collapse; overflow:hidden; border:1px solid var(--ff-border); border-radius:14px; background:#fff; }\n  .ff-spec tr{ border-bottom:1px solid var(--ff-border); }\n  .ff-spec tr:last-child{ border-bottom:none; }\n  .ff-spec th, .ff-spec td{ text-align:left; padding:10px 12px; vertical-align:top; font-size:13.5px; }\n  .ff-spec th{ width:34%; color:var(--ff-ink); background:#fafcff; font-weight:800; }\n  .ff-spec td{ color:var(--ff-muted); }\n\n  .ff-faq details{ border:1px solid var(--ff-border); border-radius:14px; background:#fff; padding:10px 12px; margin-top:10px; }\n  .ff-faq summary{ cursor:pointer; list-style:none; display:flex; align-items:flex-start; justify-content:space-between; gap:12px; font-weight:900; letter-spacing:-0.2px; }\n  .ff-faq summary::-webkit-details-marker{ display:none; }\n  .ff-faq .ff-faq-a{ margin-top:8px; color:var(--ff-muted); font-size:13.5px; }\n  .ff-chev{ width:18px; height:18px; color:var(--ff-blue-dark); flex:0 0 18px; margin-top:2px; }\n  details[open] .ff-chev{ transform:rotate(180deg); }\n\n  .ff-cta{ padding:18px; background:linear-gradient(180deg, #ffffff 0%, #f6fbff 100%); border:1px solid #dbeafe; border-radius:var(--ff-radius); box-shadow:var(--ff-shadow); margin-top:16px; }\n  .ff-cta h3{ margin:0; font-size:18px; letter-spacing:-0.2px; }\n  .ff-cta p{ margin:8px 0 0; color:var(--ff-muted); font-size:14px; }\n  .ff-cta .ff-hero-cta{ margin-top:12px; }\n\n  @media (max-width: 820px){\n    .ff-row{ grid-template-columns:1fr; }\n    .ff-grid{ grid-template-columns:1fr; }\n    .ff-mini-grid{ grid-template-columns:1fr; }\n    .ff-title{ font-size:22px; }\n    .ff-topbar{ flex-direction:column; align-items:flex-start; }\n    .ff-nav{ justify-content:flex-start; }\n  }\n\u003c\/style\u003e\n\u003csection id=\"epson-cw-c6000-c6500-cmyk-ink-set-sjic35p\" class=\"ff-wrap\"\u003e\n\u003cdiv class=\"ff-topbar ff-card\"\u003e\n\u003cdiv class=\"ff-brandline\"\u003e\n\u003cspan class=\"ff-dot\"\u003e\u003c\/span\u003e \u003cspan\u003eForeFront Label Solutions - Canada\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cnav class=\"ff-nav\"\u003e\u003ca class=\"ff-pilllink\" href=\"#ff-overview\"\u003eOverview\u003c\/a\u003e \u003ca class=\"ff-pilllink\" href=\"#ff-included\"\u003eIncluded\u003c\/a\u003e \u003ca class=\"ff-pilllink\" href=\"#ff-compat\"\u003eCompatibility\u003c\/a\u003e \u003ca class=\"ff-pilllink\" href=\"#ff-faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-hero ff-soft ff-section\" id=\"ff-overview\"\u003e\n\u003cdiv class=\"ff-badge\"\u003eEpson ColorWorks C6000\/C6500 inks - SJIC35P CMYK set\u003c\/div\u003e\n\u003ch2 class=\"ff-title\"\u003eEpson CW-C6000\/C6500 CMYK Ink Set - SJIC35P - 4 Cartridges\u003c\/h2\u003e\n\u003cp class=\"ff-sub\"\u003eGenuine Epson CW-C6000\/C6500 ink set for ColorWorks C6000 and C6500 label printers. This 4-cartridge set includes cyan, magenta, yellow, and your choice of either gloss black or matte black, so you can match the correct black cartridge to your printer configuration and label media.\u003c\/p\u003e\n\u003cdiv class=\"ff-hero-cta\"\u003e\n\u003ca class=\"ff-btn ff-btn-primary\" href=\"\/pages\/contact\"\u003eTalk to a Specialist\u003c\/a\u003e \u003ca class=\"ff-btn ff-btn-secondary\" href=\"\/collections\/epson-cw-c6000-c6500-inks\"\u003eShop C6000\/C6500 Inks\u003c\/a\u003e \u003ca class=\"ff-btn ff-btn-secondary\" href=\"\/collections\/epson-cw-c6000-c6500-labels\"\u003eShop Matching Labels\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-trust\"\u003e\n\u003cdiv class=\"ff-trustpill\"\u003eGenuine Epson ink\u003c\/div\u003e\n\u003cdiv class=\"ff-trustpill\"\u003eCanada-based support\u003c\/div\u003e\n\u003cdiv class=\"ff-trustpill\"\u003eGloss or matte black choice\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-mini-grid\"\u003e\n\u003cdiv class=\"ff-mini\"\u003e\n\u003ch4\u003eComplete CMYK reorder\u003c\/h4\u003e\n\u003cp\u003eOrder cyan, magenta, yellow, and the correct black cartridge together instead of managing each colour separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-mini\"\u003e\n\u003ch4\u003eChoose the right black\u003c\/h4\u003e\n\u003cp\u003eSelect Gloss Black Set or Matte Black Set based on your CW-C6000\/C6500 setup and label material.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-mini\"\u003e\n\u003ch4\u003eBuilt for label workflows\u003c\/h4\u003e\n\u003cp\u003eIdeal for businesses printing product labels, barcode labels, food labels, cosmetics labels, and short-run packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-section ff-card\" id=\"ff-included\"\u003e\n\u003ch3 class=\"ff-h3\"\u003eWhat’s included in the set\u003c\/h3\u003e\n\u003cbr\u003e\n\u003ctable class=\"ff-spec\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eCyan\u003c\/th\u003e\n\u003ctd\u003e1 × Epson CW-C6000\/C6500 Cyan Ink Cartridge, SJIC35P(C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMagenta\u003c\/th\u003e\n\u003ctd\u003e1 × Epson CW-C6000\/C6500 Magenta Ink Cartridge, SJIC35P(M)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eYellow\u003c\/th\u003e\n\u003ctd\u003e1 × Epson CW-C6000\/C6500 Yellow Ink Cartridge, SJIC35P(Y)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBlack\u003c\/th\u003e\n\u003ctd\u003eChoose 1 × Epson CW-C6000\/C6500 Gloss Black Ink Cartridge SJIC35P(BK) or 1 × Epson CW-C6000\/C6500 Matte Black Ink Cartridge SJIC35P(MK).\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"ff-note\"\u003eImportant: CW-C6000\/C6500 black ink comes in two versions. Choose Gloss Black Set if your printer is configured for gloss black. Choose Matte Black Set if your printer is configured for matte black. If you are unsure, contact ForeFront before ordering.\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-section ff-card\"\u003e\n\u003ch3 class=\"ff-h3\"\u003eWhy buy the full C6000\/C6500 ink set?\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cdiv class=\"ff-row\"\u003e\n\u003cdiv class=\"ff-box\"\u003e\n\u003ch4\u003eThe value punch\u003c\/h4\u003e\n\u003cul class=\"ff-list\"\u003e\n\u003cli\u003eHelps reduce downtime from running out of one colour during active label production.\u003c\/li\u003e\n\u003cli\u003eSimplifies the reorder process for businesses using Epson CW-C6000 and CW-C6500 printers.\u003c\/li\u003e\n\u003cli\u003ePairs naturally with compatible inkjet label rolls from ForeFront Label Solutions.\u003c\/li\u003e\n\u003cli\u003eUseful for teams printing product labels, barcode labels, shelf labels, and short-run packaging.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-box\"\u003e\n\u003ch4\u003eBest-fit buyers\u003c\/h4\u003e\n\u003cul class=\"ff-list\"\u003e\n\u003cli\u003eFood and beverage producers\u003c\/li\u003e\n\u003cli\u003eCosmetics and personal care brands\u003c\/li\u003e\n\u003cli\u003eRetail and warehouse label users\u003c\/li\u003e\n\u003cli\u003eBusinesses reordering Epson ColorWorks consumables\u003c\/li\u003e\n\u003cli\u003eTeams that want a reliable backup ink set on hand\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-section ff-soft\" id=\"ff-compat\"\u003e\n\u003ch3 class=\"ff-h3\"\u003eCompatibility and black ink selection\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cp style=\"margin: 0;\" class=\"ff-muted\"\u003eThis ink set is made for Epson ColorWorks CW-C6000 and CW-C6500 label printers using the SJIC35P ink family. The cyan, magenta, and yellow cartridges are used across the C6000\/C6500 platform. The black cartridge must match your printer’s gloss black or matte black setup.\u003c\/p\u003e\n\u003cdiv class=\"ff-row\" style=\"margin-top: 12px;\"\u003e\n\u003cdiv class=\"ff-box\"\u003e\n\u003ch4\u003eChoose Gloss Black Set when...\u003c\/h4\u003e\n\u003cul class=\"ff-list\"\u003e\n\u003cli\u003eYour CW-C6000\/C6500 uses gloss black ink.\u003c\/li\u003e\n\u003cli\u003eYou print on glossy or semi-gloss label materials.\u003c\/li\u003e\n\u003cli\u003eYour current black cartridge is the gloss black version.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-box\"\u003e\n\u003ch4\u003eChoose Matte Black Set when...\u003c\/h4\u003e\n\u003cul class=\"ff-list\"\u003e\n\u003cli\u003eYour CW-C6000\/C6500 uses matte black ink.\u003c\/li\u003e\n\u003cli\u003eYou print on matte paper or matte synthetic label materials.\u003c\/li\u003e\n\u003cli\u003eYour current black cartridge is the matte black version.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ff-note\"\u003eNot sure which black cartridge your printer uses? Send us your printer model and current cartridge part number before ordering and we will help confirm.\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-section ff-card\" id=\"ff-specs\"\u003e\n\u003ch3 class=\"ff-h3\"\u003eSpecifications\u003c\/h3\u003e\n\u003cbr\u003e\n\u003ctable class=\"ff-spec\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct\u003c\/th\u003e\n\u003ctd\u003eGenuine Epson CW-C6000\/C6500 CMYK Ink Set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInk family\u003c\/th\u003e\n\u003ctd\u003eSJIC35P\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded colours\u003c\/th\u003e\n\u003ctd\u003eCyan, Magenta, Yellow, and either Gloss Black or Matte Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompatible printer family\u003c\/th\u003e\n\u003ctd\u003eEpson ColorWorks CW-C6000 and CW-C6500\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCartridge count\u003c\/th\u003e\n\u003ctd\u003e4 cartridges\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse case\u003c\/th\u003e\n\u003ctd\u003eOn-demand color label printing, product labels, barcode labels, food labels, cosmetics labels, retail labels, and warehouse labels.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-section ff-card ff-faq\" id=\"ff-faq\"\u003e\n\u003ch3 class=\"ff-h3\"\u003eFAQ\u003c\/h3\u003e\n\u003cbr\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eShould I choose Gloss Black Set or Matte Black Set? \u003cspan class=\"ff-chev\"\u003e⌄\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ff-faq-a\"\u003eChoose the set that matches your CW-C6000\/C6500 printer configuration and label media. Gloss black is generally used for gloss-oriented setups, while matte black is used for matte-oriented setups. If you are unsure, contact ForeFront before ordering.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this set include all four colours? \u003cspan class=\"ff-chev\"\u003e⌄\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ff-faq-a\"\u003eYes. This set includes cyan, magenta, yellow, and one black cartridge. You choose whether the black cartridge is gloss black or matte black.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this an original Epson ink set? \u003cspan class=\"ff-chev\"\u003e⌄\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ff-faq-a\"\u003eYes. This set is built from genuine Epson CW-C6000\/C6500 SJIC35P ink cartridges.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order matching label rolls with this ink set? \u003cspan class=\"ff-chev\"\u003e⌄\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ff-faq-a\"\u003eYes. ForeFront Label Solutions supplies compatible inkjet label rolls for Epson ColorWorks printers. If you need help matching labels to your printer and application, contact us before ordering.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-cta\"\u003e\n\u003ch3\u003eNeed help choosing the correct black cartridge?\u003c\/h3\u003e\n\u003cp\u003eSend us your CW-C6000\/C6500 model, current black cartridge, or label material. We will help confirm whether you need the Gloss Black Set or Matte Black Set.\u003c\/p\u003e\n\u003cdiv class=\"ff-hero-cta\"\u003e\n\u003ca class=\"ff-btn ff-btn-primary\" href=\"\/pages\/contact\"\u003eGet Compatibility Help\u003c\/a\u003e \u003ca class=\"ff-btn ff-btn-secondary\" href=\"\/collections\/epson-cw-c6000-c6500-inks\"\u003eShop All C6000\/C6500 Inks\u003c\/a\u003e \u003ca class=\"ff-btn ff-btn-secondary\" href=\"\/collections\/epson-cw-c6000-c6500-labels\"\u003eShop Matching Labels\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Epson ColorWorks","offers":[{"title":"Matte Black","offer_id":53934756790636,"sku":"C6000INKSET-MATTE","price":332.0,"currency_code":"CAD","in_stock":true},{"title":"Gloss Black","offer_id":53934756823404,"sku":"C6000INKSET-GLOSS","price":332.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0954\/2696\/9964\/files\/EpsonCW-C6000-C6500inksetSJIC35P.jpg?v=1782096665","url":"https:\/\/forefrontlabel.ca\/products\/epson-cw-c6000-c6500-cmyk-ink-set-sjic35p-4-cartridges","provider":"ForeFront Label Solutions Canada","version":"1.0","type":"link"}