Social Platforms
Blurple, the color of online community.
Discord's #5865F2 (called 'Blurple' internally) is a deliberately neutral hue between blue and purple — friendly enough for casual chat, technical enough for gamers and developers. The supporting status colors (online green, idle yellow, do-not-disturb red) are universally legible.
:root {
--blurple: #5865f2;
--online-green: #57f287;
--idle-yellow: #fee75c;
--dnd-red: #ed4245;
--fuchsia: #eb459e;
}module.exports = {
theme: {
extend: {
colors: {
"blurple": "#5865f2",
"online-green": "#57f287",
"idle-yellow": "#fee75c",
"dnd-red": "#ed4245",
"fuchsia": "#eb459e",
},
},
},
};Source: https://discord.com/branding · As of 2026-05-02 · This page is an unofficial reference. Color values are factual sRGB hex codes and not subject to copyright; the Discord name and any associated marks belong to their owner. Use support to request removal.