SafetyWing Brand: Colors, Fonts, Logo & Visual Identity

Home · Branding · SafetyWing

SafetyWing Brand Identity

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

Copy Page

Copy Agent Instructions Download JSON

Primary

#5CC6C7

Accent

#EDCE68

Body Font

Inter

Heading

Inter

Color Palette

Brand palette extracted from http://www.safetywing.com.

primary

#5CC6C7

rgb(92, 198, 199)

secondary

#EDCE68

rgb(237, 206, 104)

accent

#EDCE68

rgb(237, 206, 104)

background

#273C49

rgb(39, 60, 73)

textPrimary

#273C49

rgb(39, 60, 73)

link

#273C49

rgb(39, 60, 73)

Typography

Each font links to its Google Fonts page where available.

primary

Inter

Inter Google Fonts →

heading

Inter

Inter Google Fonts →

Twemoji Country Flags, Inter

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

%20!important%3B%22%2F%3E%3C%2Fsvg%3E)

Logo

Favicon

Social Card

UI Components

Live previews rendered using SafetyWing's actual button styles.

Button Primary

buttonPrimary

background#EDCE68textColor#273C49borderColor#E7BB2BborderRadius12pxshadowrgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0.15) 0px 1.5px 0px 0px inset

Button Secondary

buttonSecondary

background#7ADDB6textColor#273C49borderColor#49D19BborderRadius12pxshadowrgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0.15) 0px 1.5px 0px 0px inset

Brand Personality

Tone: modernEnergy: mediumAudience: remote workers and digital nomads

SafetyWing Brand in the Wild

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

Image: safetywing.com

Source: safetywing.com

Image: images.ctfassets.net

Source: safetywing.com

Image: cdn.prod.website-files.com

Source: future-of-work.safetywing.com

Image: images.ctfassets.net

Source: safetywing.com

Image: hello.safetywing.com

Source: hello.safetywing.com

Image: safetywing.com

Source: safetywing.com

Frequently Asked Questions

What is SafetyWing's primary brand color?

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

What accent color does SafetyWing use?

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

What font does SafetyWing use?

SafetyWing uses Inter as the primary typeface across body and headings.

Does SafetyWing use a light or dark theme?

SafetyWing's primary site uses a dark color scheme, with a background of #273C49.

Where can I find SafetyWing's logo?

SafetyWing's logo is available directly on their site (http://www.safetywing.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 http://www.safetywing.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 SafetyWing.

Methodology

Brand data on this page was extracted from http://www.safetywing.com on 2026-07-27 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 SafetyWing.

Machine-Readable Profile

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

GET /branding/safetywing.json GET /branding/safetywing/llms.txt

{
  "colorScheme": "dark",
  "fonts": [\
    {\
      "family": "Inter",\
      "role": "body"\
    },\
    {\
      "family": "Nimbus",\
      "role": "unknown"\
    },\
    {\
      "family": "Roboto",\
      "role": "unknown"\
    },\
    {\
      "family": "Helvetica",\
      "role": "unknown"\
    },\
    {\
      "family": "Arial",\
      "role": "unknown"\
    }\
  ],
  "colors": {
    "primary": "#5CC6C7",
    "secondary": "#EDCE68",
    "accent": "#EDCE68",
    "background": "#273C49",
    "textPrimary": "#273C49",
    "link": "#273C49"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [\
        "Twemoji Country Flags",\
        "Inter"\
      ],
      "body": [\
        "Twemoji Country Flags",\
        "Inter"\
      ],
      "paragraph": [\
        "Twemoji Country Flags",\
        "Inter"\
      ]
    },
    "fontSizes": {
      "h1": "69.6px",
      "h2": "132px",
      "body": "13.6px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#EDCE68",
      "textColor": "#273C49",
      "borderColor": "#E7BB2B",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0.15) 0px 1.5px 0px 0px inset"
    },
    "buttonSecondary": {
      "background": "#7ADDB6",
      "textColor": "#273C49",
      "borderColor": "#49D19B",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0.15) 0px 1.5px 0px 0px inset"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22120%22%20height%3D%2224%22%20viewBox%3D%220%200%20120%2024%22%20fill%3D%22currentColor%22%20class%3D%22mt-0.5%20h-%5B24px%5D%20w-%5B120px%5D%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M11.05%2C.02l.15%2C5.93h-.53c-.19-1.36-.83-2.62-1.84-3.58-.83-.84-1.97-1.33-3.17-1.36-.38-.02-.76%2C.04-1.12%2C.17-.36%2C.13-.69%2C.32-.97%2C.58-.24%2C.21-.43%2C.46-.56%2C.74-.13%2C.28-.2%2C.59-.21%2C.9%2C0%2C.37%2C.09%2C.73%2C.27%2C1.05%2C.32%2C.46%2C.73%2C.86%2C1.21%2C1.17%2C.89%2C.57%2C1.82%2C1.09%2C2.77%2C1.55%2C1.57%2C.68%2C2.98%2C1.66%2C4.14%2C2.9%2C.7%2C.9%2C1.07%2C1.99%2C1.06%2C3.12%2C0%2C.72-.14%2C1.44-.44%2C2.1-.29%2C.66-.73%2C1.25-1.27%2C1.74-.58%2C.54-1.26%2C.95-2.01%2C1.23-.75%2C.28-1.54%2C.4-2.34%2C.38-.52%2C0-1.03-.06-1.54-.17-.63-.16-1.25-.38-1.85-.64-.32-.14-.66-.21-1.01-.22-.26%2C.01-.51%2C.1-.71%2C.26-.27%2C.21-.48%2C.48-.61%2C.8h-.48v-6.73H.48c.24%2C1.63%2C1.01%2C3.14%2C2.19%2C4.32%2C.92%2C.93%2C2.17%2C1.47%2C3.49%2C1.5%2C.85%2C.04%2C1.67-.25%2C2.3-.8%2C.44-.38%2C.73-.89%2C.82-1.45%2C.1-.56%2C0-1.14-.29-1.63-.25-.43-.59-.82-1-1.12-.75-.53-1.54-.99-2.37-1.38-1.21-.57-2.36-1.25-3.43-2.04-.66-.52-1.21-1.16-1.61-1.89C.2%2C6.72%2C.01%2C5.94%2C.02%2C5.16c-.01-.67%2C.12-1.34%2C.38-1.97%2C.26-.62%2C.66-1.19%2C1.15-1.66%2C.5-.49%2C1.1-.87%2C1.76-1.13C3.97%2C.15%2C4.68%2C.03%2C5.39%2C.05c.56-.01%2C1.12%2C.05%2C1.66%2C.18%2C.53%2C.14%2C1.05%2C.34%2C1.54%2C.58%2C.37%2C.22%2C.79%2C.36%2C1.22%2C.43%2C.1%2C0%2C.2-.01%2C.29-.05%2C.09-.04%2C.17-.09%2C.24-.16%2C.19-.31%2C.32-.65%2C.36-1.01h.36Zm8.54%2C16.38c-1.47%2C1.32-2.79%2C1.98-3.96%2C1.98-.32%2C0-.64-.05-.93-.17-.3-.12-.56-.3-.79-.52-.23-.23-.4-.5-.52-.79-.12-.3-.17-.61-.16-.93%2C0-.48%2C.12-.95%2C.32-1.38%2C.2-.43%2C.5-.82%2C.87-1.14%2C.79-.75%2C2.52-1.75%2C5.17-2.99v-1.23c.04-.59-.01-1.18-.15-1.75-.12-.26-.31-.48-.56-.63-.27-.18-.6-.27-.93-.27-.49-.02-.97%2C.11-1.38%2C.38-.1%2C.06-.18%2C.14-.24%2C.23-.06%2C.1-.09%2C.21-.1%2C.32%2C.04%2C.26%2C.16%2C.5%2C.36%2C.68%2C.29%2C.29%2C.47%2C.68%2C.49%2C1.08%2C0%2C.2-.04%2C.41-.12%2C.59-.08%2C.19-.2%2C.36-.35%2C.5-.16%2C.15-.36%2C.27-.57%2C.35-.21%2C.08-.44%2C.11-.66%2C.1-.5%2C.01-.99-.17-1.36-.5-.17-.15-.31-.32-.4-.53-.09-.2-.14-.42-.14-.64%2C.02-.67%2C.3-1.31%2C.77-1.8%2C.54-.6%2C1.23-1.05%2C2-1.31%2C.88-.29%2C1.81-.43%2C2.74-.42%2C.97-.05%2C1.92%2C.21%2C2.72%2C.75%2C.59%2C.4%2C1.04%2C.96%2C1.3%2C1.61%2C.15%2C.82%2C.2%2C1.65%2C.15%2C2.48v4.76c-.02%2C.35%2C0%2C.71%2C.06%2C1.05%2C.03%2C.12%2C.1%2C.24%2C.19%2C.32%2C.08%2C.07%2C.19%2C.11%2C.3%2C.1%2C.23%2C0%2C.45-.16%2C.68-.49l.38%2C.31c-.34%2C.55-.8%2C1.03-1.34%2C1.41-.46%2C.29-.99%2C.44-1.54%2C.44-.58%2C.03-1.15-.14-1.61-.49-.42-.39-.67-.92-.71-1.48Zm0-.96v-4.11c-.9%2C.51-1.68%2C1.18-2.3%2C1.99-.32%2C.41-.49%2C.91-.51%2C1.43%2C0%2C.39%2C.15%2C.78%2C.43%2C1.06%2C.11%2C.12%2C.26%2C.21%2C.41%2C.27%2C.16%2C.06%2C.32%2C.09%2C.49%2C.08%2C.56-.07%2C1.08-.32%2C1.47-.73ZM30.15%2C7.21V15.74c-.06%2C.53%2C.03%2C1.07%2C.26%2C1.55%2C.2%2C.18%2C.45%2C.32%2C.71%2C.4%2C.27%2C.08%2C.55%2C.09%2C.82%2C.05v.47h-7.13v-.47c.4%2C.02%2C.79-.04%2C1.16-.19%2C.21-.1%2C.38-.28%2C.47-.49%2C.11-.43%2C.16-.87%2C.13-1.31V7.23h-1.76v-1.29h1.76v-1.52c-.02-.59%2C.1-1.17%2C.33-1.72%2C.23-.54%2C.58-1.03%2C1.02-1.43C28.94%2C.4%2C30.26-.05%2C31.61%2C.02c.83-.06%2C1.66%2C.15%2C2.36%2C.61%2C.23%2C.15%2C.41%2C.35%2C.55%2C.58%2C.13%2C.23%2C.21%2C.49%2C.22%2C.76%2C0%2C.19-.04%2C.39-.12%2C.56-.08%2C.18-.2%2C.33-.35%2C.46-.35%2C.3-.8%2C.46-1.27%2C.43-.39%2C.02-.77-.11-1.07-.35-.12-.1-.22-.22-.28-.35-.07-.14-.1-.28-.11-.43%2C.01-.16%2C.04-.33%2C.08-.49%2C.03-.14%2C.05-.28%2C.05-.42%2C0-.07%2C0-.15-.03-.22-.03-.07-.07-.13-.12-.19-.07-.06-.15-.11-.23-.15-.09-.03-.18-.05-.27-.05-.12%2C0-.24%2C.03-.35%2C.08-.11%2C.05-.2%2C.13-.28%2C.23-.19%2C.3-.28%2C.66-.25%2C1.01v3.86h1.78v1.29l-1.75-.04Zm12.44%2C4.39h-6.62c0%2C1.38%2C.44%2C2.73%2C1.28%2C3.85%2C.24%2C.33%2C.57%2C.6%2C.94%2C.79%2C.37%2C.19%2C.78%2C.29%2C1.2%2C.29%2C.51%2C.02%2C1.01-.12%2C1.43-.4%2C.54-.43%2C.99-.96%2C1.34-1.55l.44%2C.29c-.47%2C1.12-1.22%2C2.11-2.17%2C2.88-.53%2C.36-1.13%2C.61-1.76%2C.74-.63%2C.13-1.28%2C.14-1.92%2C.02-.63-.12-1.24-.35-1.78-.7-.54-.35-1-.79-1.36-1.31-.78-1.26-1.17-2.72-1.11-4.2-.1-1.77%2C.49-3.51%2C1.64-4.89%2C.46-.56%2C1.04-1.02%2C1.71-1.33%2C.66-.31%2C1.39-.48%2C2.13-.49%2C.61%2C0%2C1.22%2C.14%2C1.77%2C.39%2C.55%2C.26%2C1.04%2C.64%2C1.42%2C1.1%2C.99%2C1.3%2C1.49%2C2.88%2C1.44%2C4.49Zm-3.18-.88c.04-.96-.04-1.92-.22-2.87-.1-.45-.34-.87-.68-1.19-.2-.17-.46-.25-.72-.24-.23%2C0-.45%2C.07-.64%2C.19s-.35%2C.28-.45%2C.48c-.56%2C.98-.83%2C2.09-.77%2C3.2v.46l3.48-.03ZM47.6%2C1.46V5.95h2.86v1.29h-2.86v7.56c-.01%2C.46%2C.03%2C.92%2C.13%2C1.37%2C.06%2C.2%2C.18%2C.37%2C.35%2C.5%2C.12%2C.09%2C.27%2C.15%2C.42%2C.16%2C.56%2C0%2C1.09-.43%2C1.59-1.29l.38%2C.29c-.7%2C1.68-1.83%2C2.51-3.39%2C2.51-.66%2C0-1.3-.2-1.83-.57-.53-.38-.93-.91-1.12-1.52-.12-.8-.17-1.6-.14-2.41V7.24h-1.57v-.46c1.01-.72%2C1.94-1.54%2C2.77-2.45%2C.78-.88%2C1.45-1.84%2C2-2.87h.42Zm8.26%2C17.21l-3.9-9.05c-.33-.88-.76-1.72-1.3-2.51-.27-.31-.62-.54-1.01-.66v-.49h6.42v.49c-.32-.01-.63%2C.07-.89%2C.25-.08%2C.07-.15%2C.15-.19%2C.24-.05%2C.09-.07%2C.19-.07%2C.3%2C.11%2C.69%2C.32%2C1.35%2C.64%2C1.97l2.06%2C4.8%2C1.4-3.74c.4-.88%2C.65-1.8%2C.77-2.75%2C0-.14-.02-.28-.08-.41-.05-.13-.13-.25-.24-.34-.32-.23-.72-.34-1.12-.31v-.49h4.04v.49c-.37%2C.03-.72%2C.2-.97%2C.46-.53%2C.85-.95%2C1.77-1.25%2C2.72l-3.45%2C9.07c-.48%2C1.47-1.13%2C2.87-1.93%2C4.2-.26%2C.34-.59%2C.62-.98%2C.81-.39%2C.19-.82%2C.29-1.25%2C.29-.32%2C.02-.64-.03-.95-.14-.3-.11-.58-.27-.82-.49-.21-.19-.38-.42-.5-.68-.11-.26-.17-.54-.17-.82-.02-.46%2C.15-.91%2C.46-1.26%2C.14-.16%2C.31-.29%2C.51-.37%2C.19-.09%2C.41-.13%2C.62-.13%2C.19%2C0%2C.39%2C.03%2C.57%2C.1%2C.18%2C.07%2C.34%2C.18%2C.47%2C.32%2C.29%2C.37%2C.44%2C.83%2C.41%2C1.29-.02%2C.22%2C.02%2C.44%2C.12%2C.64%2C.03%2C.05%2C.08%2C.08%2C.13%2C.11%2C.05%2C.02%2C.11%2C.04%2C.17%2C.03%2C.13-.01%2C.26-.06%2C.37-.12%2C.11-.07%2C.21-.15%2C.29-.26%2C.55-.77%2C.96-1.62%2C1.21-2.51l.41-1.06ZM89.32%2C.42v.49c-.3%2C.02-.58%2C.11-.83%2C.28-.26%2C.2-.46%2C.46-.59%2C.75-.05%2C.1-.32%2C.78-.81%2C2.04l-5.49%2C14.67h-.51l-4.34-11.46-4.77%2C11.43h-.45l-5.79-14.49c-.33-.92-.74-1.8-1.23-2.65-.14-.17-.32-.3-.53-.4-.2-.09-.42-.14-.65-.14V.42h7.59v.49c-.43-.03-.85%2C.07-1.22%2C.28-.1%2C.08-.18%2C.17-.23%2C.28-.05%2C.11-.08%2C.23-.08%2C.35%2C.11%2C.73%2C.32%2C1.44%2C.63%2C2.11l3.43%2C8.63%2C2.75-6.73-.72-1.89c-.24-.71-.54-1.41-.89-2.07-.18-.31-.45-.57-.77-.75-.39-.17-.81-.25-1.24-.22V.42h8.48v.49c-.43-.01-.86%2C.04-1.28%2C.14-.17%2C.05-.32%2C.16-.43%2C.31-.11%2C.15-.17%2C.33-.16%2C.52%2C.13%2C.63%2C.32%2C1.25%2C.58%2C1.85l3.25%2C8.4%2C2.86-7.62c.21-.53%2C.4-1.07%2C.55-1.62%2C.06-.26%2C.1-.53%2C.1-.8%2C0-.16-.02-.32-.08-.46-.06-.15-.16-.28-.28-.38-.41-.25-.9-.37-1.38-.34V.42h4.51Zm4.06%2C5.52V15.67c-.07%2C.57%2C.04%2C1.15%2C.3%2C1.66%2C.15%2C.14%2C.34%2C.25%2C.54%2C.32%2C.2%2C.07%2C.41%2C.1%2C.62%2C.09v.47h-6.52v-.48c.22%2C0%2C.44-.03%2C.65-.11%2C.21-.08%2C.39-.21%2C.54-.36%2C.23-.5%2C.32-1.05%2C.26-1.6v-7.16c.07-.57-.04-1.15-.3-1.66-.15-.14-.33-.25-.53-.32-.2-.07-.41-.1-.62-.09v-.49h5.06ZM91.56%2C0c.27%2C0%2C.53%2C.05%2C.78%2C.15%2C.24%2C.1%2C.46%2C.26%2C.64%2C.45%2C.19%2C.19%2C.34%2C.42%2C.44%2C.66%2C.1%2C.25%2C.15%2C.51%2C.14%2C.78%2C0%2C.26-.05%2C.53-.15%2C.77-.1%2C.25-.25%2C.47-.44%2C.66-.18%2C.19-.4%2C.34-.64%2C.44-.24%2C.1-.51%2C.15-.77%2C.15-.26%2C0-.52-.05-.77-.15-.24-.1-.46-.25-.64-.44-.19-.19-.34-.41-.44-.66-.1-.25-.15-.51-.14-.77%2C0-.27%2C.04-.53%2C.14-.78%2C.1-.25%2C.25-.47%2C.44-.66%2C.18-.19%2C.39-.34%2C.64-.45%2C.24-.1%2C.5-.16%2C.77-.15Zm8.08%2C5.94v1.59c.51-.59%2C1.11-1.1%2C1.78-1.5%2C.56-.31%2C1.19-.47%2C1.83-.46%2C.71-.03%2C1.41%2C.21%2C1.95%2C.66%2C.51%2C.43%2C.87%2C1.01%2C1.04%2C1.65%2C.18%2C.95%2C.25%2C1.91%2C.21%2C2.87v4.77c-.06%2C.6%2C.03%2C1.21%2C.25%2C1.77%2C.14%2C.14%2C.3%2C.25%2C.48%2C.33%2C.18%2C.08%2C.38%2C.12%2C.57%2C.12v.47h-6.14v-.46c.2-.01%2C.39-.07%2C.56-.17%2C.17-.1%2C.31-.24%2C.42-.4%2C.19-.52%2C.26-1.07%2C.21-1.62v-5.43c.03-.64-.01-1.27-.12-1.9-.06-.24-.2-.45-.39-.61-.17-.14-.39-.22-.61-.22-.74%2C0-1.43%2C.54-2.07%2C1.62v6.57c-.06%2C.59%2C.03%2C1.19%2C.25%2C1.74%2C.11%2C.14%2C.26%2C.25%2C.42%2C.33%2C.16%2C.08%2C.34%2C.12%2C.52%2C.13v.47h-6.14v-.5c.21%2C0%2C.41-.05%2C.6-.14%2C.19-.09%2C.35-.21%2C.49-.36%2C.21-.54%2C.28-1.13%2C.22-1.71v-6.92c.06-.59-.03-1.18-.25-1.73-.28-.28-.65-.44-1.05-.45v-.49h4.97Zm16.23%2C.14h4.07v1.44h-2.3c.35%2C.34%2C.65%2C.73%2C.88%2C1.17%2C.26%2C.61%2C.35%2C1.27%2C.28%2C1.92-.07%2C.65-.31%2C1.28-.69%2C1.82-.5%2C.66-1.18%2C1.17-1.95%2C1.5-.68%2C.33-1.43%2C.52-2.19%2C.55l-1.53-.07c-.18%2C0-.36%2C.03-.53%2C.1-.17%2C.07-.32%2C.17-.45%2C.29-.13%2C.12-.23%2C.26-.29%2C.42-.07%2C.16-.1%2C.33-.1%2C.5%2C0%2C.14%2C.03%2C.28%2C.09%2C.41s.15%2C.24%2C.26%2C.34c.34%2C.23%2C.75%2C.34%2C1.16%2C.3h2.23c1.81%2C0%2C3.05%2C.2%2C3.73%2C.61%2C.47%2C.25%2C.85%2C.63%2C1.11%2C1.09%2C.26%2C.46%2C.38%2C.97%2C.35%2C1.49%2C0%2C.73-.23%2C1.44-.67%2C2.03-.44%2C.61-1.06%2C1.07-1.76%2C1.35-1.23%2C.45-2.53%2C.67-3.84%2C.64-1%2C0-2-.1-2.97-.32-.71-.11-1.39-.39-1.95-.84-.18-.15-.32-.34-.42-.54-.1-.21-.16-.43-.17-.66%2C0-.4%2C.16-.79%2C.45-1.08%2C.47-.41%2C1.04-.69%2C1.66-.81-.49-.18-.9-.5-1.2-.92-.3-.42-.47-.91-.48-1.41%2C.01-.65%2C.26-1.27%2C.68-1.76%2C.59-.67%2C1.33-1.18%2C2.17-1.5-.99-.31-1.86-.9-2.5-1.69-.52-.71-.79-1.56-.77-2.42%2C0-.59%2C.13-1.17%2C.38-1.71%2C.25-.54%2C.61-1.02%2C1.07-1.4%2C1.02-.89%2C2.36-1.36%2C3.72-1.3%2C.85%2C0%2C1.69%2C.16%2C2.47%2C.47Zm-2.99%2C13.92c-.59-.04-1.18%2C.03-1.74%2C.22-.22%2C.09-.41%2C.24-.55%2C.44-.14%2C.19-.21%2C.42-.22%2C.66%2C.01%2C.25%2C.09%2C.49%2C.23%2C.7%2C.13%2C.21%2C.32%2C.39%2C.54%2C.51%2C.88%2C.45%2C1.88%2C.64%2C2.86%2C.55%2C.97%2C.04%2C1.93-.12%2C2.82-.49%2C.29-.1%2C.55-.28%2C.73-.53%2C.18-.24%2C.29-.53%2C.3-.84%2C0-.2-.06-.4-.19-.55-.28-.29-.65-.48-1.05-.54-1.24-.13-2.49-.18-3.73-.13h0Zm.77-13.63c-.26%2C.01-.51%2C.08-.73%2C.22-.22%2C.13-.41%2C.31-.53%2C.53-.34%2C.5-.51%2C1.56-.51%2C3.18-.08%2C.92%2C.09%2C1.85%2C.51%2C2.68%2C.12%2C.21%2C.29%2C.4%2C.5%2C.53%2C.21%2C.13%2C.45%2C.21%2C.7%2C.22%2C.26%2C0%2C.52-.08%2C.75-.21%2C.23-.13%2C.41-.32%2C.54-.54%2C.43-.87%2C.61-1.84%2C.51-2.81%2C.1-1.1-.1-2.2-.58-3.2-.12-.19-.29-.36-.49-.46-.2-.11-.43-.16-.67-.16v.02Z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "http://www.safetywing.com/favicon.ico",
    "ogImage": "https://safetywing.com/images/og.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of being the main brand logo for SafetyWing.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Cover your next adventure",
      "reasoning": "Button #0 ('Cover your next adventure') uses a vibrant orange color (#EDCE68) which stands out as a primary call-to-action. The text is action-oriented, encouraging users to take a step towards their next adventure, aligning with the site's focus on insurance for remote workers."
    },
    "secondary": {
      "index": 3,
      "text": "Go to Remote Health",
      "reasoning": "Button #3 ('Go to Remote Health') uses a different vibrant color (#7ADDB6) and serves as a secondary action, directing users to another important service offered by the site."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "remote workers and digital nomads"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of being the main brand logo for SafetyWing.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles

Zapier Scale AI Fivetran Stripe PagerDuty Brex

We use cookies and similar technologies to improve your experience and measure site performance. By continuing to browse, you agree to our Privacy Policy and Terms.

DeclineAccept