# Malga Brand Identity

A complete profile of **Malga**'s visual system — colors, typography, components, and personality — extracted from [https://malga.io/](https://malga.io/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://malga.io/.

- **Primary:** #2FAC9B
  - rgb(47, 172, 155)
- **Secondary:** #002E72
  - rgb(0, 46, 114)
- **Accent:** #2FAC9B
  - rgb(47, 172, 155)
- **Background:** #000000
  - rgb(0, 0, 0)
- **Text Primary:** #000000
  - rgb(0, 0, 0)
- **Link:** #39BFAD
  - rgb(57, 191, 173)

## Typography

Each font links to its Google Fonts page where available.

- **Primary:** Inter
  - [Google Fonts →](https://fonts.google.com/specimen/Inter)
- **Heading:** Inter
  - [Google Fonts →](https://fonts.google.com/specimen/Inter)  
  
```plaintext
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

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.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
```

## Visual Assets

Logo

Favicon

Social Card

## UI Components

Live previews rendered using Malga's actual button styles.

### Input
- **Background:** #1A1A1A
- **Text Color:** #FFFFFF
- **Border Color:** null
- **Border Radius:** 8px
- **Shadow:** none

### Button Primary
- **Background:** #2FAC9B
- **Text Color:** #000000
- **Border Radius:** 6px
- **Shadow:** none

### Button Secondary
- **Background:** #989898
- **Text Color:** #000000
- **Border Radius:** 6px
- **Shadow:** none

## Brand Personality

- **Tone:** professional  
- **Energy:** medium  
- **Audience:** businesses looking for payment solutions

## Malga Brand in the Wild

Source: [docs.malga.io](https://docs.malga.io/documentations/tokenization/intro)

Source: [malga.io](https://malga.io/blog/)

Source: [malga.io](https://malga.io/pagamento-online-para-educacao/)

Source: [malga.io](https://malga.io/post/plataformas-de-e-commerce-vtex-magento-woocommerce/)

Source: [malga.io](https://malga.io/pagamentos-online-personalizados-para-fintechs/)

Source: [malga.io](https://malga.io/post/pagamento-online-brasileiro/)

## Frequently Asked Questions

- **What is Malga's primary brand color?** 
  - Malga's primary brand color is #2FAC9B. It anchors the visual identity across their website, product UI, and marketing materials.

- **What font does Malga use?** 
  - Malga uses Inter as the primary typeface across body and headings.

- **Does Malga use a light or dark theme?** 
  - Malga's primary site uses a light color scheme, with a background of #000000.

- **Where can I find Malga's logo?** 
  - Malga's logo is available directly on their site (https://malga.io/). 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://malga.io/ 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 Malga.

## Methodology

Brand data on this page was extracted from [https://malga.io/](https://malga.io/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) 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 Malga.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2FAC9B",
    "secondary": "#002E72",
    "accent": "#2FAC9B",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#39BFAD"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "14px",
      "h2": "16px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "#1A1A1A",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#2FAC9B",
      "textColor": "#000000",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#989898",
      "textColor": "#000000",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://malga.io/assets/images/malga-logo.CzkZZ10Q_154ckR.svg",
    "favicon": "https://malga.io/favicon.ico",
    "ogImage": "https://malga.io/images/malga-announcement.webp",
    "logoHref": "/",
    "logoAlt": "Malga Logo"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses looking for payment solutions"
  }
}
```
