Patientdesk.ai Brand: Colors, Fonts, Logo & Visual Identity
Patientdesk.ai Brand Identity
A complete profile of Patientdesk.ai's visual system — colors, typography, components, and personality — extracted from https://patientdesk.ai/. Built for designers, agents, and AI tools.
Colors
Color Palette
Brand palette extracted from https://patientdesk.ai/.
| Type | Color Code | RGB |
|---|---|---|
| primary | #4B5563 | rgb(75, 85, 99) |
| secondary | #2563EB | rgb(37, 99, 235) |
| accent | #2563EB | rgb(37, 99, 235) |
| background | #FCFCFC | rgb(252, 252, 252) |
| textPrimary | #14141E | rgb(20, 20, 30) |
| link | #111827 | rgb(17, 24, 39) |
Typography
Each font links to its Google Fonts page where available.
| Type | Font | Link |
|---|---|---|
| primary | Inter | Google Fonts → |
| heading | Inter | Google Fonts → |
Visual Assets
UI Components
Button Primary
{
"background": "#FCFCFC",
"textColor": "#14141E",
"borderColor": "#2563EB",
"borderRadius": "500px",
"shadow": "rgba(0, 0, 0, 0.08) 0px 4px 12px 0px, rgba(0, 0, 0, 0.04) 0px 1px 3px 0px"
}
Button Secondary
{
"background": "#F3F4F6",
"textColor": "#6B7280",
"borderRadius": "12px",
"shadow": "none"
}
Brand Personality
Tone: professional
Energy: medium
Audience: dental practices
Frequently Asked Questions
What is Patientdesk.ai's primary brand color?
Patientdesk.ai's primary brand color is #4B5563. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Patientdesk.ai use?
Patientdesk.ai uses #2563EB as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Patientdesk.ai use?
Patientdesk.ai uses Inter as the primary typeface across body and headings.
Does Patientdesk.ai use a light or dark theme?
Patientdesk.ai's primary site uses a light color scheme, with a background of #FCFCFC.
Where can I find Patientdesk.ai's logo?
Patientdesk.ai's logo is available directly on their site (https://patientdesk.ai/). The current logo URL is included in the machine-readable JSON profile linked above.
How was this brand profile generated?
This profile was extracted from https://patientdesk.ai/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [{
"family": "Inter",
"role": "body"
}],
"colors": {
"primary": "#4B5563",
"secondary": "#2563EB",
"accent": "#2563EB",
"background": "#FCFCFC",
"textPrimary": "#14141E",
"link": "#111827"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
}
},
"components": {
"buttonPrimary": {
"background": "#FCFCFC",
"textColor": "#14141E",
"borderColor": "#2563EB",
"borderRadius": "500px"
},
"buttonSecondary": {
"background": "#F3F4F6",
"textColor": "#6B7280",
"borderRadius": "12px"
}
},
"images": {
"logo": "https://www.patientdesk.ai/assets/images/Patientdesklogo.svg",
"favicon": "https://www.patientdesk.ai/assets/images/patientdeskwhitelogo.svg",
"ogImage": "https://www.patientdesk.ai/assets/images/og-image.png"
}
}