Discord Purple Hex Code — #5865F2
RGB, HSL, and CMYK values for Discord Purple.
Last updated: April 6, 2026
Discord Purple Color Values
| Format | Value |
|---|---|
| HEX | #5865F2 |
| RGB | rgb(88, 101, 242) |
| HSL | hsl(235, 86%, 65%) |
| CMYK | cmyk(64%, 58%, 0%, 5%) |
About Discord Purple
Color psychology: Community, fun.
Discord Purple (#5865F2) is a medium shade of purple with a hue angle of 235° on the color wheel, 86% saturation, and 65% lightness. It's commonly used in web design, graphic design, and branding where community, fun are desired associations.
In color theory, Discord Purple sits in the cool section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Discord Purple in Design
Web Design
Use Discord Purple as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Discord Purple conveys community, fun — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:64% M:58% Y:0% K:5%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Discord Purple work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Discord Purple in CSS
/* Using HEX */ color: #5865F2; background-color: #5865F2; /* Using RGB */ color: rgb(88, 101, 242); /* Using HSL — best for creating variations */ color: hsl(235, 86%, 65%); /* Transparent overlay (50% opacity) */ background-color: rgba(88, 101, 242, 0.5); /* Lighter variant for hover states */ background-color: hsl(235, 86%, 75%); /* Darker variant for active states */ background-color: hsl(235, 86%, 55%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Discord Purple without changing its core hue or saturation.
Colors That Go With Discord Purple
Complementary
Analogous
Triadic
Similar Shades of Purple
Frequently Asked Questions
What is the hex code for Discord Purple?
What is Discord Purple in RGB and when should I use RGB?
How to use Discord Purple in CSS with different color formats?
What is the HSL value of Discord Purple and why is HSL useful for designers?
What is the CMYK value of Discord Purple for print design?
What colors pair well with Discord Purple in design projects?
Is Discord Purple (#5865F2) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.