Satin Hawaiian Koa Concert Ukulele

Model: KA-KOA-C

$349

Koa is the most traditional of Hawaiian ukulele woods, sought after by builders and players alike. Koa offers a great degree of variety and individuality in the wood grain and figuring, ukulele by ukulele.

We highlight Koa’s naturally elegant figuring with a satin finish for each model, accented by the addition of black binding and a black-pearloid-black rosette.

Bag and Case Information

Fits ALL Kala CONCERT sized bags and cases, except: UC-C

Specs
Size: Concert
Top: Hawaiian Koa
Back & Sides: Hawaiian Koa
Binding: Black
Neck: Mahogany
Finish: Satin
Fingerboard: Rosewood
Headstock: Standard
Nut & Saddle: Graph Tech NuBone®
Strings: D'Addario® Titanium
Electronics: N/A
Measurements

Scale Length: 15.0 inches, Overall Instrument Length: 24.9 inches, Body Length: 12.25 inches, Number of Frets: 19, Width at Upper Bout: 6.875 inches, Width at Lower Bout: 8.25 inches, Width at Waist: 4.875 inches, Body Depth: 2.81 inches, Fingerboard Width at Nut: 1.375 inches, Fingerboard width at neck/body joint: 1.81 inches

See More From This Collection
5.0
Rated 5.0 out of 5 stars
Based on 3 reviews
Total 5 star reviews: 3 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
3 reviews
  • JH
    Jeremiah H.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    6 days ago
    I love this thing

    I’ve played guitar for 30 years. I’m not a pro or anything but I’m pretty alright. I wanted a new challenge so I did some research and bought the koa concert. The quality of the product is incredible and the sound has no rival. I can’t wait to get better with chord progression and try out different types of ukuleles.

  • MR
    Matt R.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 month ago
    Lovely uke!

    Lovely to look at, sounds great and comfortable to hold. I’m very pleased!

  • J
    Juan
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago
    5 Stars

    Awesome

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