SKU: PCD627-01

Purlaney - Dining Room Side Chair (Set of 2) - Antique White / Natural

$21999 USD $27999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

Busy breakfasts and family dinners get a dose of modern farmhouse flair with this dining chair. Its two-tone finish contrasts a light butcher block hue with an antiqued white frame for an utterly charming effect. A contoured seat elevates the comfort level. Complete with a ladderback design, it's an effortless seating solution with chic character.

Additional Dimensions
  • Seat width: 18.75"
  • Seat depth: 17.25"
  • Seat height: 18.13"


Product Features
  • Made with solid wood frame
  • Seat with light butcher block oak veneer
  • Frame with antiqued white finish
  • Ladderback design
  • Contoured seat for added comfort
  • Assembly required


Purlaney - Dining Room Side Chair (Set of 2) - Antique White / Natural
18.75"W x 23.5"D x 39.0"H - 20.5 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });