Brand colors

Next.js colors

Next.js's 5 brand colors as structured tokens — every role's hex with copy buttons, contrast pairs measured against the brand's own surface, and CSS / DTCG downloads. Ask your agent for a palette inspired by Next.js via the colors MCP.

Role tokens

  • primary#9162c0
  • secondary#449d5d
  • accent#9162c0
  • surface#ffffff
  • text#171717

Contrast pairs

PairRatioAAAA largeAAAFix
Aaprimary on surface
4.46:1failpassfailAA: primary #8f5fbf (4.61:1)
Aasecondary on surface
3.37:1failpassfailAA: secondary #39844e (4.58:1)
Aaaccent on surface
4.46:1failpassfailAA: accent #8f5fbf (4.61:1)
Aatext on surface
17.93:1passpasspass
Aatext on primary
4.02:1failpassfailAA: text #050505 (4.57:1)
Aatext on secondary
5.32:1passpassfailAAA: secondary #54b66f (7.08:1)
Aatext on accent
4.02:1failpassfailAA: text #050505 (4.57:1)

Measured against the brand's own surface where it has one; fixes move lightness only so they stay on-hue.

Download

The same tokens as CSS custom properties, a Tailwind theme block, and a W3C DTCG color group — or fetch tokens.json / brand.css for the full brand.

css · nextjs-org-colors.css
:root {
  --color-primary: #9162c0;
  --color-secondary: #449d5d;
  --color-accent: #9162c0;
  --color-surface: #ffffff;
  --color-text: #171717;
}
tailwind · tailwind.config.js
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        primary: "#9162c0",
        secondary: "#449d5d",
        accent: "#9162c0",
        surface: "#ffffff",
        text: "#171717",
      },
    },
  },
};
dtcg · nextjs-org-colors.tokens.json
{
  "$description": "Next.js brand colors",
  "color": {
    "primary": {
      "$type": "color",
      "$value": "#9162c0"
    },
    "secondary": {
      "$type": "color",
      "$value": "#449d5d"
    },
    "accent": {
      "$type": "color",
      "$value": "#9162c0"
    },
    "surface": {
      "$type": "color",
      "$value": "#ffffff"
    },
    "text": {
      "$type": "color",
      "$value": "#171717"
    }
  }
}

Similar brand palettes

Public brands whose primary sits closest on the hue wheel.

mcpConnect your agent — riff on Next.js
live endpoint

Point any MCP client at the shared colors endpoint and your agent gets the same engine as this page — generate_palette, check_contrast, analyze_color — read-only, no key. Every palette it proposes comes with a /palettes/new/… link: open it, lock what you like, paste the link back.

endpointhttps://mcp.brandsweets.com/colors/mcp
claude mcp add --transport http brandsweets-colors https://mcp.brandsweets.com/colors/mcp
try this prompt

build a palette inspired by Next.js for a different startup — keep the feel, change the primary, and give me the /palettes/new link

tool url/palettes/new/9162c0-449d5d-ffffff-171717?lock=0

Want the agent to remember your picks and write them into a living brand? Create a free BrandSweets workspace.