llms.txt
Koywe Brand Identity
A complete profile of Koywe's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #0D442E |
| Accent | #C8FF1E |
| Body Font | DM Sans |
| Heading Font | Raleway |
Color Palette
- primary: #0D442E
- secondary: #C8FF1E
- accent: #C8FF1E
- background: #FFFFFF
- textPrimary: #022416
- link: #022416
Typography
- primary: DM Sans — https://fonts.google.com/specimen/DM+Sans
- heading: Raleway — https://fonts.google.com/specimen/Raleway
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=#0D442E, textColor=#FFFFFF, borderColor=#C8FF1E, borderRadius=12px, shadow=none
- buttonPrimary: background=#C8FF1E, textColor=#0D442E, borderRadius=33554400px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#0D442E, borderColor=#0D442E, borderRadius=33554400px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals seeking international treasury solutions
Koywe Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Proceso de Venta | Koywe
- Stablecoin Conference 2025 | Stablecoins en Latam
- Image:
- Source: https://www.koywe.com/es/blog/stablecoin-conference-2025
- Rampas cripto (on/off): qué son y para qué sirven
- Image:
- Source: https://www.koywe.com/es/blog/rampas-cripto-on-off
- Mesas OTC: qué son y por qué las empresas las usan
- Image:
- Source: https://www.koywe.com/es/blog/mesas-otc-empresas
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts.
- 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": "DM Sans","role": "body"},
{"family": "Raleway","role": "heading"}
],
"colors": {
"primary": "#0D442E",
"secondary": "#C8FF1E",
"accent": "#C8FF1E",
"background": "#FFFFFF",
"textPrimary": "#022416",
"link": "#022416"
},
"typography": {
"fontFamilies": {
"primary": "DM Sans",
"heading": "Raleway"
},
"fontStacks": {
"heading": ["DM Sans", "Arial", "Helvetica", "sans-serif"],
"body": ["DM Sans", "Arial", "Helvetica", "sans-serif"],
"paragraph": ["Raleway", "Arial", "Helvetica", "sans-serif"]
},
"fontSizes": {
"h1": "64px",
"h2": "46px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "#0D442E",
"textColor": "#FFFFFF",
"borderColor": "#C8FF1E",
"borderRadius": "12px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#C8FF1E",
"textColor": "#0D442E",
"borderRadius": "33554400px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#0D442E",
"borderColor": "#0D442E",
"borderRadius": "33554400px,
"shadow": "none"
}
},
"images": {
"logo": "https://www.koywe.com/logo-brand.svg",
"favicon": "https://www.koywe.com/favicon.ico?favicon.6f995683.ico",
"ogImage": "https://www.koywe.com/og-image.png",
"logoHref": "/es",
"logoAlt": "Company Logo"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals seeking international treasury solutions"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}