✦ Font Bag

Discord Embed Generator

Build a Discord embed visually — title, description, fields, color, image and footer — see a live preview, and copy the webhook JSON. It converts the color and tracks Discord’s limits for you.

Fields
Preview

How to send your embed (and the limits)

  • Send it: paste the JSON into a webhook tool, or POST it to your channel’s webhook URL (Server Settings → Integrations → Webhooks). Bots send the same object via the API.
  • The color gotcha: Discord’s embed color is a decimal integer, not a hex string — this tool converts your picked color automatically (e.g. #5865F25793266).
  • The limits (tracked live): title 256, description 4096, field name 256 / value 1024, footer 2048, author 256, up to 25 fields, and everything combined must stay under 6000 characters. The counter warns before Discord rejects it.
  • Image/icon URLs must be public links Discord can reach. You can’t upload a file through JSON — host the image and paste its URL.

↑ Back to top

FAQ

How do I send a Discord embed?

Copy the JSON here, then POST it to a channel webhook URL (Server Settings → Integrations → Webhooks) or send it from a bot via the API. Paste it into your webhook tool’s content/JSON field.

Why does my embed color not work?

Discord expects the embed color as a decimal integer, not a hex code. This tool converts it for you — for example #5865F2 becomes 5793266 in the JSON.

What are the Discord embed limits?

Title 256, description 4096, each field name 256 and value 1024, footer 2048, author 256, up to 25 fields, and a combined total of 6000 characters across the embed. The counter here warns you when you go over.

Can I upload an image to the embed?

Not through JSON — the image and thumbnail take a public URL. Host your image somewhere Discord can load it and paste the link into the Image or Thumbnail field.