Brand colors

Astro colors

Astro'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 Astro via the colors MCP.

Role tokens

  • primary#3178c6
  • secondary#54b9ff
  • accent#4bf3c8
  • surface#f2f6fa
  • text#2c2c2c

Contrast pairs

PairRatioAAAA largeAAAFix
Aaprimary on surface
4.17:1failpassfailAA: primary #2e70b8 (4.69:1)
Aasecondary on surface
1.98:1failfailfailAA: secondary #0071c2 (4.67:1)
Aaaccent on surface
1.29:1failfailfailAA: accent #097c5f (4.76:1)
Aatext on surface
12.86:1passpasspass
Aatext on primary
3.08:1failpassfailAA: text #030303 (4.55:1)
Aatext on secondary
6.49:1passpassfailAAA: text #262626 (7.03:1)
Aatext on accent
9.94:1passpasspass

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 · astro-build-colors.css
:root {
  --color-primary: #3178c6;
  --color-secondary: #54b9ff;
  --color-accent: #4bf3c8;
  --color-surface: #f2f6fa;
  --color-text: #2c2c2c;
}
tailwind · tailwind.config.js
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        primary: "#3178c6",
        secondary: "#54b9ff",
        accent: "#4bf3c8",
        surface: "#f2f6fa",
        text: "#2c2c2c",
      },
    },
  },
};
dtcg · astro-build-colors.tokens.json
{
  "$description": "Astro brand colors",
  "color": {
    "primary": {
      "$type": "color",
      "$value": "#3178c6"
    },
    "secondary": {
      "$type": "color",
      "$value": "#54b9ff"
    },
    "accent": {
      "$type": "color",
      "$value": "#4bf3c8"
    },
    "surface": {
      "$type": "color",
      "$value": "#f2f6fa"
    },
    "text": {
      "$type": "color",
      "$value": "#2c2c2c"
    }
  }
}

Similar brand palettes

Public brands whose primary sits closest on the hue wheel.

mcpConnect your agent — riff on Astro
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 Astro for a different startup — keep the feel, change the primary, and give me the /palettes/new link

tool url/palettes/new/3178c6-54b9ff-4bf3c8-f2f6fa-2c2c2c?lock=0

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