{% assign use_variant_images = false %}
{% capture vertical_scroll %}{% endcapture %} {%- if use_variant_images and variant.images[0] -%} {%- assign images = variant.images -%} {%- else -%} {%- assign images = product.images -%} {%- endif -%}
{% assign last_slide = 0 %} {% assign imgOffset = 0 %} {% if product.tags contains 'Graphic Overlay' %} {% assign imgOffset = 1 %} {% endif %} {%- for image in images offset: imgOffset -%} {% capture thumbRepsonsive %} {%- if image != blank -%} {%- if image.width > 180 -%}{{ image.src | img_url: '180x' }} 180w {{ 180 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 360 -%}{{ image.src | img_url: '360x' }} 360w {{ 360 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 540 -%}{{ image.src | img_url: '540x' }} 540w {{ 540 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 720 -%}{{ image.src | img_url: '720x' }} 720w {{ 720 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 900 -%}{{ image.src | img_url: '900x' }} 900w {{ 900 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1080 -%}{{ image.src | img_url: '1080x' }} 1080w {{ 1080 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1296 -%}{{ image.src | img_url: '1296x' }} 1296w {{ 1296 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1512 -%}{{ image.src | img_url: '1512x' }} 1512w {{ 1512 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1728 -%}{{ image.src | img_url: '1728x' }} 1728w {{ 1728 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1944 -%}{{ image.src | img_url: '1944x' }} 1944w {{ 1944 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2160 -%}{{ image.src | img_url: '2160x' }} 2160w {{ 2160 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2376 -%}{{ image.src | img_url: '2376x' }} 2376w {{ 2376 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2592 -%}{{ image.src | img_url: '2592x' }} 2592w {{ 2592 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2808 -%}{{ image.src | img_url: '2808x' }} 2808w {{ 2808 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 3024 -%}{{ image.src | img_url: '3024x' }} 3024w {{ 3024 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = image.width | append: 'x' -%} {{ image.src | img_url: image_size }} {{ image.width }}w {{ image.height }}h {%- endif -%} {% endcapture %}
{% assign last_slide = forloop.index %} {% endfor %}
All media depicts mature plants.

'Café au Lait' Dahlia

PERENNIAL

Description

  • Extravagant, light pink, late season bloomers!
  • Sun-loving perennials ideal for borders, cut florals, and cottage gardens.
  • Tuberous roots allow for cold climate gardeners to dig up for the following year.
  • Zones 8-10, 3-4’ tall x 1-2’ wide, with 8-10” blooms.
Zone 8-10
Light sun
medium

{% assign discount_amount = 0 %} {% if variant.price < variant.compare_at_price %} Sale {{- variant.price | minus: discount_amount | money | remove: ' ' -}}
{{- variant.compare_at_price | money | remove: ' ' -}} {% else %} {{- variant.price | money | remove: ' ' -}} {% endif %} Each
Total
{{ variant.price | times: variant.quantity | money | remove: ' ' }}
{% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %}
{{option.name}}
{% assign sortedvalues = option.values %} {% if option.name contains 'Length' or option.name contains 'Width' or option.name contains 'Height' or option.name contains 'Depth' or option.name contains 'Thickness' or option.name contains 'Weight' %} {% assign sortedvalues = option.values | sort %} {% endif %} {% for value in sortedvalues %} {% assign inventory_quantity = 0 %} {% assign available = false %} {% assign optionVariant = false %} {% if product.options_with_values.size == 3 and optionIndex == 2%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% elsif product.options_with_values.size == 2 and optionIndex == 1%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% endif %} {% assign checked = "" %} {% if variant.options[optionIndex] == value%}{% assign checked = "checked" %}{% endif %} {% endfor %}
{% endfor %}
{% capture add_to_cart %}Neptune.cart.add({ id:{{ variant.id | json }}, quantity:{{ variant.quantity }}, properties:{ '_growingzone':['10a', '10b', '8a', '8b', '9a', '9b'] } }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/products/DahliaCafeauLait-140821cre106.png?v=1675350371', title: 'Café au Lait Dahlia', option: 'One Quart' }); return false;{% endcapture %} {% assign discontinued = '' %} {% for tag in product.tags %} {% if tag contains 'discontinued' %} {% assign discontinued = 'true' %} {% endif %} {% endfor %} {% if variant.available %} {% else %} {% unless discontinued == 'true' %} Notify Me When Available {% endunless %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
white plant in hand icon

Hand-picked at our greenhouse

white shipped to door icon

Shipped to your door

Young plant icon

Arrives as young plant

background image

More Information

Description The verdict is in… floral designers, gardeners, and dahlia enthusiasts agree; 'Café au Lait' dahlia is the "it" girl of the dahlia world. This dahlia bears 8-10" extravagant, romantic, soft pink blooms. Petals are darker towards the center and fade into a lighter color at the tips. Their unique color ranges from mocha to blush pink and peach, all on the same plant, varying based on flower age and weather conditions. Pair this plant with our 'Cat's Pajamas' catmint for a perfect cottage core accent to your garden.

Native to Mexico and South America, dahlias are late-season bloomers that boast flowers from midsummer to the first frost in fall. They thrive in hot and sunny gardens, but gardeners in cold climates can enjoy them as well! Since they have tuberous roots, cold-climate gardeners can dig up the tubers and save them for the following season. Dahlias are a perfect fit for borders, cottage gardens, pollinator gardens, and they make a lovely addition to any cut flower bouquet. When given full sun, moist soils, and protection from wind, they'll reward you with months of colorful flowers.

Great Garden Tip: tubers will need to be lifted in fall in zones 3-7 to grow the following year
Details Botanical name: 'Café au Lait' Dahlia
Common name: Dinnerplate, Informal, Decorative, Dahlia
Zone: 8-10
Sun exposure: Full Sun (6+ hrs sun)
Height x width: 3-4’ tall x 1-2’ wide
Flower color: Pink shades
Foliage color: Green
Season of Interest: Summer-fall
Bloom time: Summer -fall
Features: Heat tolerant, container plants, cut flower
Uses: Border, cottage gardening, massing, pollinator plant, wildflower
How To Grow Soil: Rich and well-draining soil.
Light: Full sun. Dahlias thrive in 6-8 hours of direct sun, with an additional fondness for morning sun.
Water: Average. Water once or twice a week, allowing the top inch of soil to dry up between watering. Keep Dahlia foliage as dry as possible in order to discourage disease.
Spacing: 16 – 20 inches
Fertilizing: Apply a 5-10-10 or 10-20-20 fertilizer after the plants sprout. Reapply every three weeks from mid-summer until fall.
Winterizing: Lift in zones 3-7 before first frost. Zone 8 may either lift their tubers before frost or cover thickly with mulch.
Maintenance & Pruning: Cut back foliage in preparation for digging the tubers up before the first frost. Leave around 1-2" of stem on the tubers.

Did You Know?

How to Plant Dahlia Tubers: A Step-by-Step Guide for Beginners

Dahlias are charming sun-loving perennials loved by cut flower enthusiasts, gracing the landscape with showy blooms in various colors from midsummer through the first frost. Follow our step-by-step guide on how to plant dahlia tubers below, and save it for easy access while gardening!

Cluster of beautiful dinnerplate dahlia flowers

Customer Reviews

Based on 1 review
100%
(1)
0%
(0)
0%
(0)
0%
(0)
0%
(0)
F
F.J. (North Carolina)
Quick Delivery!

Received quickly and in good shape. Planted in my garden, waiting for the beautiful flowers to bloom!