Home · Branding · CareOasis

CareOasis Brand Identity

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

Download JSON
Primary
#003278
Accent
#003278
Body Font
Jost
Heading
Jost

Color Palette

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

primary
#003278
rgb(0, 50, 120)
secondary
#FEF6DD
rgb(254, 246, 221)
accent
#003278
rgb(0, 50, 120)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#003278
rgb(0, 50, 120)
link
#003278
rgb(0, 50, 120)

Typography

Each font links to its Google Fonts page where available.

primary
Jost
heading
Jost
Jost
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

CareOasis logo
Logo
CareOasis favicon
Favicon
CareOasis social image
Social Card

UI Components

Live previews rendered using CareOasis's actual button styles.

input
background #FFFFFF textColor #111827 borderColor null borderRadius 6px shadow rgb(255, 255, 255) 0px 0px 0px 0px inset, rgb(209, 213, 219) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
buttonPrimary
background #003278 textColor #FFFFFF borderRadius 24px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px
buttonSecondary
background #D4EFFF textColor #000000 borderRadius 6px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px

Brand Personality

Tone: professional Energy: medium Audience: Family caregivers in Ohio

CareOasis Brand in the Wild

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

Frequently Asked Questions

What is CareOasis's primary brand color?

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

What font does CareOasis use?

CareOasis uses Jost as the primary typeface across body and headings.

Does CareOasis use a light or dark theme?

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

Where can I find CareOasis's logo?

CareOasis's logo is available directly on their site (https://www.thecareoasis.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.thecareoasis.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 CareOasis.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Jost",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#003278",
    "secondary": "#FEF6DD",
    "accent": "#003278",
    "background": "#FFFFFF",
    "textPrimary": "#003278",
    "link": "#003278"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Jost",
      "heading": "Jost"
    },
    "fontStacks": {
      "heading": [
        "Jost"
      ],
      "body": [
        "Jost"
      ],
      "paragraph": [
        "Jost"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "48px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#111827",
      "borderColor": null,
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgb(255, 255, 255) 0px 0px 0px 0px inset, rgb(209, 213, 219) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonPrimary": {
      "background": "#003278",
      "textColor": "#FFFFFF",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px"
    },
    "buttonSecondary": {
      "background": "#D4EFFF",
      "textColor": "#000000",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    }
  },
  "images": {
    "logo": "https://thecareoasis.com/_next/static/media/COlogoblue.05~mwrb32ha-v.svg",
    "favicon": "https://thecareoasis.com/icon.png?icon.0tr2mh8qbid_3.png",
    "ogImage": "https://www.careoasis.com/assets/blog/hello-world/cover.jpg",
    "logoHref": "/",
    "logoAlt": "CareOasis"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'CareOasis'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Check Eligibility",
      "reasoning": "Button #3 ('Check Eligibility') uses a vibrant brand color (#003278) and has action-oriented text, making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Subscribe",
      "reasoning": "Button #2 ('Subscribe') has a different background color (#D4EFFF) and serves as a secondary action, suitable for a less immediate CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "Family caregivers in Ohio"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'CareOasis'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles