Discord Purple Hex Code — #5865F2
RGB, HSL, and CMYK values for Discord Purple.
Discord Purple Color Values
| Format | Value |
|---|---|
| HEX | #5865F2 |
| RGB | rgb(88, 101, 242) |
| HSL | hsl(235, 86%, 65%) |
| CMYK | cmyk(64%, 58%, 0%, 5%) |
Want to explore more shades? Use our Color Converter
About Discord Purple
Color psychology: Community, fun.
Discord Purple (#5865F2) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where community, fun are desired associations.
How to Use Discord Purple in CSS
/* Using HEX */ color: #5865F2; background-color: #5865F2; /* Using RGB */ color: rgb(88, 101, 242); /* Using HSL */ color: hsl(235, 86%, 65%);