llms.txt
Nubank Brand Identity
A complete profile of Nubank's visual system — colors, typography, components, and personality — extracted from https://international.nubank.com.br. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #820AD1 |
| Accent | #820AD1 |
| Body Font | Graphik |
| Heading Font | Graphik |
Color Palette
- primary: #820AD1
- secondary: #0000EE
- accent: #820AD1
- background: #FFFFFF
- textPrimary: #808080
- link: #4C0677
Typography
- primary: Graphik — https://fonts.google.com/specimen/Graphik
- heading: Graphik — https://fonts.google.com/specimen/Graphik
Visual Assets
UI Components
- buttonPrimary: background=#820AD1, textColor=#FFFFFF, borderColor=#820AD1, borderRadius=20px, shadow=none
- buttonSecondary: background=#000000, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=75px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy individuals
Nubank Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Nu and Mercedes-AMG PETRONAS F1 Team announce multi-year global partnership - Nu International
- Nubank CTO Talks About AI Applications on Nu Videocast - Nu International
- Nubank Ultravioleta and Rosewood São Paulo join forces in partnership
- How Nu creates products capable of gaining global scale
- Nu Colômbia lança "Cajitas para mi gente" para transformar metas financeiras
- Nubank Ultravioleta levels up travel benefits for Black Friday
Working with these fonts
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Graphik",
"role": "body"
}
],
"colors": {
"primary": "#820AD1",
"secondary": "#0000EE",
"accent": "#820AD1",
"background": "#FFFFFF",
"textPrimary": "#808080",
"link": "#4C0677"
},
"typography": {
"fontFamilies": {
"primary": "Graphik",
"heading": "Graphik"
},
"fontStacks": {
"heading": [
"Graphik",
"sans-serif"
],
"body": [
"Graphik",
"sans-serif"
],
"paragraph": [
"Graphik",
"sans-serif"
]
},
"fontSizes": {
"h1": "96px",
"h2": "96px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "20px"
},
"components": {
"buttonPrimary": {
"background": "#820AD1",
"textColor": "#FFFFFF",
"borderColor": "#820AD1",
"borderRadius": "20px",
"borderRadiusCorners": {
"topLeft": "20px",
"topRight": "20px",
"bottomRight": "20px",
"bottomLeft": "20px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#000000",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "75px",
"borderRadiusCorners": {
"topLeft": "75px",
"topRight": "75px",
"bottomRight": "75px",
"bottomLeft": "75px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://international.nubank.com.br/wp-content/uploads/2025/06/cropped-image-4-32x32.png",
"ogImage": null
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "No suitable logo was found that clearly represents the brand 'Nu International'. All candidates were either too small or not clearly linked to the homepage.",
"confidence": 0.3,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Accept cookies",
"reasoning": "Button #1 uses the brand color #820AD1, which is vibrant and stands out as a primary call-to-action, despite its text being related to cookies."
},
"secondary": {
"index": 0,
"text": "Watch the video",
"reasoning": "Button #0 has a different color group (#000000) and serves as a secondary action with the text 'Watch the video'."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy individuals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "No suitable logo was found that clearly represents the brand 'Nu International'. All candidates were either too small or not clearly linked to the homepage.",
"confidence": 0.3
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}