Home · Branding · Secoda

Secoda Brand Identity

A complete profile of Secoda's visual system — colors, typography, components, and personality — extracted from https://secoda.co. Built for designers, agents, and AI tools.

Download JSON
Primary
#FE7B67
Accent
#E66551
Body Font
Inter
Heading
Rubik

Color Palette

Brand palette extracted from https://secoda.co.

primary
#FE7B67
rgb(254, 123, 103)
secondary
#4A3AFF
rgb(74, 58, 255)
accent
#E66551
rgb(230, 101, 81)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#222222
rgb(34, 34, 34)
link
#E66551
rgb(230, 101, 81)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Rubik
Inter, sans-serif
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

Secoda logo
Logo
Secoda favicon
Favicon
Secoda social image
Social Card

UI Components

Live previews rendered using Secoda's actual button styles.

input
background #FCFCFC textColor #222222 borderColor null borderRadius 9999px shadow rgb(138, 138, 138) 0px 0px 0px 1px inset
buttonPrimary
background #222222 textColor #FFFFFF borderRadius 24px shadow rgba(255, 255, 255, 0.2) 0px 2px 0px 0px inset, rgba(255, 255, 255, 0.2) 2px 0px 0px 0px inset, rgba(255, 255, 255, 0.2) -2px 0px 0px 0px inset, rgb(0, 0, 0) 0px -1px 0px 1px inset, rgb(0, 0, 0) 0px 1px 0px 0px inset
buttonSecondary
background #FFFFFF textColor #616161 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: data professionals and analysts

Secoda Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Secoda's primary brand color?

Secoda's primary brand color is #FE7B67. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Secoda use?

Secoda uses #E66551 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Secoda use?

Secoda uses Inter for body text and Rubik for headings. Fonts were detected on https://secoda.co as part of their live design system.

Does Secoda use a light or dark theme?

Secoda's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Secoda's logo?

Secoda's logo is available directly on their site (https://secoda.co). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://secoda.co 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 Secoda.

Methodology

Brand data on this page was extracted from https://secoda.co 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 Secoda.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Rubik",
      "role": "heading"
    },
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FE7B67",
    "secondary": "#4A3AFF",
    "accent": "#E66551",
    "background": "#FFFFFF",
    "textPrimary": "#222222",
    "link": "#E66551"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Rubik"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Rubik"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "24px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "15px"
  },
  "components": {
    "input": {
      "background": "#FCFCFC",
      "textColor": "#222222",
      "borderColor": null,
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgb(138, 138, 138) 0px 0px 0px 1px inset"
    },
    "buttonPrimary": {
      "background": "#222222",
      "textColor": "#FFFFFF",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "rgba(255, 255, 255, 0.2) 0px 2px 0px 0px inset, rgba(255, 255, 255, 0.2) 2px 0px 0px 0px inset, rgba(255, 255, 255, 0.2) -2px 0px 0px 0px inset, rgb(0, 0, 0) 0px -1px 0px 1px inset, rgb(0, 0, 0) 0px 1px 0px 0px inset"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#616161",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/61ddd0b42c51f86c96e1e90e/64fa3ce53d9f3613b6d12092_secoda.svg",
    "favicon": "https://cdn.prod.website-files.com/61ddd0b42c51f86c96e1e90e/66db030b217ba28ff7713b85_secoda-icon.png",
    "ogImage": "https://cdn.prod.website-files.com/61ddd0b42c51f86c96e1e90e/683a14fafd2295179b0ab954_Open%20graph%20image.jpg",
    "logoHref": "/",
    "logoAlt": "Untitled UI logotext"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 21,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Subscribe",
      "reasoning": "Button #0 with text 'Subscribe' has a dark background (#222222) which contrasts well with the white text, making it stand out as a primary CTA. The action-oriented text 'Subscribe' suggests a primary action."
    },
    "secondary": {
      "index": 2,
      "text": "Explore Enterprise",
      "reasoning": "Button #2 with text 'Explore Enterprise' has a light background (#FFFFFF) and a subtle text color (#616161), making it suitable as a secondary CTA. It provides additional information without being as prominent as the primary button."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "data professionals and analysts"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles