Home · Branding · Tasklet

Tasklet Brand Identity

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

Download JSON
Primary
#4F6F52
Accent
#4F6F52
Body Font
Inter
Heading
Libre Baskerville

Color Palette

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

primary
#4F6F52
rgb(79, 111, 82)
secondary
#FF7F50
rgb(255, 127, 80)
accent
#4F6F52
rgb(79, 111, 82)
background
#F5F5F5
rgb(245, 245, 245)
textPrimary
#1C1C1E
rgb(28, 28, 30)
link
#F6E9E5
rgb(246, 233, 229)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Libre Baskerville
Libre Baskerville Google Fonts →
Libre Baskerville, Georgia, ui-serif, 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

Tasklet logo
Logo
Tasklet favicon
Favicon
Tasklet social image
Social Card

UI Components

Live previews rendered using Tasklet's actual button styles.

input
background transparent textColor #1C1C1E borderColor null borderRadius 4px shadow none
buttonPrimary
background #4F6F52 textColor #FFFFFF borderColor #49674C borderRadius 4px shadow oklch(1 0 0 / 0.06) 0px 0.5px 0px 0.5px inset, oklab(0.508351 -0.0492011 0.0319302 / 0.3) 0px 3px 2px -2px, oklab(0.508351 -0.0492011 0.0319302 / 0.3) 0px 4px 3px -2px
buttonSecondary
background transparent textColor #1C1C1E borderRadius 4px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Tasklet Brand in the Wild

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

Frequently Asked Questions

What is Tasklet's primary brand color?

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

What font does Tasklet use?

Tasklet uses Inter for body text and Libre Baskerville for headings. Fonts were detected on https://tasklet.ai/ as part of their live design system.

Does Tasklet use a light or dark theme?

Tasklet's primary site uses a light color scheme, with a background of #F5F5F5.

Where can I find Tasklet's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Libre Baskerville",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#4F6F52",
    "secondary": "#FF7F50",
    "accent": "#4F6F52",
    "background": "#F5F5F5",
    "textPrimary": "#1C1C1E",
    "link": "#F6E9E5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Libre Baskerville"
    },
    "fontStacks": {
      "heading": [
        "Libre Baskerville",
        "Georgia",
        "ui-serif",
        "serif"
      ],
      "body": [
        "Inter",
        "-apple-system",
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "-apple-system",
        "ui-sans-serif",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "36px",
      "h2": "36px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 6,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#1C1C1E",
      "borderColor": null,
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#4F6F52",
      "textColor": "#FFFFFF",
      "borderColor": "#49674C",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "oklch(1 0 0 / 0.06) 0px 0.5px 0px 0.5px inset, oklab(0.508351 -0.0492011 0.0319302 / 0.3) 0px 3px 2px -2px, oklab(0.508351 -0.0492011 0.0319302 / 0.3) 0px 4px 3px -2px"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#1C1C1E",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://tasklet.ai/logo.svg",
    "favicon": "https://tasklet.ai/logo.svg",
    "ogImage": "https://tasklet.ai/og-image.png",
    "logoAlt": "Tasklet Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, matches the favicon, and the alt text matches the brand name 'Tasklet'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Sign upSign up for free",
      "reasoning": "Button #0 has a vibrant green background (#4F6F52) and action-oriented text 'Sign upSign up for free', making it the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "Log in",
      "reasoning": "Button #3 has a transparent background and text 'Log in', which is a common secondary action, and it differs in color from the primary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "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 visible, located in the header, matches the favicon, and the alt text matches the brand name 'Tasklet'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles