Media & Entertainment
One red against pure black — the color of cinema in the dark.
Netflix's #E50914 red is calibrated to pop maximally against the platform's black background — a visual analogue to a movie marquee in a darkened theater. The minimalism is the point: only one accent, used decisively, on every surface.
:root {
--netflix-red: #e50914;
--netflix-black: #221f1f;
--white: #ffffff;
}module.exports = {
theme: {
extend: {
colors: {
"netflix-red": "#e50914",
"netflix-black": "#221f1f",
"white": "#ffffff",
},
},
},
};Source: https://brand.netflix.com/ · As of 2026-05-02 · This page is an unofficial reference. Color values are factual sRGB hex codes and not subject to copyright; the Netflix name and any associated marks belong to their owner. Use support to request removal.