SKU: A3000661

Hayesler - Swivel Accent Chair - Cocoa

$50999 USD $63999


Delivery and Shipping

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

This swivel accent chair balances ultra-soft seating with a luxe appearance. Settle into the barrel back and indulge in its velvet fabric. Keep up with conversations with a sleek 360-degree swivel. This chair is created with both functionality and affordable luxury and in mind—how perfectly suited to your contemporary lifestyle.

Additional Dimensions
  • Arm height: 31"
  • Distance between arms: 22"
  • Seat depth: 24"
  • Seat height: 19"
  • Top of cushion to top of back: 12"
  • Minimum width of doorway for delivery: 32"


Product Features
  • Polyester upholstery
  • Tufted barrel back and attached seat cushion
  • Metal swivel base
  • 360-degree swivel


Hayesler - Swivel Accent Chair - Cocoa
33.0"W x 32.0"D x 31.0"H - 75.0 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'); } } });