Home · Branding · ODWEN

ODWEN Brand Identity

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

Download JSON
Primary
#2222DE
Accent
#0091FF
Body Font
Roboto
Heading
Libre Caslon Display

Color Palette

Brand palette extracted from https://www.odwen.co.in.

primary
#2222DE
rgb(34, 34, 222)
secondary
#6C757D
rgb(108, 117, 125)
accent
#0091FF
rgb(0, 145, 255)
background
#F8F9FA
rgb(248, 249, 250)
textPrimary
#000000
rgb(0, 0, 0)
link
#0D6EFD
rgb(13, 110, 253)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Libre Caslon Display
Libre Caslon Display Google Fonts →
Libre Caslon Display, 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

ODWEN logo
Logo
ODWEN favicon
Favicon

UI Components

Live previews rendered using ODWEN's actual button styles.

buttonPrimary
background #0091FF textColor #FFFFFF borderRadius 0px shadow rgba(37, 211, 102, 0.4) 0px 0px 5px 0px
buttonSecondary
background #EFEFEF textColor #FFFFFF borderRadius 10px shadow rgb(193, 226, 249) 8px 5px 10px 0px

Brand Personality

Tone: professional Energy: medium Audience: businesses seeking warehousing solutions

ODWEN Brand in the Wild

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

Frequently Asked Questions

What is ODWEN's primary brand color?

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

What accent color does ODWEN use?

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

What font does ODWEN use?

ODWEN uses Roboto for body text and Libre Caslon Display for headings. Fonts were detected on https://www.odwen.co.in as part of their live design system.

Does ODWEN use a light or dark theme?

ODWEN's primary site uses a light color scheme, with a background of #F8F9FA.

Where can I find ODWEN's logo?

ODWEN's logo is available directly on their site (https://www.odwen.co.in). 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.odwen.co.in 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 ODWEN.

Methodology

Brand data on this page was extracted from https://www.odwen.co.in 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 ODWEN.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Libre Caslon Display",
      "role": "heading"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2222DE",
    "secondary": "#6C757D",
    "accent": "#0091FF",
    "background": "#F8F9FA",
    "textPrimary": "#000000",
    "link": "#0D6EFD"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Libre Caslon Display"
    },
    "fontStacks": {
      "heading": [
        "Libre Caslon Display",
        "serif"
      ],
      "body": [
        "system-ui"
      ],
      "paragraph": [
        "system-ui"
      ]
    },
    "fontSizes": {
      "h1": "59.2px",
      "h2": "50px",
      "body": "17px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0091FF",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "rgba(37, 211, 102, 0.4) 0px 0px 5px 0px"
    },
    "buttonSecondary": {
      "background": "#EFEFEF",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgb(193, 226, 249) 8px 5px 10px 0px"
    }
  },
  "images": {
    "logo": "https://odwen.co.in/img/version4/logo-white.svg",
    "favicon": "https://odwen.co.in/img/version4/favicon.png",
    "ogImage": null,
    "logoHref": "index.html"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it matches the brand name 'ODWEN', is visible, and has a source URL indicating it is the main logo.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "WhatsApp Us",
      "reasoning": "Button #0 has a vibrant blue background (#0091FF), which is a strong indicator of a primary CTA. The text 'WhatsApp Us' suggests direct engagement, making it a suitable primary action."
    },
    "secondary": {
      "index": 1,
      "text": "Get In Touch",
      "reasoning": "Button #1 has a light background (#EFEFEF) and the text 'Get In Touch', which is a common secondary action. It contrasts with the primary button's vibrant color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking warehousing solutions"
  },
  "designSystem": {
    "framework": "bootstrap",
    "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 matches the brand name 'ODWEN', is visible, and has a source URL indicating it is the main logo.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles