keylika.json
Keylika Brand Identity
A complete profile of Keylika's visual system — colors, typography, components, and personality — extracted from https://www.keylika.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #1863DC |
| Accent | #2C1950 |
| Body Font | Roboto |
| Heading Font | Montserrat |
Color Palette
- primary: #1863DC
- secondary: #69727D
- accent: #2C1950
- background: #FFFFFF
- textPrimary: #000000
- link: #2C1950
Typography
- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Montserrat — https://fonts.google.com/specimen/Montserrat
Visual Assets
- Favicon:
- Social card (og:image):
Brand Personality
Tone: professional · Energy: medium · Audience: pharmaceutical and biotech professionals
Keylika Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- regaldreams, Author at Keylika | Drug Discovery + Drug Delivery
- Image:
- Source: https://www.keylika.com/author/regaldreams/
- Keylika | Drug Discovery + Drug Delivery
- Image:
- Source: https://www.keylika.com/
- regaldreams, Author at Keylika | Drug Discovery + Drug Delivery
- Image:
- Source: https://www.keylika.com/author/regaldreams/
- regaldreams, Author at Keylika | Drug Discovery + Drug Delivery
- Image:
- Source: https://www.keylika.com/author/regaldreams/
- regaldreams, Author at Keylika | Drug Discovery + Drug Delivery
- Image:
- Source: https://www.keylika.com/author/regaldreams/
- Keylika | Drug Discovery + Drug Delivery
- Image:
- Source: https://www.keylika.com/
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": "Montserrat",
"role": "heading"
},
{
"family": "Roboto",
"role": "body"
}
],
"colors": {
"primary": "#1863DC",
"secondary": "#69727D",
"accent": "#2C1950",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#2C1950"
},
"typography": {
"fontFamilies": {
"primary": "Roboto",
"heading": "Montserrat"
},
"fontStacks": {
"heading": [
"Montserrat",
"sans-serif"
],
"body": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen-Sans",
"Ubuntu",
"Cantarell",
"Helvetica Neue",
"sans-serif"
],
"paragraph": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen-Sans",
"Ubuntu",
"Cantarell",
"Helvetica Neue",
"sans-serif"
]
},
"fontSizes": {
"h1": "40px",
"h2": "22px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "5px"
},
"components": {},
"images": {
"favicon": "https://www.keylika.com/wp-content/uploads/2024/06/cropped-cropped-Keylika_logo_symbol_02-32x32.png",
"ogImage": "https://www.keylika.com/wp-content/uploads/2024/06/cropped-Keylika_logo_symbol_02.png"
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "No candidate clearly matches the brand 'Keylika' in the header area. All candidates are located in the body and do not link to the homepage, which is a strong indicator of a primary logo.",
"confidence": 0.3,
"rejected": true,
"source": "llm"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "pharmaceutical and biotech professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "No candidate clearly matches the brand 'Keylika' in the header area. All candidates are located in the body and do not link to the homepage, which is a strong indicator of a primary logo.",
"confidence": 0.3
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}