Gloss Solid Cedar Top Acacia Concert Ukulele

Model: KA-SCAC-C

$349

Elegant and beautiful, these are some of the best sounding ukuleles you will ever play. To complement such an excellent sounding instruments, we gave it a full redesign for 2021. The Solid Cedar Top with Acacia back and sides in a shiny, gloss finish, trimmed out in Rosewood binding is a sleek combination. We added an Abalone rosette, Rosewood fingerboard and bridge, and Graphtech Ratio Black Tuners.

Cedar has a soft, lush tone that lends well to finger style playing. It has a natural, loud projection and is often recommended as the best ukulele for playing on stage. Available in Long Neck Soprano, Concert, Tenor, Tenor Cutaway with EQ, 6 String Tenor, 8 String Tenor, Baritone, and 8 String Baritone.

Bag and Case Information

Fits ALL Kala CONCERT sized bags and cases

Specs
Size: Concert
Top: Cedar
Back & Sides: Acacia
Binding: Rosewood
Rosette: Abalone
Neck: Mahogany
Finish: High-Gloss
Fingerboard: Rosewood
Headstock: Standard
Nut & Saddle: Graph Tech NuBone®
Tuners: Black Graph Tech Ratio®
Strings: Aquila Super Nylgut®
Electronics: N/A
Measurements

Scale Length: 14.8125 inches, Overall Instrument Length: 23.9375 inches, Body Length: 11.0625 inches, Number of Frets: 18, Width at Upper Bout: 6.0 inches, Width at Lower Bout: 8.25 inches, Width at Waist: 4.9375 inches, Body Depth: 2.75 inches, Fingerboard Width at Nut: 1.4375 inches, Fingerboard width at neck/body joint: 1.75 inches

See More From This Collection
5.0
Rated 5.0 out of 5 stars
Based on 4 reviews
Total 5 star reviews: 4 Total 4 star reviews: 0 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
4 reviews
  • MV
    Michael V.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    2 weeks ago
    Aloha - eh!

    Workmanship was top notch on this ukulele. It has really nice appointments - such as the abalone rosette. and tuning gears. Tone is beautiful and it plays in tune!

  • MO
    Michelle O.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    8 months ago
    Soo awesome!!!

    Tenk you no need say anything more

  • SP
    Scott P.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    8 months ago
    Kala Ukulele

    Very pleased with our ukuleles and the customer service was excellent.

  • CS
    Carolyn S.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    8 months ago
    Great ukulele with great service

    I LOVE the ukulele! The sound is a rich and deep. The customer service (Ash) was phenomenal! I will definitely be purchasing my next ukulele from Kala.

Reviews LoadedReviews Added
''
// Preorder Property Handler (function() { function initPreorderProperty() { // Check if this is a preorder product if (!window.isPreorderProduct) { return; } console.log('✅ Preorder product detected'); // Add property to form submissions function addPreorderToForm() { const addToCartButtons = document.querySelectorAll( '[name="add"], ' + 'button[type="submit"][name="add"], ' + '.product-form__submit, ' + '[data-add-to-cart], ' + 'button.add-to-cart, ' + 'button[name="add"]' ); addToCartButtons.forEach(function(button) { button.addEventListener('click', function(e) { const form = button.closest('form'); if (form && form.action && form.action.includes('/cart/add')) { let preorderInput = form.querySelector('input[name="properties[_preorder]"]'); if (!preorderInput) { preorderInput = document.createElement('input'); preorderInput.type = 'hidden'; preorderInput.name = 'properties[_preorder]'; preorderInput.value = 'true'; form.appendChild(preorderInput); console.log('✅ Added _preorder hidden input'); } } }); }); } // Intercept AJAX cart adds function interceptCartAjax() { const originalFetch = window.fetch; window.fetch = function(...args) { const [url, config] = args; if (url && (url.includes('/cart/add.js') || url.includes('/cart/add'))) { if (config && config.body) { try { // Handle JSON body if (typeof config.body === 'string') { const data = JSON.parse(config.body); if (!data.properties) { data.properties = {}; } if (!data.properties._preorder) { data.properties._preorder = 'true'; console.log('✅ Added _preorder to AJAX request'); } config.body = JSON.stringify(data); } // Handle FormData else if (config.body instanceof FormData) { if (!config.body.has('properties[_preorder]')) { config.body.append('properties[_preorder]', 'true'); console.log('✅ Added _preorder to FormData'); } } } catch (e) { console.error('Error modifying cart request:', e); } } } return originalFetch.apply(this, args); }; } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { addPreorderToForm(); interceptCartAjax(); }); } else { addPreorderToForm(); interceptCartAjax(); } } // Initialize initPreorderProperty(); })();