Corsair 3500X RS-R ARGB Mid-Tower PC Case – White | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support

Corsair 3500X RS-R ARGB Mid-Tower PC Case – White

SKU: CC-9011323-WW
R 3 012.15
Out of Stock

Wraparound tempered glass showcase | Three pre-installed ARGB fans | Broad motherboard compatibility | Flexible radiator and fan mounting | Builder-friendly design

Get Notified When Available

Enter your email and we'll notify you when this item is back in stock.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

Wraparound tempered glass showcase | Three pre-installed ARGB fans | Broad motherboard compatibility | Flexible radiator and fan mounting | Builder-friendly design

Quick Specs

  • Experience a stunning wraparound glass view with removable tempered glass front and side panels that showcase your build in full.
  • Achieve exceptional airflow with three pre-installed RS-R ARGB fans delivering vivid lighting and real cooling performance.
  • Build without limits — supporting Mini-ITX, Micro-ATX, ATX, and E-ATX motherboards including reverse connector designs.
  • Dominate thermal management with top and side radiator support up to 360mm, keeping your rig running cool under pressure.
  • Connect everything you need from the front I/O — USB 3.2 Gen 2x2 Type-C, dual USB 3.2 Gen 1 Type-A, and audio in/out.

Build Bold. Build Bright.

The Corsair 3500X RS-R ARGB Mid-Tower PC Case is engineered for the discerning South African PC builder who refuses to compromise between aesthetics and performance. With a striking all-white finish, removable tempered glass front and side panels, and three pre-installed RS-R ARGB fans casting vivid light across your components, the 3500X is as much a display as it is a chassis. Whether you're assembling your first custom rig or upgrading to something worthy of the effort, this mid-tower is built to impress from every angle.

A View Worth Showing Off

Tired of PC cases that hide your hard work behind solid panels? The 3500X's wraparound glass design puts your build centre stage. Removable tempered glass panels on both the front and side give you an unobstructed view of your components, while the three included RS-R ARGB fans bathe the interior in customisable RGB lighting. The result is a build that looks as powerful as it performs — day or night.

Cooling Without Compromise

The 3500X is engineered around serious thermal performance. Fan mounting points across the top, side, and rear accommodate configurations up to 3x 120mm or 2x 140mm per zone, while radiator support on the top and side handles up to 360mm loops. The rear accepts a single 120mm fan or radiator for exhaust. With 45mm of cable routing space and a cable management system designed for clean builds, airflow paths stay unobstructed and your interior stays tidy.

Built for the Builder

Flexibility is at the core of the 3500X's design. It accommodates Mini-ITX, Micro-ATX, ATX, and E-ATX motherboards up to 305mm x 277mm, and fully supports reverse connector motherboard layouts — a forward-thinking feature for builders exploring the latest platform designs. GPU clearance reaches 425mm, and CPU cooler height support extends to 170mm, meaning even the most demanding air coolers and dual-slot graphics cards slot in without drama. Vertical GPU mounting is also supported via a separately sold riser card, giving you even more ways to display your hardware.

Features

  • Wraparound tempered glass design with removable front and side panels for a full view of your build.
  • Three pre-installed RS-R ARGB fans deliver vivid customisable lighting and active airflow from day one.
  • Supports Mini-ITX, Micro-ATX, ATX, and E-ATX motherboards (up to 305mm x 277mm), including reverse connector motherboards.
  • Flexible radiator support: up to 360mm on the top and side, plus a single 120mm rear mount.
  • Fits GPUs up to 425mm long and CPU coolers up to 170mm tall for high-performance component compatibility.
  • Front I/O includes USB 3.2 Gen 2x2 Type-C, two USB 3.2 Gen 1 Type-A ports, and a combined audio in/out jack.
  • Two internal 3.5" drive bays and two internal 2.5" drive bays for versatile storage configurations.
  • Vertical GPU mount supported (riser card sold separately) with 7 horizontal or 4 vertical expansion slots.
  • Dust filtration and 45mm cable routing space keep your build clean and airflow optimised.
  • Compatible with Corsair NAUTILUS, TITAN, H60, H100, H115, and H150 liquid coolers.

Specifications

  • Colour: White
  • Warranty: 24 months
  • Product Dimensions: 46 x 24 x 50.6 cm
  • Product Weight: 10660g
  • Motherboard Support: Mini-ITX, Micro-ATX, ATX, E-ATX
  • Side Panel: Tempered Glass
  • Included Fans: 3
  • Max GPU Length: 425 mm
  • Max CPU Cooler Height: 170 mm
  • Radiator Support:
    • Top: 360mm, 280mm, 240mm
    • Side: 360mm, 280mm, 240mm
    • Rear: 1x 120mm
  • Front I/O:
    • 1x USB 3.2 Gen 2x2 Type-C
    • 2x USB 3.2 Gen 1 Type-A
    • 1x Audio in/out
  • RGB Lighting: Yes
  • PSU Included: No
  • Warranty: 24 Months
  • Product Dimensions: 46 x 24 x 50.6 cm
  • Product Weight: 10660g

What's in the Box

  • 1 x Corsair 3500X RS-R ARGB Mid-Tower PC Case – White

Why Corsair

Corsair has spent decades at the forefront of PC hardware, engineering products that meet the exacting demands of builders, gamers, and overclockers worldwide. The 3500X reflects that legacy — a chassis designed with the performance, flexibility, and visual impact that South African enthusiasts expect from one of the world's most trusted names in PC components.

0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!