Brand colors

Spline colors

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

Role tokens

  • primary#4482fc
  • secondary#6a9955
  • accent#ce9178
  • surface#ffffff
  • text#191a1d

Contrast pairs

PairRatioAAAA largeAAAFix
Aaprimary on surface
3.59:1failpassfailAA: primary #226bfc (4.59:1)
Aasecondary on surface
3.33:1failpassfailAA: secondary #598047 (4.56:1)
Aaaccent on surface
2.64:1failfailfailAA: accent #b05f40 (4.61:1)
Aatext on surface
17.4:1passpasspass
Aatext on primary
4.84:1passpassfailAAA: primary #77a4fd (7.05:1)
Aatext on secondary
5.22:1passpassfailAAA: secondary #86b172 (7.08:1)
Aatext on accent
6.58:1passpassfailAAA: text #111113 (7.14: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 · spline-design-colors.css
:root {
  --color-primary: #4482fc;
  --color-secondary: #6a9955;
  --color-accent: #ce9178;
  --color-surface: #ffffff;
  --color-text: #191a1d;
}
tailwind · tailwind.config.js
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        primary: "#4482fc",
        secondary: "#6a9955",
        accent: "#ce9178",
        surface: "#ffffff",
        text: "#191a1d",
      },
    },
  },
};
dtcg · spline-design-colors.tokens.json
{
  "$description": "Spline brand colors",
  "color": {
    "primary": {
      "$type": "color",
      "$value": "#4482fc"
    },
    "secondary": {
      "$type": "color",
      "$value": "#6a9955"
    },
    "accent": {
      "$type": "color",
      "$value": "#ce9178"
    },
    "surface": {
      "$type": "color",
      "$value": "#ffffff"
    },
    "text": {
      "$type": "color",
      "$value": "#191a1d"
    }
  }
}

Similar brand palettes

Public brands whose primary sits closest on the hue wheel.

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

tool url/palettes/new/4482fc-6a9955-ce9178-ffffff-191a1d?lock=0

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