Home · Branding · Tarjimly

Tarjimly Brand Identity

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

Download JSON
Primary
#386BB8
Accent
#386BB8
Body Font
DM Sans
Heading
Poppins

Color Palette

Brand palette extracted from https://tarjimly.org.

primary
#386BB8
rgb(56, 107, 184)
secondary
#8D86DE
rgb(141, 134, 222)
accent
#386BB8
rgb(56, 107, 184)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#0D1528
rgb(13, 21, 40)
link
#0D1528
rgb(13, 21, 40)

Typography

Each font links to its Google Fonts page where available.

primary
DM Sans
heading
Poppins
DM Sans, 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

Tarjimly logo
Logo
Tarjimly favicon
Favicon
Tarjimly social image
Social Card

UI Components

Live previews rendered using Tarjimly's actual button styles.

buttonPrimary
background #386BB8 textColor #FFFFFF borderColor #386BB8 borderRadius 16px shadow rgba(16, 24, 40, 0.05) 0px 1px 2px 0px
buttonSecondary
background #F3F5FB textColor #386BB8 borderRadius 16px shadow none

Brand Personality

Tone: professional Energy: medium Audience: organizations and individuals seeking language services

Tarjimly Brand in the Wild

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

Frequently Asked Questions

What is Tarjimly's primary brand color?

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

What font does Tarjimly use?

Tarjimly uses DM Sans for body text and Poppins for headings. Fonts were detected on https://tarjimly.org as part of their live design system.

Does Tarjimly use a light or dark theme?

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

Where can I find Tarjimly's logo?

Tarjimly's logo is available directly on their site (https://tarjimly.org). 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://tarjimly.org 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 Tarjimly.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Poppins",
      "role": "heading"
    },
    {
      "family": "DM Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#386BB8",
    "secondary": "#8D86DE",
    "accent": "#386BB8",
    "background": "#FFFFFF",
    "textPrimary": "#0D1528",
    "link": "#0D1528"
  },
  "typography": {
    "fontFamilies": {
      "primary": "DM Sans",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "DM Sans",
        "sans-serif"
      ],
      "body": [
        "Poppins",
        "sans-serif"
      ],
      "paragraph": [
        "DM Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "51.2px",
      "h2": "42px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#386BB8",
      "textColor": "#FFFFFF",
      "borderColor": "#386BB8",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "rgba(16, 24, 40, 0.05) 0px 1px 2px 0px"
    },
    "buttonSecondary": {
      "background": "#F3F5FB",
      "textColor": "#386BB8",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/62ebea99d6671b2fe6fc5043/682e990c84c2179ccade90f8_tarjimly.svg",
    "favicon": "https://cdn.prod.website-files.com/62ebea99d6671b2fe6fc5043/638893c316cbde1e5d2e4ba8_TarjimlyLogoSquare1.png",
    "ogImage": "https://cdn.prod.website-files.com/62ebea99d6671b2fe6fc5043/68b996294fc71b343c306427_Hero%20Header%20(560%20x%20560%20px).png",
    "logoHref": "/",
    "logoAlt": "Untitled UI logotext"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 6,
    "reasoning": "Selected #6 because it is visible, medium-sized, located in the header, and links to the homepage, aligning with the brand 'Tarjimly'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Find out more",
      "reasoning": "Button #1 has a vibrant blue background (#386BB8) which matches the brand color and is labeled 'Find out more', making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Learn more",
      "reasoning": "Button #2 has a different background color (#F3F5FB) and is labeled 'Learn more', making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "organizations and individuals seeking language services"
  },
  "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": 6,
        "selectedLogoReasoning": "Selected #6 because it is visible, medium-sized, located in the header, and links to the homepage, aligning with the brand 'Tarjimly'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles