Gloss Solid Cedar Top Acacia Baritone Ukulele

Model: KA-SCAC-B

$399

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 BARITONE bags and cases

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

Scale Length: 20.0625 inches, Overall Instrument Length: 30.0 inches, Body Length: 13.875 inches, Number of Frets: 18, Width at Upper Bout: 7.6875 inches, Width at Lower Bout: 10.1875 inches, Width at Waist: 6.5625 inches, Body Depth: 3.125 inches, Fingerboard Width at Nut: 1.5 inches, Fingerboard width at neck/body joint: 1.875 inches

See More From This Collection
5.0
Rated 5.0 out of 5 stars
Based on 6 reviews
Total 5 star reviews: 6 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
6 reviews
  • JM
    Judith M.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    4 days ago
    very nice

    I only strummed this instrument a little bit cuz I have to restring for lefty but I like the sound, has amazing sustain and looks very well made, nice tuners and very attractive uke.

  • BS
    Brenda S.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    3 weeks ago
    5 stars

    Love it. Beautiful tone!! Very happy with my purchase

  • SD
    Stephen D.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 month ago
    Modified to my liking

    Left handed player here. Bought the mods to make this ukulele left handed and electrified. It is quite impressive.

  • J
    Janet
    I recommend this product
    Rated 5 out of 5 stars
    4 months ago
    5 Stars

    I am very satisfied - made to my specs and I

    Live the sound from this uke

  • JW
    John W.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago
    Love the tone. Easy to play.

    I absolutely love the tone on this instrument. I’ve played a tenor ukulele for about a year now, but am brand new on the baritone. This is a wonderful instrument to learn on.

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(); })();