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

Corsair 2800X RS-R ARGB Micro-ATX PC Case – White

SKU: CC-9011348-WW
R 1 454.84
Available on Backorder

Compact Micro-ATX footprint | Wraparound tempered glass | 360mm top radiator support | 3x ARGB reverse-rotor fans included | Built-in GPU Anti-sag Arm

This item is on backorder — new stock is expected around 25 Sep 2026. Order now and we'll ship yours as soon as it arrives.

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

Compact Micro-ATX footprint | Wraparound tempered glass | 360mm top radiator support | 3x ARGB reverse-rotor fans included | Built-in GPU Anti-sag Arm

Quick Specs

  • Dominate your build with 410mm of GPU clearance, accommodating even the most powerful modern graphics cards.
  • Experience brilliant ARGB lighting from day one with 3x pre-installed RS120-R reverse-rotor intake fans.
  • Mount a top 360mm AIO liquid cooler for serious, low-noise CPU cooling in a compact chassis.
  • Showcase your hardware through a wraparound tempered glass exterior covering both the front and side panels.
  • Connect fast with front I/O featuring USB 3.2 Gen 2x2 Type-C and USB 3.2 Gen 1 Type-A ports.

Big Build Ambitions in a Compact Package

The Corsair 2800X RS-R ARGB is a Micro-ATX gaming chassis built for builders who refuse to compromise. Designed for Micro-ATX and Mini-ITX motherboards, it offers a smaller desktop footprint without surrendering the hardware headroom you need — making it the ideal foundation for a powerful, visually striking PC that fits comfortably on any desk.

Powerful Cooling Without the Bulk

Tired of compact cases that force you to choose between cooling performance and size? The 2800X puts that dilemma to rest. Despite its compact dimensions, the roof accommodates a full 360mm radiator — or 280mm and 240mm alternatives — so you can run a serious all-in-one liquid cooler for quiet, effective CPU cooling. Three pre-installed RS120-R ARGB reverse-rotor intake fans draw cool air through the side panel, while up to 10x 120mm fan mounts throughout the chassis give you the flexibility to scale airflow as your build demands.

Room for the Biggest GPUs — and a Built-in Safety Net

Modern graphics cards are longer and heavier than ever, and the 2800X is ready for them. With 410mm of GPU clearance you can fit the most powerful cards on the market, and the built-in adjustable GPU Anti-sag Stabilisation Arm protects your investment by keeping your GPU seated securely and safely over the long term.

Show Off Your Build Through Wraparound Glass

The 2800X's wraparound tempered glass design spans both the side and front panels, putting your hardware, cable management, and custom RGB lighting on full display. The reverse-rotor fan design on the included RS120-R fans provides unobstructed sightlines to the ARGB lighting, so your build looks as striking as it performs. Full support for reverse-connector motherboards — including ASUS BTF, MSI Project Zero, and GIGABYTE Project Stealth compatible boards — means you can achieve a completely cable-free interior view.

Features

  • Wraparound tempered glass front and side panels to showcase your build and RGB lighting.
  • 3x RS120-R ARGB reverse-rotor intake fans pre-installed for powerful, low-noise cooling and brilliant ARGB display.
  • 410mm GPU clearance to accommodate the most powerful modern graphics cards.
  • Top radiator support up to 360mm for full-size AIO liquid cooler compatibility.
  • Supports up to 10x 120mm fans across top, side, bottom, and rear positions for maximum airflow flexibility.
  • Built-in adjustable GPU Anti-sag Stabilisation Arm for secure, long-term GPU support.
  • Reverse-connector motherboard compatible, supporting clean, cable-free interior aesthetics.
  • Front I/O with USB 3.2 Gen 2x2 Type-C, USB 3.2 Gen 1 Type-A, and headphone/microphone combo jack.
  • Combination drive plate supporting 1x 3.5" HDD or 2x 2.5" SSDs.
  • Dust filtration on top, bottom, and side panels to keep internals clean.

Specifications

  • Motherboard Support: Micro-ATX, Mini-ITX
  • Side Panel: Tempered Glass
  • Included Fans: 3
  • Max GPU Length: 410 mm
  • Max CPU Cooler Height: 170 mm
  • Radiator Support: Top: 360mm, 280mm, 240mm | Side: 240mm | Rear: 120mm | Front: None | Bottom: None
  • Front I/O: 1x USB 3.2 Gen 2x2 Type-C, 1x USB 3.2 Gen 1 Type-A, 1x Audio in/out (Headphone/Microphone), Power
  • RGB Lighting: Yes
  • PSU Included: No
  • Warranty: 24 Months
  • Country of Origin: China
  • Colour: White
  • Warranty: 24 months
  • Product Dimensions: 43.6 x 23.2 x 44.7 cm
  • Product Weight: 7200g

What's in the Box

  • 1 x Corsair 2800X RS-R ARGB Micro-ATX PC Case – White
  • 3 x RS120-R ARGB Performance Airflow Fan
  • 1 x Case Accessory Box

Why Corsair

Corsair has been engineering premium PC components and peripherals for over three decades, earning the trust of builders and gamers worldwide. From high-performance cooling to precision-crafted chassis, every product reflects a commitment to quality, innovation, and value — giving South African PC builders the confidence to create systems that truly stand out.

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!