By The Bay 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(3,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 — Light Roast By The Bay 250g Light Roast Light Roast · Three-Origin Blend · Espresso, Filter & Cold Brew · 250g Bright, smooth and perfectly balanced — a light roast bursting with citrus, bergamot and berry-like acidity, finished with a subtle nutty sweetness. By The Bay is our brightest, most fruit-forward blend — light, fruity and acidic, with floral citrus notes of bergamot, lime and orange layered over a berry-like acidity. Underneath, a nutty, subtly sweet base of milk chocolate and light cocoa keeps the cup smooth and balanced rather than sharp. The body is smooth and syrupy rather than thin, which is what makes By The Bay work equally well as a bright morning espresso, a clean pour-over, or a refreshing cold brew — deliciously smooth with a perfectly balanced, citrus-forward flavour. LightRoast Level 3Origins 250gBag Size FreshRoasted to Order ☀️ Light Roast 🍋 Citrus & Bergamot 🍊 Berry-Like Acidity 🌰 Nutty Sweetness 🍫 Light Cocoa 🌍 3-Origin Blend ✅ 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 — By The Bay Blend Tasting notes: 🍋 Bright · 🍊 Citrus · 🌰 Nutty · 🍫 Milk Chocolate · ⚖️ Balanced Light, fruity and acidic — floral citrus notes of bergamot, lime and orange sit over a berry-like acidity, while a nutty, subtly sweet undertone of milk chocolate and light cocoa rounds out the cup. The body is smooth and syrupy rather than sharp, giving a deliciously balanced, bright and fruity flavour throughout. Roast Light Body Smooth, balanced, syrupy Acidity Bright, berry-like Aroma Floral citrus — bergamot, lime, orange Finish Nutty, subtle milk chocolate sweetness Why Choose This Light Roast 🍋 Bright & FruityFloral citrus notes of bergamot, lime and orange make this our most vibrant, morning-ready blend. 🍊 Berry-Like AcidityA lively, berry-like acidity gives the cup real character without tipping into sourness. 🌰 Nutty UndertoneSubtle nutty notes and light milk chocolate sweetness balance the bright citrus character. ⚖️ Smooth & SyrupyA smooth, balanced body carries the brightness without ever feeling thin or sharp. 🧊 Great Over IceThe bright citrus and berry acidity make By The Bay a natural choice for cold brew. 🌍 Three-Origin BlendColombia, Costa Rica and Kenya combine for citrus brightness, body and berry-like complexity. Where the By The Bay Beans Come From 🇨🇴 Colombia — clean, balanced sweetness. 🇨🇷 Costa Rica — bright, clean citrus acidity. 🇰🇪 Kenya — berry-like brightness, bergamot lift. How to Brew By The Bay 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 🧊 Cold Brew Dose 100g per litre of water Water Temp Room temperature / cold Steep Time 12–18 hours, fridge Grind Coarse — like coarse salt By The Bay Blend — Full Specifications Product Name Dipacci Espresso By The Bay 250g Roast Level Light Bag Size 250g whole bean Origins Colombia, Costa Rica, Kenya Tasting Notes Smooth, bright, citrus, balanced Body Smooth, syrupy, balanced Finish Nutty, subtle milk chocolate sweetness Best For Morning espresso, pour-over, cold brew Espresso Baseline 21g dose, 40ml output, 30 seconds Price $19.95 AUD Freshness Roasted to order — dispatched fresh Who Should Choose By The Bay ✓ Ideal if you: Love bright, fruity, citrus-forward coffee over heavy or bitter roasts Enjoy espresso black, or drink a lot of cold brew and iced coffee Want a lively berry-like acidity with a smooth, balanced finish Prefer pour-over or filter brewing where bright notes really open up ✗ Consider alternatives if you: Want a sweeter, more caramel-forward light roast — try Sydney Road Prefer a rounder, balanced everyday medium roast — try Elements Want maximum strength and intensity — try After Dark Common Questions What does the By The Bay Blend taste like? By The Bay is light, fruity and acidic, with floral citrus notes of bergamot, lime and orange over a berry-like acidity. A nutty undertone and subtle milk chocolate sweetness balance the brightness for a smooth, syrupy body. Is By The Bay good for cold brew? Yes — its bright citrus and berry-like acidity make it one of our best blends for cold brew, where those fruity notes really shine when served over ice. How does By The Bay compare to the other blends? By The Bay is our brightest, most citrus-forward light roast. Sydney Road is also a light roast but leans sweeter with caramel and chocolate notes. Elements is a rounder medium roast, and After Dark is a bold dark roast for maximum strength. What's the best way to brew By The Bay? A good espresso baseline is 21g in, 40ml out, in around 30 seconds — adjust to taste. It also shines in a pour-over or filter, and makes an excellent cold brew steeped 12–18 hours in the fridge. How fresh is the By The Bay Blend when it arrives? We roast to order — your By The Bay 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 By The Bay 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 By The Bay Blend 1kg at Dipacci Espresso A smaller-format bag of our brightest light roast — freshly roasted to order and dispatched fast, Australia-wide. Prefer the full-size bag? See the 1kg By The Bay Blend.
More you might like
Related
By The Bay Blend 250g
Related
By The Bay Blend 250g
Related
By The Bay Blend 250g Light Roast Coffee Beans
Related