Raven Brand: Colors, Fonts, Logo & Visual Identity

Raven Brand Identity

A complete profile of Raven's visual system — colors, typography, components, and personality — extracted from https://startraven.com. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from https://startraven.com.

Color Hex RGB
primary #0000EE rgb(0, 0, 238)
secondary #FDE6F1 rgb(253, 230, 241)
accent #212121 rgb(33, 33, 33)
background #FFFFFF rgb(255, 255, 255)
textPrimary #212121 rgb(33, 33, 33)
link #3F51B5 rgb(63, 81, 181)

Typography

Each font links to its Google Fonts page where available.

Role Font Link
primary Inter Google Fonts →
heading Maven Pro Google Fonts →

Visual Assets

Logo

Favicon

UI Components

Button Primary

Button Secondary

Brand Personality

Raven Brand in the Wild

Image: startraven.com

Image: startraven.com

Image: startraven.com

Frequently Asked Questions

What is Raven's primary brand color?

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

What accent color does Raven use?

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

What font does Raven use?

Raven uses Inter for body text and Maven Pro for headings. Fonts were detected on https://startraven.com as part of their live design system.

Does Raven use a light or dark theme?

Raven's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Raven's logo?

Raven's logo is available directly on their site (https://startraven.com). 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://startraven.com 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 Raven.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Maven Pro",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#FDE6F1",
    "accent": "#212121",
    "background": "#FFFFFF",
    "textPrimary": "#212121",
    "link": "#3F51B5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Maven Pro"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "16px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#212121",
      "textColor": "#FFFFFF",
      "borderColor": "#E0E0E0",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(46, 46, 46, 0.2) 0px 9px 24px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#212121",
      "borderColor": "#E0E0E0",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://startraven.com/logo/raven_logo_dark.png",
    "favicon": "https://startraven.com/favicon.ico",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "Logo"
  }
}