Home · Branding · Ordo

Ordo Brand Identity

A complete profile of Ordo's visual system — colors, typography, components, and personality — extracted from https://www.ordo.com/. Built for designers, agents, and AI tools.

Download JSON
Primary
#155DFC
Accent
#155DFC
Body Font
Outfit
Heading
Noto Serif

Color Palette

Brand palette extracted from https://www.ordo.com/.

primary
#155DFC
rgb(21, 93, 252)
secondary
#F8D4D4
rgb(248, 212, 212)
accent
#155DFC
rgb(21, 93, 252)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#191919
rgb(25, 25, 25)
link
#FCE9E9
rgb(252, 233, 233)

Typography

Each font links to its Google Fonts page where available.

primary
Outfit
heading
Noto Serif
Noto Serif, Georgia, Times New Roman, 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

Ordo logo
Logo
Ordo favicon
Favicon
Ordo social image
Social Card

UI Components

Live previews rendered using Ordo's actual button styles.

buttonPrimary
background #155DFC textColor #FFFFFF borderRadius 11.4px shadow none
buttonSecondary
background #F4F4F4 textColor #191919 borderRadius 11.4px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy consumers

Ordo Brand in the Wild

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

Frequently Asked Questions

What is Ordo's primary brand color?

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

What font does Ordo use?

Ordo uses Outfit for body text and Noto Serif for headings. Fonts were detected on https://www.ordo.com/ as part of their live design system.

Does Ordo use a light or dark theme?

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

Where can I find Ordo's logo?

Ordo's logo is available directly on their site (https://www.ordo.com/). 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://www.ordo.com/ 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 Ordo.

Methodology

Brand data on this page was extracted from https://www.ordo.com/ 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 Ordo.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Outfit",
      "role": "body"
    },
    {
      "family": "Noto Serif",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#155DFC",
    "secondary": "#F8D4D4",
    "accent": "#155DFC",
    "background": "#FFFFFF",
    "textPrimary": "#191919",
    "link": "#FCE9E9"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Outfit",
      "heading": "Noto Serif"
    },
    "fontStacks": {
      "heading": [
        "Noto Serif",
        "Georgia",
        "Times New Roman",
        "serif"
      ],
      "body": [
        "Outfit",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "paragraph": [
        "Outfit",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60.8px",
      "h2": "45.6px",
      "body": "20.9px"
    }
  },
  "spacing": {
    "baseUnit": 6,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#155DFC",
      "textColor": "#FFFFFF",
      "borderRadius": "11.4px",
      "borderRadiusCorners": {
        "topLeft": "11.4px",
        "topRight": "11.4px",
        "bottomRight": "11.4px",
        "bottomLeft": "11.4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F4F4F4",
      "textColor": "#191919",
      "borderRadius": "11.4px",
      "borderRadiusCorners": {
        "topLeft": "11.4px",
        "topRight": "11.4px",
        "bottomRight": "11.4px",
        "bottomLeft": "11.4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://ordo-playground.cdn.prismic.io/ordo-playground/aUMLAnNYClf9oXhR_Ordologo.svg?fit=max&w=256",
    "favicon": "https://www.ordo.com/icon.png?c8c563dda4c82c19",
    "ogImage": "https://images.prismic.io/ordo-playground/aXomtQIvOtkhCCda_OrdoGraphImage2026.png?auto=format,compress&rect=0,0,3600,1890&w=2400&h=1260",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Ordo'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 9,
      "text": "Request a quote",
      "reasoning": "Button #8 has a vibrant blue background (#155DFC), which is the brand color, and the text 'Request a quote' is action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 8,
      "text": "Learn more",
      "reasoning": "Button #0 has a light background (#F4F4F4) and the text 'Learn more', which is less prominent and serves as a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy consumers"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "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, links to the homepage, and matches the brand name 'Ordo'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles