Home · Branding · Dealls – Jobs & Mentoring

Dealls – Jobs & Mentoring Brand Identity

A complete profile of Dealls – Jobs & Mentoring's visual system — colors, typography, components, and personality — extracted from https://dealls.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#1890FF
Accent
#6913D8
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://dealls.com.

primary
#1890FF
rgb(24, 144, 255)
secondary
#40A9FF
rgb(64, 169, 255)
accent
#6913D8
rgb(105, 19, 216)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#262626
rgb(38, 38, 38)
link
#6913D8
rgb(105, 19, 216)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, 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

Dealls – Jobs & Mentoring logo
Logo
Dealls – Jobs & Mentoring favicon
Favicon
Dealls – Jobs & Mentoring social image
Social Card

UI Components

Live previews rendered using Dealls – Jobs & Mentoring's actual button styles.

input
background #FFFFFF textColor #1A1A1A borderColor null borderRadius 2px shadow none
buttonPrimary
background #6913D8 textColor #FFFFFF borderRadius 61px 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 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px
buttonSecondary
background #FEE156 textColor #262626 borderColor #1A1A1A borderRadius 71px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 20, 20) 2px 3px 0px 0px

Brand Personality

Tone: professional Energy: medium Audience: job seekers and employers

Dealls – Jobs & Mentoring Brand in the Wild

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

Frequently Asked Questions

What is Dealls – Jobs & Mentoring's primary brand color?

Dealls – Jobs & Mentoring's primary brand color is #1890FF. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Dealls – Jobs & Mentoring use?

Dealls – Jobs & Mentoring uses #6913D8 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Dealls – Jobs & Mentoring use?

Dealls – Jobs & Mentoring uses Inter as the primary typeface across body and headings.

Does Dealls – Jobs & Mentoring use a light or dark theme?

Dealls – Jobs & Mentoring's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Dealls – Jobs & Mentoring's logo?

Dealls – Jobs & Mentoring's logo is available directly on their site (https://dealls.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://dealls.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 Dealls – Jobs & Mentoring.

Methodology

Brand data on this page was extracted from https://dealls.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 Dealls – Jobs & Mentoring.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#1890FF",
    "secondary": "#40A9FF",
    "accent": "#6913D8",
    "background": "#FFFFFF",
    "textPrimary": "#262626",
    "link": "#6913D8"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "30px",
      "h2": "16px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#1A1A1A",
      "borderColor": null,
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#6913D8",
      "textColor": "#FFFFFF",
      "borderRadius": "61px",
      "borderRadiusCorners": {
        "topLeft": "61px",
        "topRight": "61px",
        "bottomRight": "61px",
        "bottomLeft": "61px"
      },
      "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 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px"
    },
    "buttonSecondary": {
      "background": "#FEE156",
      "textColor": "#262626",
      "borderColor": "#1A1A1A",
      "borderRadius": "71px",
      "borderRadiusCorners": {
        "topLeft": "71px",
        "topRight": "71px",
        "bottomRight": "71px",
        "bottomLeft": "71px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(20, 20, 20) 2px 3px 0px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2298%22%20height%3D%2246%22%20viewBox%3D%220%200%2098%2046%22%20fill%3D%22none%22%20class%3D%22w-%5B72px%5D%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M0%2033.5325V11.4661H7.98726C14.3388%2011.4661%2018.992%2015.5438%2018.992%2022.5144C18.992%2029.485%2014.3067%2033.5325%207.95512%2033.5325H0ZM7.79926%2029.5486C11.4466%2029.5486%2014.4963%2027.3078%2014.4963%2022.5144C14.4963%2017.721%2011.4772%2015.45%207.82979%2015.45H4.33989V29.5486H7.79926Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M35.836%2029.1445C35.0503%2031.7893%2032.5968%2034%2028.7919%2034C24.5469%2034%2020.8047%2030.9814%2020.8047%2025.8143C20.8047%2020.9287%2024.4521%2017.7543%2028.4144%2017.7543C33.1945%2017.7543%2036.0545%2020.7728%2036.0545%2025.6902C36.0545%2026.2819%2035.9919%2026.9037%2035.9919%2026.9657H24.9244C25.0192%2028.9887%2026.7481%2030.4518%2028.8241%2030.4518C30.7731%2030.4518%2031.8432%2029.4865%2032.3461%2028.1172L35.836%2029.1445ZM31.938%2024.1333C31.8753%2022.6081%2030.8695%2021.1147%2028.4786%2021.1147C26.3095%2021.1147%2025.114%2022.7337%2025.0192%2024.1333H31.938Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M42.3947%2024.7249L46.1995%2024.1651C47.08%2024.041%2047.3628%2023.6053%2047.3628%2023.0757C47.3628%2021.9863%2046.5144%2021.0845%2044.7534%2021.0845C42.9297%2021.0845%2041.9239%2022.2359%2041.7985%2023.575L38.0885%2022.7973C38.3408%2020.4007%2040.5726%2017.7559%2044.7229%2017.7559C49.6283%2017.7559%2051.452%2020.4945%2051.452%2023.575V31.1071C51.452%2031.9166%2051.5468%2033.006%2051.64%2033.534H47.803C47.7082%2033.13%2047.6456%2032.2887%2047.6456%2031.6971C46.8599%2032.9105%2045.3816%2033.9697%2043.0856%2033.9697C39.7837%2033.9697%2037.772%2031.7607%2037.772%2029.364C37.772%2026.6238%2039.8158%2025.0986%2042.3947%2024.7249ZM47.3628%2027.3395V26.6556L43.8729%2027.1852C42.8044%2027.341%2041.9544%2027.9327%2041.9544%2029.1143C41.9544%2030.0161%2042.6148%2030.8876%2043.9661%2030.8876C45.7271%2030.8876%2047.3628%2030.0463%2047.3628%2027.3395Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M54.8613%2033.5324V11H59.0438V33.5324H54.8613Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M62.5806%2033.5324V11H66.763V33.5324H62.5806Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M72.8367%2028.491C72.9315%2029.7045%2073.8425%2030.8257%2075.6662%2030.8257C77.0496%2030.8257%2077.71%2030.11%2077.71%2029.3005C77.71%2028.6151%2077.2376%2028.0553%2076.0438%2027.8072L74%2027.3396C71.013%2026.6859%2069.6601%2024.9127%2069.6601%2022.7641C69.6601%2020.0255%2072.112%2017.7528%2075.4461%2017.7528C79.8486%2017.7528%2081.3252%2020.5232%2081.5148%2022.1725L78.0249%2022.9502C77.8996%2022.0484%2077.2392%2020.8954%2075.4782%2020.8954C74.3776%2020.8954%2073.497%2021.549%2073.497%2022.4206C73.497%2023.168%2074.0626%2023.634%2074.9126%2023.7899L77.1139%2024.2574C80.1635%2024.8793%2081.7044%2026.7162%2081.7044%2028.957C81.7044%2031.4475%2079.7554%2033.9985%2075.6983%2033.9985C71.0451%2033.9985%2069.4416%2031.0102%2069.252%2029.2671L72.8367%2028.491Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M88.4945%2026.81H85.4448L84.439%2011.4661H89.5019L88.4945%2026.81ZM86.9536%2028.833C88.337%2028.833%2089.4698%2029.9526%2089.4698%2031.3235C89.4698%2032.6944%2088.3386%2033.7822%2086.9536%2033.7822C85.6007%2033.7822%2084.5016%2032.6928%2084.5016%2031.3235C84.5016%2029.9542%2085.6023%2028.833%2086.9536%2028.833Z%22%20fill%3D%22%23FFE156%22%20style%3D%22fill%3A%20rgb(255%2C%20225%2C%2086)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://dealls.com/favicon.ico",
    "ogImage": "https://dealls.com/favicon-192.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, aligning with the brand 'Dealls'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 4,
      "text": "Unduh Sekarang",
      "reasoning": "Button #4 'Unduh Sekarang' uses the vibrant brand color #6913D8, making it stand out as a primary call-to-action."
    },
    "secondary": {
      "index": 3,
      "text": "Untuk Perusahaan",
      "reasoning": "Button #3 'Untuk Perusahaan' uses a different vibrant color #FEE156, suitable for a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "job seekers and employers"
  },
  "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, and links to the homepage, aligning with the brand 'Dealls'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles