riley.json
Riley Brand Identity
A complete profile of Riley's visual system — colors, typography, components, and personality — extracted from https://getrileynow.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/riley
- Machine-readable JSON: https://characterquilt.com/branding/riley.json
- Per-page llms.txt: https://characterquilt.com/branding/riley/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #337AB7 |
| Accent | #4A90E2 |
| Body Font | Open Sans |
| Heading Font | Open Sans |
Color Palette
- primary: #337AB7
- secondary: #E23636
- accent: #4A90E2
- background: #FFFFFF
- textPrimary: #4A90E2
- link: #4A90E2
Typography
- primary: Open Sans — https://fonts.google.com/specimen/Open+Sans
- heading: Open Sans — https://fonts.google.com/specimen/Open+Sans
Visual Assets
- Logo: https://getrileynow.com/prod-laravel-3_subdomain/assets/static3/img/logo.png
- Social card (og:image): images/favicons/apple-icon-180x180.png
UI Components
- input: background=#FCFCFC, textColor=#666666, borderColor=#ECECEC, borderRadius=6px, shadow=none
- buttonPrimary: background=#4A90E2, textColor=#4A90E2, borderColor=#4A90E2, borderRadius=6px, shadow=none
- buttonSecondary: background=transparent, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=6px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: real estate professionals
Riley Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Riley | Real Estate Concierge
- Riley | Real Estate Concierge
- Riley | Real Estate Concierge
- Riley | Real Estate Concierge
- Riley | Real Estate Concierge
- Riley | Real Estate Concierge
Working with these fonts
Not found on Google 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": "Open Sans",
"role": "body"
}
],
"colors": {
"primary": "#337AB7",
"secondary": "#E23636",
"accent": "#4A90E2",
"background": "#FFFFFF",
"textPrimary": "#4A90E2",
"link": "#4A90E2"
},
"typography": {
"fontFamilies": {
"primary": "Open Sans",
"heading": "Open Sans"
},
"fontStacks": {
"heading": [
"Open Sans",
"Helvetica",
"Arial",
"sans-serif"
],
"body": [
"Open Sans",
"Helvetica",
"Arial",
"sans-serif"
],
"paragraph": [
"Open Sans",
"Helvetica",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "44px",
"h2": "33px",
"body": "19px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"input": {
"background": "#FCFCFC",
"textColor": "#666666",
"borderColor": "#ECECEC",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#4A90E2",
"textColor": "#4A90E2",
"borderColor": "#4A90E2",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://getrileynow.com/prod-laravel-3_subdomain/assets/static3/img/logo.png",
"favicon": null,
"ogImage": "images/favicons/apple-icon-180x180.png",
"logoHref": "/",
"logoAlt": "Riley Logo Dark"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Riley'. It is the most prominent logo on the page.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Start Free Trial",
"reasoning": "The 'Start Free Trial' button is likely the primary CTA due to its action-oriented text and vibrant brand color, which is a common indicator of a primary action."
},
"secondary": {
"index": 3,
"text": "Read the TechCrunch article",
"reasoning": "The 'Read the TechCrunch article' button is secondary due to its transparent background, which contrasts with the vibrant primary button, making it a less prominent action."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "real estate professionals"
},
"designSystem": {
"framework": "bootstrap",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Riley'. It is the most prominent logo on the page.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}