Social Platforms
A black canvas with a chromatic-aberration flicker — cyan and magenta.
TikTok's logo embeds optical chromatic aberration: a cyan and a magenta ghost offset around a white musical note on black. The two accent hues — #25F4EE cyan and #FE2C55 red-magenta — appear across the product as motion accents and call-to-action highlights.
:root {
--tiktok-black: #000000;
--tiktok-cyan: #25f4ee;
--tiktok-red: #fe2c55;
--white: #ffffff;
}module.exports = {
theme: {
extend: {
colors: {
"tiktok-black": "#000000",
"tiktok-cyan": "#25f4ee",
"tiktok-red": "#fe2c55",
"white": "#ffffff",
},
},
},
};Source: https://www.tiktok.com/brand · As of 2026-05-02 · This page is an unofficial reference. Color values are factual sRGB hex codes and not subject to copyright; the TikTok name and any associated marks belong to their owner. Use support to request removal.