Home · Branding · Novelcare

Novelcare Brand Identity

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

Download JSON
Primary
#21453E
Accent
#21453E
Body Font
Inter
Heading
Gelica Regular

Color Palette

Brand palette extracted from https://www.novel.care.

primary
#21453E
rgb(33, 69, 62)
secondary
#ECE1C9
rgb(236, 225, 201)
accent
#21453E
rgb(33, 69, 62)
background
#FFF8F0
rgb(255, 248, 240)
textPrimary
#000000
rgb(0, 0, 0)
link
#ECE1C9
rgb(236, 225, 201)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Gelica Regular
Gelica Regular Google Fonts →
Gelica Regular, 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

Novelcare logo
Logo
Novelcare favicon
Favicon
Novelcare social image
Social Card

UI Components

Live previews rendered using Novelcare's actual button styles.

buttonPrimary
background #21453E textColor #0000EE borderRadius 8px shadow rgba(0, 0, 0, 0.1) 0px 0.602187px 0.843062px -0.666667px, rgba(0, 0, 0, 0.11) 0px 2.28853px 3.20395px -1.33333px, rgba(0, 0, 0, 0.15) 0px 10px 14px -2px
buttonSecondary
background #ECE1C9 textColor #0000EE borderRadius 8px shadow rgba(0, 0, 0, 0.1) 0px 0.602187px 0.843062px -0.666667px, rgba(0, 0, 0, 0.11) 0px 2.28853px 3.20395px -1.33333px, rgba(0, 0, 0, 0.15) 0px 10px 14px -2px

Brand Personality

Tone: professional Energy: medium Audience: healthcare professionals

Novelcare Brand in the Wild

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

Frequently Asked Questions

What is Novelcare's primary brand color?

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

What font does Novelcare use?

Novelcare uses Inter for body text and Gelica Regular for headings. Fonts were detected on https://www.novel.care as part of their live design system.

Does Novelcare use a light or dark theme?

Novelcare's primary site uses a light color scheme, with a background of #FFF8F0.

Where can I find Novelcare's logo?

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

Methodology

Brand data on this page was extracted from https://www.novel.care 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 Novelcare.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Gelica Regular",
      "role": "heading"
    },
    {
      "family": "Gelica Light",
      "role": "unknown"
    },
    {
      "family": "Gelica Medium Italic",
      "role": "unknown"
    },
    {
      "family": "Gochi Hand",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#21453E",
    "secondary": "#ECE1C9",
    "accent": "#21453E",
    "background": "#FFF8F0",
    "textPrimary": "#000000",
    "link": "#ECE1C9"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Gelica Regular"
    },
    "fontStacks": {
      "heading": [
        "Gelica Regular",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "48px",
      "body": "10px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "2px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#21453E",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.1) 0px 0.602187px 0.843062px -0.666667px, rgba(0, 0, 0, 0.11) 0px 2.28853px 3.20395px -1.33333px, rgba(0, 0, 0, 0.15) 0px 10px 14px -2px"
    },
    "buttonSecondary": {
      "background": "#ECE1C9",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.1) 0px 0.602187px 0.843062px -0.666667px, rgba(0, 0, 0, 0.11) 0px 2.28853px 3.20395px -1.33333px, rgba(0, 0, 0, 0.15) 0px 10px 14px -2px"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/vCSao0kBBivpKNxx6Z5za0zAWRw.svg?width=752&height=142",
    "favicon": "https://framerusercontent.com/images/RiUAVvY5LhLT6Od66ojgISlcg8o.svg",
    "ogImage": "https://framerusercontent.com/images/NRJFaeLjxlU9IoZ6eaMXRaMygfY.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Novelcare'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Watch the demo",
      "reasoning": "Button #0 has a vibrant brand color (#21453E) and action-oriented text ('Watch the demo'), making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "How much does it cost?",
      "reasoning": "Button #1 has a different background color (#ECE1C9) and provides additional information ('How much does it cost?'), making it a suitable secondary CTA."
    },
    "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, and links to the homepage, matching the brand 'Novelcare'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles