Home · Branding · Deed

Deed Brand Identity

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

Download JSON
Primary
#5128AA
Accent
#5128AA
Body Font
Gt Walsheim
Heading
Gt Walsheim

Color Palette

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

primary
#5128AA
rgb(81, 40, 170)
secondary
#1A1A2E
rgb(26, 26, 46)
accent
#5128AA
rgb(81, 40, 170)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#170F49
rgb(23, 15, 73)
link
#170F49
rgb(23, 15, 73)

Typography

Each font links to its Google Fonts page where available.

primary
Gt Walsheim
Gt Walsheim Google Fonts →
heading
Gt Walsheim
Gt Walsheim Google Fonts →
Gt Walsheim, 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

Deed logo
Logo
Deed favicon
Favicon
Deed social image
Social Card

UI Components

Live previews rendered using Deed's actual button styles.

buttonPrimary
background #5128AA textColor #000000 borderRadius 20px shadow rgba(0, 0, 0, 0.2) 0px 1px 20px -20px
buttonSecondary
background #FFFFFF textColor #000000 borderRadius 20px shadow none

Brand Personality

Tone: professional Energy: medium Audience: corporate and non-profit organizations focused on employee engagement and social impact.

Deed Brand in the Wild

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

Frequently Asked Questions

What is Deed's primary brand color?

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

What font does Deed use?

Deed uses Gt Walsheim as the primary typeface across body and headings.

Does Deed use a light or dark theme?

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

Where can I find Deed's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Gt Walsheim",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#5128AA",
    "secondary": "#1A1A2E",
    "accent": "#5128AA",
    "background": "#FFFFFF",
    "textPrimary": "#170F49",
    "link": "#170F49"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Gt Walsheim",
      "heading": "Gt Walsheim"
    },
    "fontStacks": {
      "heading": [
        "Gt Walsheim",
        "sans-serif"
      ],
      "body": [
        "Gt Walsheim",
        "sans-serif"
      ],
      "paragraph": [
        "Gt Walsheim",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "36px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "15px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#5128AA",
      "textColor": "#000000",
      "borderRadius": "20px",
      "borderRadiusCorners": {
        "topLeft": "20px",
        "topRight": "20px",
        "bottomRight": "20px",
        "bottomLeft": "20px"
      },
      "shadow": "rgba(0, 0, 0, 0.2) 0px 1px 20px -20px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "20px",
      "borderRadiusCorners": {
        "topLeft": "20px",
        "topRight": "20px",
        "bottomRight": "20px",
        "bottomLeft": "20px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/60ecc49886bb2cc8b11d875a/69a8f35e25cab49add9cc16a_Deed-Bonterra-logo_white.svg",
    "favicon": "https://cdn.prod.website-files.com/60ecc49886bb2cc8b11d875a/66d9d97c6997c5af246a57f7_deed-favicon-32x32.png",
    "ogImage": "https://cdn.prod.website-files.com/60ecc49886bb2cc8b11d875a/6980cf1d7511416c83c8e6cd_Home%20Page_Thumbnail.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 24,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the page title and URL.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Request a demo",
      "reasoning": "Button #0 uses the brand's primary color (#5128AA), which is vibrant and aligns with the typical characteristics of a primary CTA button."
    },
    "secondary": {
      "index": 1,
      "text": "Request a demo",
      "reasoning": "Button #1 has a white background, making it less prominent and suitable as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "corporate and non-profit organizations focused on employee engagement and social impact."
  },
  "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 matches the brand inferred from the page title and URL.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles