Sidenote Brand Identity
A complete profile of Sidenote's visual system — colors, typography, components, and personality — extracted from https://www.sidenote.ai. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://www.sidenote.ai.
Typography
Each font links to its Google Fonts page where available.
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: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. 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.
Visual Assets
UI Components
Live previews rendered using Sidenote's actual button styles.
Brand Personality
Sidenote Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Sidenote's primary brand color?
Sidenote's primary brand color is #071B2F. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Sidenote use?
Sidenote uses #162837 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Sidenote use?
Sidenote uses Inter for body text and DM Serif Display for headings. Fonts were detected on https://www.sidenote.ai as part of their live design system.
Does Sidenote use a light or dark theme?
Sidenote's primary site uses a dark color scheme, with a background of #051524.
How was this brand profile generated?
This profile was extracted from https://www.sidenote.ai using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Sidenote.
Methodology
Brand data on this page was extracted from https://www.sidenote.ai on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Sidenote.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "dark",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "DM Serif Display",
"role": "heading"
}
],
"colors": {
"primary": "#071B2F",
"secondary": "#0A253F",
"accent": "#162837",
"background": "#051524",
"textPrimary": "#051524",
"link": "#051524"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "DM Serif Display"
},
"fontStacks": {
"heading": [
"DM Serif Display",
"Georgia",
"serif"
],
"body": [
"Inter",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"sans-serif"
],
"paragraph": [
"Inter",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "44.8px",
"body": "18.4px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "#051524",
"textColor": "#E6F0F7",
"borderColor": "#0F3A5E",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#162837",
"textColor": "#ABCEE5",
"borderColor": "#3D6082",
"borderRadius": "50px",
"borderRadiusCorners": {
"topLeft": "50px",
"topRight": "50px",
"bottomRight": "50px",
"bottomLeft": "50px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#051524",
"textColor": "#ABCEE5",
"borderColor": "#3D6082",
"borderRadius": "50px",
"borderRadiusCorners": {
"topLeft": "50px",
"topRight": "50px",
"bottomRight": "50px",
"bottomLeft": "50px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://sidenote.ai/assets/images/sidenote-icon.png",
"ogImage": "https://sidenote.ai/assets/images/sidenote-icon.png"
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "No suitable brand logo was found among the candidates. Both candidates are too small and do not clearly represent the brand.",
"confidence": 0.3,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 5,
"text": "Rephrase",
"reasoning": "Button #5 has a vibrant and distinct color (#162837) compared to other buttons, making it stand out as the primary CTA."
},
"secondary": {
"index": 3,
"text": "Explore Intelligence Suite →",
"reasoning": "Button #0 is from a different color group (#051524) and serves as a secondary action with its outline style."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "enterprise clients"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "No suitable brand logo was found among the candidates. Both candidates are too small and do not clearly represent the brand.",
"confidence": 0.3
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 