Social Platforms
From sky blue to absolute black — a rebrand in pure contrast.
X's 2023 rebrand jettisoned the iconic Twitter Blue (#1DA1F2) for a stark black-and-white system, betting that high contrast would read as authority. The legacy blue is still recognized worldwide; both palettes are documented below.
Current X (post-2023) primary.
Pre-2023 brand color, still widely recognized.
:root {
--x-black: #000000;
--white: #ffffff;
--twitter-blue-legacy: #1d9bf0;
}module.exports = {
theme: {
extend: {
colors: {
"x-black": "#000000",
"white": "#ffffff",
"twitter-blue-legacy": "#1d9bf0",
},
},
},
};Source: https://about.twitter.com/en/who-we-are/brand-toolkit · As of 2026-05-02 · This page is an unofficial reference. Color values are factual sRGB hex codes and not subject to copyright; the X (Twitter) name and any associated marks belong to their owner. Use support to request removal.