REDRAGON DRAGONBORN Wired Mechanical Keyboard RGB 67Key Design - White - Redragon | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Redragon

REDRAGON DRAGONBORN Wired Mechanical Keyboard RGB 67Key Design - White

SKU: RD-K630W-RGB
R 599.00
In Stock

Get the most out of your gaming sessions with the Redragon K630 DRAGONBORN 60% RGB Mechanical Gaming Keyboard. It features a compact 60% design with 61 keys, high-quality mechanical brown switches, a portable design with detachable Type-C cable, RGB lighting, and a spill-proof design for safety.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

The Redragon K630 DRAGONBORN 60% RGB Mechanical Gaming Keyboard is perfect for the PC gamer who wants to have the most efficient and compact keyboard setup. Made with high-quality mechanical switches, you can be sure to get great feedback with each button press. The compact size is ideal for those with minimal space or just gamers who don’t require the additional buttons from a full-sized gaming keyboard. The double-shot injection keycaps are built to last while allowing enough light to pass through for the RGB backlit LEDs beneath each key.

The keycaps and switches can easily be swapped out with the included key and switch puller. The keys themselves also feature N-key rollover, which allows your keypresses to be detected simultaneously no matter how many keys are pressed at the same time. For safety, the K630 also features a spill-proof design so you don’t need to be afraid to keep drinks nearby during a session. The K630 connects to your PC via a Type-C cable for the best performance as it transfers data quicker than a traditional USB cable.

FEATURES:

  • 61 keys
  • High-quality red mechanical switches
  • Portable design
  • Detachable cable
  • Spill-proof design
  • RGB Lighting

SPECIFICATIONS:

  • Colour: White
  • Number of keys: 61
  • Switches: Removeable mechanical RED switches
  • Key type: Double-shot injection keycaps
  • LED: RGB LED-backlit
  • Connection: Type-C

WHAT’S IN THE BOX:

  • Redragon K630 DRAGONBORN 60% RGB Mechanical Gaming Keyboard - White x1
  • Type-C cable x1
  • 1 x User Guide
Brand Redragon
Colour White
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 18 Months
0.0
0 reviews
Login to Review

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

Related Products

REDRAGON MECHANICAL ARGO Wired Gaming Keyboard
Redragon

REDRAGON MECHANICAL ARGO Wired Gaming Keyboard

R 899.00

Out of Stock

Redragon K617 FIZZ 60% Wired RGB Gaming Keyboard
Redragon

Redragon K617 FIZZ 60% Wired RGB Gaming Keyboard

R 459.00

Out of Stock

REDRAGON ADITYA Membrane Keyboard - Black
Redragon

REDRAGON ADITYA Membrane Keyboard - Black

R 359.00

In Stock

// 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!