After Dark 250g
.dcb { --cream:#f2f2f2; --espresso:#1a1007; --roast:#3b1e08; --gold:#c8942a; --mid:#6b5040; --border:#e2e2e2; font-family:'Poppins',sans-serif; color:var(--espresso); line-height:1 .7; -webkit-font-smoothing:antialiased; } .dcb *, .dcb *::before, .dcb *::after { box-sizing:border-box; font-family:'Poppins',sans-serif; } .dcb-wrap { max-width:980px; } .dcb p { font-size:.93rem; color:var(--mid); line-height:1.8; margin:0 0 .9rem; } .dcb p strong { color:var(--espresso); } .dcb a { color:var(--gold); font-weight:700; text-decoration:none; } .dcb a:hover { text-decoration:underline; } .dcb-intro { padding-bottom:1rem; border-bottom:2px solid var(--border); margin-bottom:1rem; } .dcb-sub { font-size:.62rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:var(--espresso) !important; -webkit-text-fill-color:var(--espresso) !important; display:block; margin-bottom:.6rem; } .dcb h2.dcb-h1 { font-size:1.7rem !important; font-weight:800 !important; color:var(--espresso) !important; -webkit-text-fill-color:var(--espresso) !important; line-height:1.2 !important; margin:0 0 .3rem !important; } .dcb h2.dcb-h1 span { color:var(--espresso) !important; -webkit-text-fill-color:var(--espresso) !important; } .dcb h2.dcb-h2 { font-size:.95rem !important; font-weight:700 !important; color:var(--mid) !important; -webkit-text-fill-color:var(--mid) !important; margin:0 0 .9rem !important; } .dcb-lead { font-size:1rem !important; color:var(--espresso) !important; } .dcb h3 { font-size:1.25rem; font-weight:800; color:var(--espresso); margin:1.6rem 0 .5rem; } .dcb h3 span { color:var(--espresso); } .dcb-stats { display:grid; grid-template-columns:repeat(auto-fit,minmax(120px,1fr)); gap:.5rem; margin:.9rem 0; } .dcb-stat { border:1px solid var(--border); border-radius:6px; padding:.6rem .7rem; background:var(--cream); text-align:center; } .dcb-stat b { font-size:1.1rem; font-weight:800; color:var(--espresso); display:block; line-height:1.1; } .dcb-stat span { font-size:.72rem; color:var(--mid); display:block; margin-top:.15rem; } .dcb-badges { display:flex; flex-wrap:wrap; gap:.35rem; margin:.75rem 0; } .dcb-badge { font-size:.68rem; font-weight:800; padding:.25rem .6rem; border-radius:20px; border:1px solid var(--border); background:var(--cream); color:var(--espresso); } .dcb-badge.dk { background:var(--espresso); color:#fff; border-color:var(--espresso); } .dcb-ship { background:var(--cream); border:1px solid var(--border); border-left:3px solid var(--espresso); border-radius:4px; padding:.6rem .8rem; font-size:.85rem; color:var(--espresso); margin:.9rem 0; } .dcb-ship strong { color:var(--espresso); } .dcb-feat { display:grid; grid-template-columns:repeat(3, 1fr); gap:.6rem; margin:.75rem 0; } .dcb-fc { border:1px solid var(--border); border-top:3px solid var(--espresso); border-radius:6px; padding:.7rem .8rem; background:var(--cream); } .dcb-fc b { font-size:.85rem; font-weight:800; color:var(--espresso); display:block; margin-bottom:.2rem; } .dcb-fc p { margin:0; font-size:.83rem; } .dcb-origins { display:grid; grid-template-columns:repeat(4,1fr); gap:.5rem; margin:.75rem 0; } .dcb-or { border:1px solid var(--border); border-radius:6px; padding:.6rem .75rem; background:var(--cream); font-size:.83rem; color:var(--mid); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } .dcb-or b { color:var(--espresso); } .dcb-brew { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:.6rem; margin:.75rem 0; } .dcb-bc { border:1px solid var(--border); border-radius:6px; padding:.7rem .8rem; background:var(--cream); } .dcb-bc b { font-size:.83rem; font-weight:800; color:var(--espresso); display:block; margin-bottom:.35rem; } .dcb-bc table { width:100%; border-collapse:collapse; font-size:.78rem; } .dcb-bc td { padding:.15rem 0; vertical-align:top; } .dcb-bc td:first-child { font-weight:700; color:var(--espresso); width:45%; } .dcb-bc td:last-child { color:var(--mid); } .dcb-spec { width:100%; border-collapse:collapse; margin:.75rem 0; font-size:.83rem; } .dcb-spec td { padding:.5rem .7rem; border-bottom:1px solid var(--border); vertical-align:top; } .dcb-spec tr td:first-child { font-weight:800; color:var(--espresso); width:34%; background:var(--cream); } .dcb-spec tr td:last-child { color:var(--mid); } .dcb-two { display:grid; grid-template-columns:1fr 1fr; gap:.6rem; margin:.75rem 0; } .dcb-card { border:1px solid var(--border); border-radius:6px; padding:.7rem .8rem; background:var(--cream); } .dcb-card b { font-size:.83rem; font-weight:800; display:block; margin-bottom:.35rem; } .dcb-card.yes { border-left:3px solid var(--espresso); } .dcb-card.yes b { color:var(--espresso); } .dcb-card.no { border-left:3px solid #b0b0b0; } .dcb-card.no b { color:#777; } .dcb-card ul { margin:0; padding-left:1rem; } .dcb-card li { font-size:.83rem; color:var(--mid); margin-bottom:.25rem; line-height:1.5; } .dcb-card.yes li a, .dcb-card.no li a { color:var(--gold); } .dcb-acc { border:1px solid var(--border); border-radius:6px; margin-bottom:.45rem; background:var(--cream); overflow:hidden; } .dcb-acc summary { font-weight:800; font-size:.88rem; color:var(--espresso); padding:.75rem 2.2rem .75rem .75rem; cursor:pointer; list-style:none; position:relative; line-height:1.4; } .dcb-acc summary::-webkit-details-marker { display:none; } .dcb-acc summary::after { content:"+"; position:absolute; right:.75rem; top:50%; transform:translateY(-50%); font-size:1.15rem; font-weight:800; color:var(--espresso); } .dcb-acc[open] summary::after { content:"–"; } .dcb-acc[open] summary { border-bottom:1px solid var(--border); color:var(--espresso); } .dcb-acc-body { padding:.7rem .75rem; } .dcb-acc-body p { margin:0; } @media only screen and (max-width: 768px) { .dcb-feat { grid-template-columns:1fr; } .dcb-two { grid-template-columns:1fr; } .dcb-origins { grid-template-columns:1fr; } } Dipacci Espresso — Coffee Blend — Dark Roast After Dark 250g Dark Roast Dark Roast · Four-Origin Blend · Espresso & Milk-Based Drinks · 250g Bold, intense and full-bodied — a four-origin dark roast built to cut through milk and deliver a powerful, satisfying cup every time. Indulge in the rich, intense world of the After Dark Blend. This dark roast coffee is meticulously crafted to deliver a flavour experience that's both bold and satisfying — robust and full-bodied, with caramel sweetness, a subtle hint of red berries, and a long, smooth finish that keeps you coming back. If you love a strong, dark, intense coffee that powers through milk in a flat white, latte or cappuccino, After Dark is the blend for you — equally at home as a punchy straight espresso or the backbone of a rich milk-based drink. DarkRoast Level 4Origins 250gBag Size FreshRoasted to Order 🔥 Dark Roast 💪 Bold & Intense 🍮 Caramel Notes 🍓 Hint of Red Berries 🌍 4-Origin Blend 🥛 Cuts Through Milk ✅ In Stock — Australia Free shipping Australia-wide on all coffee beans. Roasted to order and dispatched fresh, with tracked delivery on every order. Flavour Profile — After Dark Blend Tasting notes: 💪 Intense · 🍮 Caramel · 🍓 Red Berries · ☕ Rich A robust, captivating cup with caramel sweetness balanced by subtle red-berry fruitiness and a long, smooth finish. Bold and full-bodied without harshness — built for drinkers who want a powerful, satisfying coffee. Roast Dark Body Full-bodied, robust Sweetness Caramel notes Fruit Subtle red berries Finish Long and smooth Why Choose This Dark Roast 💪 Bold, Intense FlavourA powerful, robust taste — for drinkers who want maximum strength and depth, not a subtle or delicate brew. 🍮 Caramel SweetnessNatural caramel undertones balance the dark roast's intensity, creating a satisfying sweetness black or with milk. 🍓 Hint of Red BerriesSubtle fruity accents lift the flavour profile — an unexpected brightness within an otherwise deep, dark roast. 🥛 Built for Milk DrinksA dark roast and full body mean the coffee holds its character through milk — ideal for flat whites, lattes and cappuccinos. ☕ Long, Smooth FinishThe lingering, smooth finish is what keeps you coming back — clean and satisfying rather than bitter or harsh. 🌍 Four-Origin BlendBeans from Colombia, Brazil, Ethiopia and Papua New Guinea are combined for body, sweetness, aroma and depth. Where the After Dark Beans Come From 🇨🇴 Colombia — balanced, smooth base. 🇧🇷 Brazil — chocolatey, adds crema. 🇪🇹 Ethiopia — red-berry character. 🇵🇬 Papua New Guinea — earthy depth. How to Brew After Dark at Home ☕ Espresso (House Baseline) Dose 21g in portafilter Yield 40ml output Time 30 seconds Grind Fine — adjust to taste 🫖 Filter / Pour-Over Dose 60g per litre of water Water Temp 90–93°C Brew Time 3–4 minutes total Grind Medium — like table salt 🫙 French Press / Plunger Dose 70g per litre of water Water Temp 90–93°C Brew Time 4 min steep, then press Grind Coarse — like coarse salt After Dark Blend — Full Specifications Product Name Dipacci Espresso After Dark 250g Roast Level Dark Bag Size 250g whole bean Origins Colombia, Brazil, Ethiopia, Papua New Guinea Tasting Notes Intense, caramel, red berries Body Full-bodied, robust Finish Long and smooth Best For Bold espresso, flat white, cappuccino, latte Espresso Baseline 21g dose, 40ml output, 30 seconds Price $19.95 AUD Freshness Roasted to order — dispatched fresh Who Should Choose After Dark ✓ Ideal if you: Love a bold, intense, full-bodied dark roast Drink mostly milk-based coffee — flat whites, lattes, cappuccinos Want a coffee strong enough to cut through milk Enjoy caramel sweetness with a subtle berry lift ✗ Consider alternatives if you: Prefer a balanced, versatile medium roast — try Elements Want bright, floral, higher-acidity coffee — try By The Bay Want the full range — see all our coffee blends Common Questions What does the After Dark Blend taste like? After Dark is a bold, intense dark roast with a robust, full body. It carries natural caramel sweetness, a subtle hint of red berries, and a long, smooth finish. Is the After Dark Blend good for milk-based drinks? Yes — the dark roast and full body mean the coffee holds its character through milk, so flat whites, lattes and cappuccinos keep a strong, satisfying coffee flavour. What's the recommended espresso recipe? As a house baseline, we recommend 21g of coffee for a 40ml output in around 30 seconds. Treat that as a starting point and adjust to taste. How fresh is the After Dark Blend when it arrives? We roast to order — your After Dark Blend is freshly roasted before dispatch. Coffee peaks roughly 7–28 days post-roast for espresso, so you'll receive your bag within its peak freshness window. How should I store the After Dark Blend after opening? Store in an airtight container in a cool, dark place. Avoid the fridge and clear glass jars on the bench. Once opened, consume within 2–4 weeks for best flavour. Buy After Dark Blend 1kg at Dipacci Espresso A smaller-format bag of our boldest dark roast — freshly roasted to order and dispatched fast, Australia-wide. Prefer the full-size bag? See the 1kg After Dark Blend.
More you might like
Related
After Dark Blend 250g
Related
After Dark Blend 250g
Mango After Dark – Parfumöl 250g
Related