comena.json
Comena Brand Identity
A complete profile of Comena's visual system — colors, typography, components, and personality — extracted from https://comena.ai. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/comena
- Machine-readable JSON: https://characterquilt.com/branding/comena.json
- Per-page llms.txt: https://characterquilt.com/branding/comena/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #00306E |
| Accent | #00306E |
| Body Font | DM Sans |
| Heading Font | Host Grotesk |
Color Palette
- primary: #00306E
- secondary: #0B1E58
- accent: #00306E
- background: #FFFFFF
- textPrimary: #000000
- link: #0000EE
Typography
- primary: DM Sans — https://fonts.google.com/specimen/DM+Sans
- heading: Host Grotesk — https://fonts.google.com/specimen/Host+Grotesk
Visual Assets
- Favicon:
- Social card (og:image):
UI Components
- input: background=transparent, textColor=#FFFFFF, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#00306E, textColor=#0000EE, borderRadius=8px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
Comena Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Comena
- Image:
- Source: https://comena.ai/en/
- Comena
- Image:
- Source: https://comena.ai/%C3%BCber-uns
- Comena
- Image:
- Source: https://comena.ai/en/
- Comena
- Image:
- Source: https://comena.ai/
- Comena
- Image:
- Source: https://comena.ai/%C3%BCber-uns
- Comena
- Image:
- Source: https://comena.ai/%C3%BCber-uns
Working with these fonts
Not found on Google Fonts? Here are steps to 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": "DM Sans",
"role": "body"
},
{
"family": "Host Grotesk",
"role": "heading"
},
{
"family": "Outfit",
"role": "unknown"
}
],
"colors": {
"primary": "#00306E",
"secondary": "#0B1E58",
"accent": "#00306E",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "DM Sans",
"heading": "Host Grotesk"
},
"fontStacks": {
"heading": [
"Host Grotesk",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Outfit",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "40px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#00306E",
"textColor": "#0000EE",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://framerusercontent.com/images/9VEV39MrK39oEEc32gyFkGNIw0.svg",
"ogImage": "https://framerusercontent.com/images/70VlCt0uU13k4nklSurBJ9FGkM.jpg"
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "None of the logo candidates clearly match the brand 'Comena' as inferred from the page title and URL. The heuristic suggestion does not align with the brand identity.",
"confidence": 0.3,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Schedule a demo",
"reasoning": "Button #0 has a vibrant blue background (#00306E), which is the brand color, making it the most prominent and likely primary CTA."
},
"secondary": {
"index": 2,
"text": "Send message",
"reasoning": "Button #2 has a different background color (#FFFFFF) and serves a secondary action ('Send message'), making it suitable as a secondary CTA."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "None of the logo candidates clearly match the brand 'Comena' as inferred from the page title and URL. The heuristic suggestion does not align with the brand identity.",
"confidence": 0.3
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}