<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: blanco</title>
    <description>The latest articles on DEV Community by blanco (@blanco_6b2431420013d17885).</description>
    <link>https://dev.to/blanco_6b2431420013d17885</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4019993%2F9068cba6-9e82-4d22-b7b0-ae2d23257395.png</url>
      <title>DEV Community: blanco</title>
      <link>https://dev.to/blanco_6b2431420013d17885</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/blanco_6b2431420013d17885"/>
    <language>en</language>
    <item>
      <title>I reverse-engineered Discord's profile banner color blend (and built a tool around it)</title>
      <dc:creator>blanco</dc:creator>
      <pubDate>Tue, 07 Jul 2026 17:30:11 +0000</pubDate>
      <link>https://dev.to/blanco_6b2431420013d17885/i-reverse-engineered-discords-profile-banner-color-blend-and-built-a-tool-around-it-dmc</link>
      <guid>https://dev.to/blanco_6b2431420013d17885/i-reverse-engineered-discords-profile-banner-color-blend-and-built-a-tool-around-it-dmc</guid>
      <description>&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Discord Nitro lets you set a profile theme color. Simple enough — except the banner Discord actually shows you isn't the hex you picked. It's blended roughly 40% toward black or white depending on the color's brightness, and there's no documentation on the exact formula and no in-client preview.&lt;/p&gt;

&lt;p&gt;So people were doing the obvious thing: pick a color, upload, check, adjust, re-upload, repeat.&lt;/p&gt;

&lt;h2&gt;
  
  
  Figuring out the blend
&lt;/h2&gt;

&lt;p&gt;I sampled a range of theme colors against their rendered banners and worked backward to the blend ratio and direction (toward black for brighter colors, toward white for darker ones, roughly a 40% mix). Once I had that matched, the rest was just wrapping it in something usable.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;A small browser tool:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Paste a hex → see the real banner color live&lt;/li&gt;
&lt;li&gt;Pull a color suggestion from an avatar&lt;/li&gt;
&lt;li&gt;Look up a user ID against public bot data&lt;/li&gt;
&lt;li&gt;Download a matched solid PNG banner&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;React + Vite frontend, no backend accounts, self-hosted on a small VPS. No signup, no paywall.&lt;/p&gt;

&lt;p&gt;Try it: &lt;a href="https://blancodagoat.dev/discord/" rel="noopener noreferrer"&gt;https://blancodagoat.dev/discord/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback, especially from anyone who's dealt with reverse-engineering undocumented platform behavior before — curious how close my approximation is to Discord's actual formula.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>discord</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
