Expert help that stays with you

Whether you’re choosing one component or planning the whole room, small details can become expensive problems once installation begins. We know the products we sell and the questions to ask early, helping catch mismatched components, overlooked requirements, and installation issues while they are still easy to fix.

Our job does not end when your order ships. We stay available through installation and beyond. If something needs attention, we stay involved, work the problem, and help see it through.

We want you to feel good about choosing Sauna Marketplace long after your first session, and confident recommending us to a friend. That standard guides the advice we give, the products we sell, and the way we take care of our customers.

Sauna and heater customers also receive free shipping on sauna accessories for life.

Planning a sauna, or need help with one you purchased from us? Our founders have assembled many of the saunas we sell, visited the manufacturers, and use these products every day. New customers and existing Sauna Marketplace sauna and heater owners can Book a Ben consultation.

Specs
Wi-Fi OptionYes
ModelMood
Size66 Inch Bar, 76 Inch Bar
Attachments
Gallery

Dimmable Sauna RGB Color Light Bar Kit

Transform any custom-built or kit sauna into a multisensory retreat with this dot-free RGB LED bar system with infinite control. The slim aluminum bar tucks neatly behind back-rests or underneath benches, washing the room with an even ribbon of color that can be tuned from a gentle amber glow to an energizing turquoise. A waterproof (IP-67) light is built for the heat while the low-voltage driver and power supply stay cool outside the heat pocket. Control brightness or color from either the RF touch-slider remote or the Tuya Wi-Fi app for dynamic chromotherapy scenes and one-tap dimming.

Build Your Quote:

Shipping

Free Shipping On Accessories
Valid for orders over $200, or for anyone who has ever purchased a sauna or heater on Sauna Marketplace.

Shop Saunas | Shop Sauna Heaters

Share your selected heater size and add-ons. Prices and availability are confirmed when the link is opened.

We added you to this product's waitlist and we'll send you an email when the product is available.

Leave Waitlist

This product is currently sold out.

No worries! Enter your email, and we'll let you know as soon as it's back in stock.

Zero Interest Payments:

Buy Now, Pay Later with premium financing packages only available on Sauna Marketplace.

Pay with HSA/FSA:

We teamed up with FLEX to make HSA/FSA payments easier than ever.

Transform Your Sauna Experience

Add professional chromotherapy lighting to any sauna with our universal LED light bar system. Perfect for backrest illumination, under bench lighting, or custom installations.

  • ✨ Promotes tranquility and relaxation
  • 💆 Stimulates circulation
  • 🌱 Supports immune system wellness
  • 📱 App-based Wi-Fi control
  • 🎚️ Fully dimmable (1-100%)
  • 💧 IP67 waterproof rated

Complete system with everything needed for professional installation

Available Light Bar Options

Model Length Power Lumens Best For
SL-66 66″ RGB LED 24.72W 1,109 Medium saunas, single backrests
SL-76 76″ RGB LED 28.47W 1,278 Large saunas, extended installations

Key Features

🎨 Infinite Colors

Full RGB spectrum with touch-slide color control. Create any mood from calming to energizing, plus pure white mode.

📐 Universal Installation

Works with any sauna brand. Includes flush and adjustable mounting clips for backrest or under bench applications.

🌡️ Sauna Rated

Light bars rated to 195°F. Driver components designed for high-temperature sauna environments.

📱 Smart Control

RF remote (98ft range) plus optional Wi-Fi app control. Schedule lighting and create custom scenes.

Complete System Includes:

• RGB LED Light Bar (66″ or 76″)
• RF Driver/Receiver
• 120W Power Supply
• RGB Remote Control
• 30′ Extension Cable
• Mounting Hardware
• Installation Manual
• Wall Mount for Remote

Perfect Applications:

🪑 Backrest Lighting
Elegant indirect ambient lighting
⬇️ Under Bench Lighting
Dramatic floor-level illumination
🏠 Home Saunas
Any brand or custom build
🏢 Commercial Spas
Professional-grade installations

Sauna Light Therapy Animation

.sauna-light-animation {
max-width: 600px;
margin: 20px auto;
text-align: center;
font-family: Arial, sans-serif;
}

.sauna-container {
position: relative;
width: 100%;
height: 400px;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
background: #2c1810;
}

.sauna-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.8s ease-in-out;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

/* Sauna wood background with different lighting */
.sauna-frame::before {
content: ”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(90deg, transparent 48%, rgba(255,255,255,0.1) 49%, rgba(255,255,255,0.1) 51%, transparent 52%),
linear-gradient(90deg, transparent 18%, rgba(255,255,255,0.05) 19%, rgba(255,255,255,0.05) 21%, transparent 22%),
linear-gradient(0deg, #8B4513 0%, #A0522D 100%);
background-size: 80px 100%, 60px 100%, 100% 100%;
}

/* Light strip */
.sauna-frame::after {
content: ”;
position: absolute;
top: 45%;
left: 15%;
width: 70%;
height: 30px;
background: repeating-linear-gradient(
90deg,
currentColor 0px,
currentColor 40px,
transparent 40px,
transparent 50px
);
border-radius: 5px;
box-shadow: 0 0 20px currentColor;
opacity: 0.9;
}

/* Frame colors */
.frame-1 {
color: #FF6B35;
background-color: #FF6B3520;
}

.frame-2 {
color: #DC143C;
background-color: #DC143C20;
}

.frame-3 {
color: #1E3A8A;
background-color: #1E3A8A20;
}

.frame-4 {
color: #7C3AED;
background-color: #7C3AED20;
}

.frame-5 {
color: #EC4899;
background-color: #EC489920;
}

/* Animation */
@keyframes saunaLightCycle {
0%, 16% { opacity: 1; }
20%, 100% { opacity: 0; }
}

.sauna-container.playing.frame-1 { animation: saunaLightCycle 7.5s infinite; }
.sauna-container.playing.frame-2 { animation: saunaLightCycle 7.5s infinite 1.5s; }
.sauna-container.playing.frame-3 { animation: saunaLightCycle 7.5s infinite 3s; }
.sauna-container.playing.frame-4 { animation: saunaLightCycle 7.5s infinite 4.5s; }
.sauna-container.playing.frame-5 { animation: saunaLightCycle 7.5s infinite 6s; }

/* Default to first frame visible */
.frame-1 { opacity: 1; }

.sauna-controls {
margin-top: 15px;
color: #666;
}

.sauna-controls button {
background: #333;
color: white;
border: none;
padding: 8px 15px;
border-radius: 5px;
cursor: pointer;
font-size: 14px;
margin-bottom: 10px;
}

.sauna-controls button:hover {
background: #555;
}

.sauna-info {
font-size: 12px;
color: #888;
}

/* Mobile responsive */
@media (max-width: 600px) {
.sauna-container {
height: 250px;
}
}

let saunaIsPlaying = false;

function toggleSaunaAnimation() { const container = document.querySelector(‘.sauna-container’); const button = document.querySelector(‘.sauna-controls button’);

if (saunaIsPlaying) { container.classList.remove(‘playing’); button.textContent = ‘▶️ Play’; saunaIsPlaying = false; } else { container.classList.add(‘playing’); button.textContent = ‘⏸️ Pause’; saunaIsPlaying = true; }
}

// Auto-start animation
document.addEventListener(‘DOMContentLoaded’, function() { setTimeout(() => { toggleSaunaAnimation(); }, 500);
});

Expert help that stays with you

Whether you’re choosing one component or planning the whole room, small details can become expensive problems once installation begins. We know the products we sell and the questions to ask early, helping catch mismatched components, overlooked requirements, and installation issues while they are still easy to fix.

Our job does not end when your order ships. We stay available through installation and beyond. If something needs attention, we stay involved, work the problem, and help see it through.

We want you to feel good about choosing Sauna Marketplace long after your first session, and confident recommending us to a friend. That standard guides the advice we give, the products we sell, and the way we take care of our customers.

Sauna and heater customers also receive free shipping on sauna accessories for life.

Planning a sauna, or need help with one you purchased from us? Our founders have assembled many of the saunas we sell, visited the manufacturers, and use these products every day. New customers and existing Sauna Marketplace sauna and heater owners can Book a Ben consultation.

Specs
Wi-Fi OptionYes
ModelMood
Size66 Inch Bar, 76 Inch Bar
Attachments
Gallery

PLAN THE WHOLE SAUNA

The room and heater still have to work as one system.

Start with the room dimensions, then account for glass, masonry, insulation, ceiling height, required clearances, and available electrical service. That is how we move from a product that looks right to a sauna that heats evenly and comfortably.