cellbyte.json
Cellbyte Brand Identity
A complete profile of Cellbyte's visual system — colors, typography, components, and personality — extracted from https://www.cellbyte.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/cellbyte
- Machine-readable JSON: https://characterquilt.com/branding/cellbyte.json
- Per-page llms.txt: https://characterquilt.com/branding/cellbyte/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #DCE0E7 |
| Body Font | DM Sans |
| Heading Font | Crimson Pro |
Color Palette
- primary: #0000EE
- accent: #DCE0E7
- background: #FAFAFA
- textPrimary: #1A1A1A
- link: #0000EE
Typography
- primary: DM Sans — https://fonts.google.com/specimen/DM+Sans
- heading: Crimson Pro — https://fonts.google.com/specimen/Crimson+Pro
Visual Assets
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#DCE0E7, textColor=#0000EE, borderRadius=12px, shadow=none
- buttonSecondary: background=#1A1A1A, textColor=#0000EE, borderRadius=4px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals seeking market intelligence
Cellbyte Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Cellbyte | Seed Round
- Image:
- Source: https://www.cellbyte.com/blog/seed-round
- Augment all of your work on Cellbyte
- Image:
- Source: https://www.cellbyte.com/platform
- Accelerate pharmaceutical drug launches
- Image:
- Source: https://www.cellbyte.com/about
- Cellbyte | Agentic Pricing and Market Access Intelligence
- Image:
- Source: https://www.cellbyte.com/
- Cellbyte | Agentic Pricing and Market Access Intelligence
- Image:
- Source: https://www.cellbyte.com/
- Cellbyte | Agentic Pricing and Market Access Intelligence
- Image:
- Source: https://www.cellbyte.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": "DM Sans",
"role": "body"
},
{
"family": "Crimson Pro",
"role": "heading"
}
],
"colors": {
"primary": "#0000EE",
"accent": "#DCE0E7",
"background": "#FAFAFA",
"textPrimary": "#1A1A1A",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "DM Sans",
"heading": "Crimson Pro"
},
"fontStacks": {
"heading": [
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"DM Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "12px",
"h2": "64px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#DCE0E7",
"textColor": "#0000EE",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#1A1A1A",
"textColor": "#0000EE",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://framerusercontent.com/images/eTfsbOrvHBv7I12cTf9TkMjczE.png",
"ogImage": "https://framerusercontent.com/images/xqnuCikLo69Kz3DUhgU4TYyb2UA.jpg"
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "No suitable brand logo was found. Candidate #0 is a hero image, Candidate #1 is too small, and Candidate #2 is not in the header.",
"confidence": 0.3,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 2,
"text": "Announcing our $2.75M Seed Round",
"reasoning": "Button #2 has a unique and vibrant blue background (#DCE0E7) and announces a significant event, making it stand out as the primary call-to-action."
},
"secondary": {
"index": 0,
"text": "Book a demo",
"reasoning": "Button #0 has a dark background (#1A1A1A) and the action-oriented text 'Book a demo', making it a suitable secondary CTA."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals seeking market intelligence"
},
"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 brand logo was found. Candidate #0 is a hero image, Candidate #1 is too small, and Candidate #2 is not in the header.",
"confidence": 0.3
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}