Home · Branding · PropRise

PropRise Brand Identity

A complete profile of PropRise's visual system — colors, typography, components, and personality — extracted from https://www.proprise.ai/. Built for designers, agents, and AI tools.

Download JSON
Primary
#AAA8BE
Accent
#6E9791
Body Font
Inter
Heading
Georgia

Color Palette

Brand palette extracted from https://www.proprise.ai/.

primary
#AAA8BE
rgb(170, 168, 190)
secondary
#6E9791
rgb(110, 151, 145)
accent
#6E9791
rgb(110, 151, 145)
background
#F6F6FE
rgb(246, 246, 254)
textPrimary
#37335F
rgb(55, 51, 95)
link
#37335F
rgb(55, 51, 95)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Georgia
ui-serif, Georgia, Cambria, Times New Roman, Times, serif
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:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. 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.

Visual Assets

PropRise logo
Logo
PropRise favicon
Favicon
PropRise social image
Social Card

UI Components

Live previews rendered using PropRise's actual button styles.

buttonPrimary
background #6E9791 textColor #FFFFFF borderRadius 0px shadow none
buttonSecondary
background #F6F6FE textColor #37335F borderColor #37335F borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: institutional real estate professionals

PropRise Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is PropRise's primary brand color?

PropRise's primary brand color is #AAA8BE. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does PropRise use?

PropRise uses #6E9791 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does PropRise use?

PropRise uses Inter for body text and Georgia for headings. Fonts were detected on https://www.proprise.ai/ as part of their live design system.

Does PropRise use a light or dark theme?

PropRise's primary site uses a light color scheme, with a background of #F6F6FE.

Where can I find PropRise's logo?

PropRise's logo is available directly on their site (https://www.proprise.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://www.proprise.ai/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by PropRise.

Methodology

Brand data on this page was extracted from https://www.proprise.ai/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by PropRise.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Georgia",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#AAA8BE",
    "secondary": "#6E9791",
    "accent": "#6E9791",
    "background": "#F6F6FE",
    "textPrimary": "#37335F",
    "link": "#37335F"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Georgia"
    },
    "fontStacks": {
      "heading": [
        "ui-serif",
        "Georgia",
        "Cambria",
        "Times New Roman",
        "Times",
        "serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "88px",
      "h2": "48px",
      "body": "10px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#6E9791",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F6F6FE",
      "textColor": "#37335F",
      "borderColor": "#37335F",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://hoirqrkdgbmvpwutwuwj.supabase.co/storage/v1/object/public/assets/assets/30435d8f-36ff-4513-86a5-82f2340f2dd1_3840w.png",
    "favicon": "https://www.proprise.ai/favicon.ico",
    "ogImage": "https://www.proprise.ai/images/logos/color-proprise-logo.png",
    "logoHref": "/",
    "logoAlt": "PropRise"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and has an alt text matching the brand name 'PropRise'. It links to the homepage, indicating it is the primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Explore Primer",
      "reasoning": "Button #1 has a vibrant green background (#6E9791), which stands out as a primary call-to-action color. The text 'Explore Primer' suggests an action-oriented purpose, making it suitable as the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Explore Beacon",
      "reasoning": "Button #2 has a subtle blue background (#F6F6FE) and a border, making it less prominent than the primary button. It serves well as a secondary option with the text 'Explore Beacon'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "institutional real estate professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "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 located in the header, is visible, and has an alt text matching the brand name 'PropRise'. It links to the homepage, indicating it is the primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles