Home · Branding · Delty

Delty Brand Identity

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

Download JSON
Primary
#1A1A2E
Accent
#F5F5F7
Body Font
Inter
Heading
Lora

Color Palette

Brand palette extracted from https://delty.ai.

primary
#1A1A2E
rgb(26, 26, 46)
secondary
#0000EE
rgb(0, 0, 238)
accent
#F5F5F7
rgb(245, 245, 247)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#6B7280
rgb(107, 114, 128)
link
#6B7280
rgb(107, 114, 128)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Lora
Lora, 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

Delty logo
Logo
Delty favicon
Favicon
Delty social image
Social Card

UI Components

Live previews rendered using Delty's actual button styles.

buttonPrimary
background #F5F5F7 textColor #FFFFFF borderRadius 100px shadow none
buttonSecondary
background #FFFFFF textColor #1A1A2E borderColor #F2F2F2 borderRadius 12px shadow rgba(0, 0, 0, 0.06) 0px 1px 4px 0px, rgba(0, 0, 0, 0.04) 0px 4px 16px 0px

Brand Personality

Tone: professional Energy: medium Audience: healthcare professionals

Delty Brand in the Wild

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

Frequently Asked Questions

What is Delty's primary brand color?

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

What accent color does Delty use?

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

What font does Delty use?

Delty uses Inter for body text and Lora for headings. Fonts were detected on https://delty.ai as part of their live design system.

Does Delty use a light or dark theme?

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

Where can I find Delty's logo?

Delty's logo is available directly on their site (https://delty.ai). 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://delty.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 Delty.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Lora",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#1A1A2E",
    "secondary": "#0000EE",
    "accent": "#F5F5F7",
    "background": "#FFFFFF",
    "textPrimary": "#6B7280",
    "link": "#6B7280"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Lora"
    },
    "fontStacks": {
      "heading": [
        "Lora",
        "serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "76.8px",
      "h2": "44.8px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "14px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F5F5F7",
      "textColor": "#FFFFFF",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#1A1A2E",
      "borderColor": "#F2F2F2",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0.06) 0px 1px 4px 0px, rgba(0, 0, 0, 0.04) 0px 4px 16px 0px"
    }
  },
  "images": {
    "logo": "https://delty.ai/assets/delty-health-logo.jpg",
    "favicon": "https://delty.ai/favicon.ico",
    "ogImage": "https://delty.ai/og-image.png",
    "logoHref": "/",
    "logoAlt": "Delty Health logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand 'Delty Health'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a Demo →",
      "reasoning": "Button #0 has a vibrant blue background (#F5F5F7) and action-oriented text 'Book a Demo →', making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Provider Network\n        \n        EMR overlay. Providers get credit for care already delivered.\n    ",
      "reasoning": "Button #2 has a different background color (#FFFFFF) and serves as a secondary action with informative text."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals"
  },
  "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 the alt text matches the brand 'Delty Health'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles