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

'Ruby Slippers' Oakleaf Hydrangea

SHRUB

Description

  • White summer flowers change colors to red!
  • Gorgeous fall foliage color.
  • Attracts pollinators.
  • No pruning required for beautiful blooms.
  • Zones 5-9, sun/part sun, 3-4′ tall x 3-4 ′wide at maturity.
Zone 5-9
Light part sun/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/Hydrangea-Ruby-Slippers-square.jpg?v=1610568655', title: 'Ruby Slippers Oakleaf Hydrangea', 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 Ruby Slippers' Oakleaf Hydrangea (Hydrangea quercifolia) is known for its color-changing flowers and foliage. Flowers start as a bright white and turn to red as it matures. The handsome oak-shaped leaves follow suit, turning a bright red in fall. Not many hydrangeas put on a fall display like Ruby Slippers. This native hydrangea looks at home in any landscape or garden. Its compact habit is great for smaller spaces. It requires no pruning and is tolerant of heat and shade, making it easy to grow! Details Botanical name: Hydrangea quercifolia 'Ruby Slippers'
Common name: Oakleaf hydrangea
Zone: 5 - 9
Sun exposure: Sun (6+ hours), Part-sun (4-6 hours sun)
Height x width: 3-4' tall x 3-4 ft. wide
Flower color: White, turning red with age.
Foliage color: Green.
Season of interest: Summer-fall
Bloom time: Midsummer, early fall
Features: Heat tolerant, fall color, container plants, best for beginners
Uses: Flower gardens, landscaping, specimen, flowering hedge, pollinator gardens, native plant gardens
How To Grow Soil: Like other hydrangeas, oakleaf does best in well-drained soil with average moisture. They can take some dryness once established, but they do not tolerate wet conditions.
Sun exposure: Sun (6+ hours), Part-sun (4-6 hours sun)
Water: Average. Oakleaf hydrangeas do not tolerate overwatering or poor drainage.
Space: min. 4 - 5' apart
Fertilizing: If desired, fertilize in early spring, once the ground has thawed, with a granular rose fertilizer.
Winterizing: Oakleaf hydrangeas are very hardy and easily withstand harsh winters, so they need no special care. A good 2-3" layer of mulch helps protect the shallow roots. Do not cut back or prune oakleaf hydrangeas (see below for more info).
Maintenance: Oakleaf hydrangeas bloom on old wood, which means they have their flower buds for the following season all through winter, so they should not be cut back. It is best to avoid pruning or trimming them all together, though you may selectively remove branches to develop a nice shape and silhouette if desired.  

Q & A

Your Questions on Caring for Hydrangeas, Answered

Learn how to grow and care for hydrangeas like a pro! Discover different types of hydrangeas, when it's best to prune hydrangeas, how to change colored blooms, why they may be wilting, and everything else you need to know.

A wide variety of colorful hydrangeas

Customer Reviews

Based on 54 reviews
63%
(34)
7%
(4)
13%
(7)
4%
(2)
13%
(7)
s
s. (Florida)
Disappointed in Size But Hopeful That it Will Grow strong

I ordered three hydrangeas: Wee Bit Grumpy, Ruby Slippers, and Limelight. They were each planted in their own 9 cubic foot planter containing organic garden soil amended with vermiculite, perlite, peat moss, black cow & worm castings. After planting, the soil was covered with newspapers and then 2" of mulch. They get 2 hours of direct sunlight a day and 4 more of dappled sunlight. Temperatures range from 60 to 80 degrees. PH is slightly acid. I use a moisture meter every other day to determine when they need to be watered. At 6 weeks, I will fertilize them with fish emulsion.

I am disappointed with how small they are. The Ruby Slippers is growing the fastest but is only the size of a child's soccer ball. Last year I bought hydrangeas from Walmart with a 2' width when I bought them (about the same cost) and grew rapidly afterwards.

If these plants grow strong and healthy over the summer, I will be pleased with the purchase. I have a long history with hydrangeas in Georgia and they all thrived but this is Florida and is not as hospitable for their success. ey all thrived but this is Florida and is not as hospitable for their success.

G
G.H.H. (North Carolina)
Excited

Arrived healthy and so excited to watch it grow and produce the beautiful red blooms. I have it in a small pot, but will transplant when needed!

A
A.F.

Plants came quick and are healthy! Now to get them in the ground!

J
J.H.

Anxious to see what this hydrangea does very healthy. Thank you.

c
c.s.

These are beautiful! Growing well in nee home!! So much better than plants ordered from a popular competitor! Will order again!