usertesting.json
UserTesting Brand Identity
A complete profile of UserTesting's visual system — colors, typography, components, and personality — extracted from https://usertesting.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/usertesting
- Machine-readable JSON: https://characterquilt.com/branding/usertesting.json
- Per-page llms.txt: https://characterquilt.com/branding/usertesting/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #96A3B4 |
| Accent | #315CFD |
| Body Font | Proxima Nova |
| Heading Font | Proxima Nova |
Color Palette
- primary: #96A3B4
- secondary: #315CFD
- accent: #315CFD
- background: #FFFFFF
- textPrimary: #0C163D
- link: #0C163D
Typography
- primary: Proxima Nova — https://fonts.google.com/specimen/Proxima+Nova
- heading: Proxima Nova — https://fonts.google.com/specimen/Proxima+Nova
Visual Assets
- Logo: https://www.usertesting.com/themes/custom/usertesting/logo.svg
- Favicon: https://www.usertesting.com/themes/custom/usertesting/favicon.ico
- Social card (og:image): https://www.usertesting.com/sites/default/files/usertestingv3/2024-10/IMAGE-meta-social-global-usertesting-1600x900.png?width=1200&height=628
UI Components
- input: background=#0C163D, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=8px, shadow=none
- buttonPrimary: background=#315CFD, textColor=#FFFFFF, borderColor=#315CFD, borderRadius=8px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#315CFD, borderColor=#315CFD, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals seeking customer insights
UserTesting Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Waarom is mijn betaling geannuleerd? – Deelnemers Support Centrum
- Creating a Powerhouse Visual Roadmap Through Feedback | UserTesting Blog
- What is my username? – Participant Support Center
- Figma Plug-In Details Video
- UserTesting Blog | UserTesting
- Toolkit - Context Switcher
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": "Proxima Nova",
"role": "body"
}
],
"colors": {
"primary": "#96A3B4",
"secondary": "#315CFD",
"accent": "#315CFD",
"background": "#FFFFFF",
"textPrimary": "#0C163D",
"link": "#0C163D"
},
"typography": {
"fontFamilies": {
"primary": "Proxima Nova",
"heading": "Proxima Nova"
},
"fontStacks": {
"heading": [
"Cocogoose",
"sans-serif"
],
"body": [
"Proxima Nova",
"sans-serif"
],
"paragraph": [
"Proxima Nova",
"sans-serif"
]
},
"fontSizes": {
"h1": "48px",
"h2": "48px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "#0C163D",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#315CFD",
"textColor": "#FFFFFF",
"borderColor": "#315CFD",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#315CFD",
"borderColor": "#315CFD",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.usertesting.com/themes/custom/usertesting/logo.svg",
"favicon": "https://www.usertesting.com/themes/custom/usertesting/favicon.ico",
"ogImage": "https://www.usertesting.com/sites/default/files/usertestingv3/2024-10/IMAGE-meta-social-global-usertesting-1600x900.png?width=1200&height=628"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'UserTesting'.",
"confidence": 0.9,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 3,
"text": "Explore the platform",
"reasoning": "Button #3 'Explore the platform' uses the vibrant brand color #315CFD, indicating it is the primary CTA due to its prominence and action-oriented text."
},
"secondary": {
"index": 1,
"text": "Book a demo",
"reasoning": "Button #1 'Book a demo' has a different background color (#FFFFFF) and serves as a secondary action with supportive text."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals seeking customer insights"
},
"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": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'UserTesting'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}