Color Input

Current Color
Hex: #5865F2
Decimal: 5793522
RGB: 88, 101, 242
Range: 0 - 16,777,215 (0x000000 - 0xFFFFFF)

Preset Colors

Discord
Status
Popular

Preview & Code

Discord Embed Preview

Example Embed Title
This is how your embed will look with the selected color. The colored bar on the left uses your chosen color.
Field 1
Value 1
Field 2
Value 2
Example Footer • Today at 12:00 PM

Color Information

HEX#5865F2
RGB88, 101, 242
Decimal5793522

Code Example

const { EmbedBuilder } = require('discord.js');

const embed = new EmbedBuilder()
  .setColor(5793522)
  .setTitle('Your Title')
  .setDescription('Your description');

await interaction.reply({ embeds: [embed] });
Powered by Mamba Host