{% 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.

Beyond Midnight® Bluebeard (Caryopteris)

SHRUB

Description

  • Enjoy long-blooming flowers that last from late summer to fall!
  • Proven Winners shrub that is loved by pollinators, but avoided by deer.
  • Easy to care for and perfect for small spaces.
  • Zones 5-9, sun, 3' tall x 3′ wide at maturity.
Zone 5-9
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':['5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b', '9a', '9b'] } }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/products/Caryopteris-Beyond-Midnight-1-P_7de8195d-fa6b-4c9b-9e82-b5ea83a9edb8-sw.jpg?v=1626778736', title: 'Beyond Midnight® Bluebeard (Caryopteris)', 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 Add a splash of color when you need it most with Beyond Midnight® bluebeard (Caryopteris x clandonensis) from Proven Winners. This late-season bloomer grows as a tidy mound of deep green, glossy foliage all season, then explodes with vivid purple-blue flowers late summer through fall. Thriving in hot sun, dry soils, and deer resistant, Beyond Midnight®  is a truly rewarding and easy-care plant. Pair with sun-loving perennials to extend your gardens staying power with this long-blooming wonder. Pollinators of all kinds flock to this bluebeard, adding to the spectacle this purple plant provides. Perfect for small spaces and containers, this versatile shrub makes an excellent addition to any sunny garden. Details Botanical name: Caryopteris x clandonensis 'CT-9-12'
Patent: USPP 27,426
Common name: Bluebeard, Blue mist spirea, Caryopteris
Zone: 5 - 9
Sun exposure: Sun (6+ hours sun)
Height x width: 2-3' tall and wide
Flower color: Blue
Foliage color: Dark green
Season of Interest: Summer-fall
Bloom time: Summer, fall
Features: Rare & unusual, Proven winners, heat tolerant, dry soils, drought tolerant, deer resistant
Uses: Specimen, flower gardens, backdrop, landscaping.
How To Grow Soil: Bluebeard requires well-drained, even dry, soils. Thrives in the same kind of spots as butterfly bush.
Light: Full sun (6+ hrs/day).
Water: Low to moderate, bluebeard does not tolerate wet soil or overwatering.
Space: Min. 3' apart
Fertilizing: Little fertilizer is needed.
Winterizing: Leave plant intact over winter (you can give it a light trim to remove the seedheads if desired). Do not apply a thick layer of mulch in the winter, as it requires dry conditions, particularly during cold weather.
Maintenance & Pruning: Wait until new growth begins to emerge in spring to prune. Cut back to just above where large, healthy buds are emerging.

Garden Care

All About Growing & Caring For Bluebeard (Caryopteris)

As summer comes to a close, flowers begin to fade and seed heads begin to take center stage, but this is when bluebeard begins its spectacle! Here, we’ll discuss how to grow bluebeard (Caryopteris) plants, as well as answer frequently asked questions about this pollinator-friendly shrub.

Mound of blue/purple bluebeard flowers with green foliage in a garden setting

Customer Reviews

Based on 11 reviews
100%
(11)
0%
(0)
0%
(0)
0%
(0)
0%
(0)
K
K.Y. (Ohio)
Doing great!

The quality of these plants are like no other mail order I've ever received. Im so excited to see this one next year. It's doing so well, I know im going to see beautiful blooms on it!

R
R.J. (Indiana)

Beyond Midnight® Bluebeard (Caryopteris)

M
M.C. (Oregon)
Beyond Midnight® Bluebeard (Caryopteris)

Like everything I order from you, it looks good ad healthy

L
L.L. (Texas)
So far so good

Plants were packed well and in good shape. Shipped in timely manner

N
N. (Illinois)
Beyond Midnight Bluebeard

Ordered 1 gallon size and it arrived looking healthy and strong. Will give it time to acclimate and hope to see beautiful blooms later this season.