songkick.json
Songkick Brand Identity
A complete profile of Songkick's visual system — colors, typography, components, and personality — extracted from http://songkick.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/songkick
- Machine-readable JSON: https://characterquilt.com/branding/songkick.json
- Per-page llms.txt: https://characterquilt.com/branding/songkick/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #066792 |
| Accent | #E70154 |
| Body Font | Inter |
| Heading Font | Helvetica Neue |
Color Palette
- primary: #066792
- secondary: #D41149
- accent: #E70154
- background: #FFFFFF
- textPrimary: #1E2126
- link: #E70154
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Helvetica Neue — https://fonts.google.com/specimen/Helvetica+Neue
Visual Assets
- Logo: https://assets.sk-static.com/images/nw/components/navigation/header-logo.svg
- Favicon: https://assets.sk-static.com/images/favicon.ico
- Social card (og:image): http://assets.sk-static.com/images/nw/1200-x-600-Wordmark-White.png
UI Components
- buttonPrimary: background=#E70154, textColor=#FFFFFF, borderRadius=9999px, shadow=none
- buttonSecondary: background=#0C0D0D, textColor=#666666, borderRadius=3px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: music enthusiasts
Songkick Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Songkick
- The hardest-working bands of 2010 | by Songkick | Songkick
- Gideon King & City Blog Full Tour Schedule 2026 & 2027, Tour Dates & Concerts – Songkick
- To kill a tracking. Lo, behold: we've added new features… | by Songkick | Songkick
- Deezer avec Songkick | by Songkick | Songkick
- Video Game Music Concert | Songkick
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Helvetica Neue",
"role": "heading"
},
{
"family": "Arial",
"role": "body"
}
],
"colors": {
"primary": "#066792",
"secondary": "#D41149",
"accent": "#E70154",
"background": "#FFFFFF",
"textPrimary": "#1E2126",
"link": "#E70154"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Helvetica Neue"
},
"fontStacks": {
"heading": [
"Archivo",
"sans-serif"
],
"body": [
"Helvetica Neue",
"helvetica",
"Arial",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "84.98px",
"h2": "32px",
"body": "12px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "3px"
},
"components": {
"buttonPrimary": {
"background": "#E70154",
"textColor": "#FFFFFF",
"borderRadius": "9999px",
"borderRadiusCorners": {
"topLeft": "9999px",
"topRight": "9999px",
"bottomRight": "9999px",
"bottomLeft": "9999px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#0C0D0D",
"textColor": "#666666",
"borderRadius": "3px",
"borderRadiusCorners": {
"topLeft": "3px",
"topRight": "3px",
"bottomRight": "3px",
"bottomLeft": "3px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://assets.sk-static.com/images/nw/components/navigation/header-logo.svg",
"favicon": "https://assets.sk-static.com/images/favicon.ico",
"ogImage": "http://assets.sk-static.com/images/nw/1200-x-600-Wordmark-White.png",
"logoHref": "/",
"logoAlt": "Songkick"
},
"__llm_logo_reasoning": {
"selectedIndex": 1,
"reasoning": "Selected #1 because it matches the brand name 'Songkick', is medium-sized, and links to the homepage, making it the primary brand logo.",
"confidence": 0.85,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Sign up",
"reasoning": "Button #0 'Sign up' uses a vibrant brand color (#E70154) and has action-oriented text, making it the primary CTA."
},
"secondary": {
"index": 2,
"text": "The Weeknd",
"reasoning": "Button #2 'The Weeknd' uses a different color group (#0C0D0D) and serves as a secondary action, fitting the criteria for a secondary button."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "high",
"targetAudience": "music enthusiasts"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.95,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 1,
"selectedLogoReasoning": "Selected #1 because it matches the brand name 'Songkick', is medium-sized, and links to the homepage, making it the primary brand logo.",
"confidence": 0.85
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}