Home ยท Branding ยท Drahim ๐Ÿ’ฐ

Drahim ๐Ÿ’ฐ Brand Identity

A complete profile of Drahim ๐Ÿ’ฐ's visual system โ€” colors, typography, components, and personality โ€” extracted from https://drahim.sa. Built for designers, agents, and AI tools.

Download JSON
Primary
#4857FC
Accent
#4857FC
Body Font
Montserrat-Arabic SemiBold
Heading
Montserrat-Arabic Bold

Color Palette

Brand palette extracted from https://drahim.sa.

primary
#4857FC
rgb(72, 87, 252)
accent
#4857FC
rgb(72, 87, 252)
background
#F9F9FF
rgb(249, 249, 255)
textPrimary
#8993A4
rgb(137, 147, 164)
link
#8993A4
rgb(137, 147, 164)

Typography

Each font links to its Google Fonts page where available.

primary
Montserrat-Arabic SemiBold
Montserrat-Arabic SemiBold Google Fonts →
heading
Montserrat-Arabic Bold
Montserrat-Arabic Bold Google Fonts →
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

Drahim ๐Ÿ’ฐ favicon
Favicon
Drahim ๐Ÿ’ฐ social image
Social Card

UI Components

Live previews rendered using Drahim ๐Ÿ’ฐ's actual button styles.

buttonPrimary
background #4857FC textColor #0000EE borderRadius 33px shadow none
buttonSecondary
background #FFFFFF textColor #0000EE borderRadius 30px shadow rgba(0, 0, 0, 0.5) 0px 0px 1.0228px 0px, rgb(255, 255, 255) 0px 0px 1.0228px 0px inset, rgb(255, 255, 255) 0px 1.0228px 0px 0px inset, rgba(149, 184, 250, 0.1) 0px 10.228px 10.228px 0px, rgba(0, 0, 0, 0.08) 0px 2.0456px 4.09121px 0px

Brand Personality

Tone: professional Energy: medium Audience: investors and financial enthusiasts

Drahim ๐Ÿ’ฐ Brand in the Wild

Real-world brand assets โ€” ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Drahim ๐Ÿ’ฐ's primary brand color?

Drahim ๐Ÿ’ฐ's primary brand color is #4857FC. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Drahim ๐Ÿ’ฐ use?

Drahim ๐Ÿ’ฐ uses Montserrat-Arabic SemiBold for body text and Montserrat-Arabic Bold for headings. Fonts were detected on https://drahim.sa as part of their live design system.

Does Drahim ๐Ÿ’ฐ use a light or dark theme?

Drahim ๐Ÿ’ฐ's primary site uses a light color scheme, with a background of #F9F9FF.

How was this brand profile generated?

This profile was extracted from https://drahim.sa 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 Drahim ๐Ÿ’ฐ.

Methodology

Brand data on this page was extracted from https://drahim.sa 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 Drahim ๐Ÿ’ฐ.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Montserrat-Arabic SemiBold",
      "role": "body"
    },
    {
      "family": "Montserrat-Arabic Regular",
      "role": "body"
    },
    {
      "family": "Montserrat-Arabic Medium",
      "role": "body"
    },
    {
      "family": "Montserrat-Arabic Bold",
      "role": "heading"
    },
    {
      "family": "Montserrat-Arabic ExtraBold",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#4857FC",
    "accent": "#4857FC",
    "background": "#F9F9FF",
    "textPrimary": "#8993A4",
    "link": "#8993A4"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Montserrat-Arabic SemiBold",
      "heading": "Montserrat-Arabic Bold"
    },
    "fontStacks": {
      "heading": [
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Montserrat-Arabic SemiBold",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "12px",
      "h2": "12px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "24px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#4857FC",
      "textColor": "#0000EE",
      "borderRadius": "33px",
      "borderRadiusCorners": {
        "topLeft": "33px",
        "topRight": "33px",
        "bottomRight": "33px",
        "bottomLeft": "33px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderRadius": "30px",
      "borderRadiusCorners": {
        "topLeft": "30px",
        "topRight": "30px",
        "bottomRight": "30px",
        "bottomLeft": "30px"
      },
      "shadow": "rgba(0, 0, 0, 0.5) 0px 0px 1.0228px 0px, rgb(255, 255, 255) 0px 0px 1.0228px 0px inset, rgb(255, 255, 255) 0px 1.0228px 0px 0px inset, rgba(149, 184, 250, 0.1) 0px 10.228px 10.228px 0px, rgba(0, 0, 0, 0.08) 0px 2.0456px 4.09121px 0px"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://framerusercontent.com/images/4csOHeGyrxOWZqv4pRY8LHKZVs.png",
    "ogImage": "https://framerusercontent.com/images/lTlZlUtfJugO4DrxswSiyj9JA.png"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "ุงุจุฏุฃ ุงุณุชุซู…ุงุฑ ุดุฑูƒุชูƒ ููŠ 3 ุฏู‚ุงุฆู‚",
      "reasoning": "Button #0 has a vibrant blue background (#4857FC) and action-oriented text ('ุงุจุฏุฃ ุงุณุชุซู…ุงุฑ ุดุฑูƒุชูƒ ููŠ 3 ุฏู‚ุงุฆู‚'), making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "ุญู…ู‘ู„ ุงู„ุชุทุจูŠู‚",
      "reasoning": "Button #2 has a different background color (#FFFFFF) and serves as a secondary action ('ุญู…ู‘ู„ ุงู„ุชุทุจูŠู‚'), fitting the criteria for a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "investors and financial enthusiasts"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles