Home · Branding · SurveyMonkey

SurveyMonkey Brand Identity

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

Download JSON
Primary
#00BF6F
Accent
#00BF6F
Body Font
Arial
Heading
National 2

Color Palette

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

primary
#00BF6F
rgb(0, 191, 111)
secondary
#2D3748
rgb(45, 55, 72)
accent
#00BF6F
rgb(0, 191, 111)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#224F3C
rgb(34, 79, 60)
link
#224F3C
rgb(34, 79, 60)

Typography

Each font links to its Google Fonts page where available.

primary
Arial
heading
National 2
National 2, Helvetica Neue, Helvetica, Arial, Hiragino Sans, Hiragino Kaku Gothic Pro, 游ゴシック, 游ゴシック体, YuGothic, Yu Gothic, MS ゴシック, MS Gothic, sans-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

SurveyMonkey logo
Logo
SurveyMonkey favicon
Favicon
SurveyMonkey social image
Social Card

UI Components

Live previews rendered using SurveyMonkey's actual button styles.

buttonPrimary
background #00BF6F textColor #FFFFFF borderColor #00BF6F borderRadius 4px shadow none
buttonSecondary
background #1E2124 textColor #1E2124 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals and organizations

SurveyMonkey Brand in the Wild

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

Frequently Asked Questions

What is SurveyMonkey's primary brand color?

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

What font does SurveyMonkey use?

SurveyMonkey uses Arial for body text and National 2 for headings. Fonts were detected on https://surveymonkey.com as part of their live design system.

Does SurveyMonkey use a light or dark theme?

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

Where can I find SurveyMonkey's logo?

SurveyMonkey's logo is available directly on their site (https://surveymonkey.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://surveymonkey.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 SurveyMonkey.

Methodology

Brand data on this page was extracted from https://surveymonkey.com 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 SurveyMonkey.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "National 2",
      "role": "heading"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#00BF6F",
    "secondary": "#2D3748",
    "accent": "#00BF6F",
    "background": "#FFFFFF",
    "textPrimary": "#224F3C",
    "link": "#224F3C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "National 2"
    },
    "fontStacks": {
      "heading": [
        "National 2",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "Hiragino Sans",
        "Hiragino Kaku Gothic Pro",
        "游ゴシック",
        "游ゴシック体",
        "YuGothic",
        "Yu Gothic",
        "MS ゴシック",
        "MS Gothic",
        "sans-serif"
      ],
      "body": [
        "National 2",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "Hiragino Sans",
        "Hiragino Kaku Gothic Pro",
        "游ゴシック",
        "游ゴシック体",
        "YuGothic",
        "Yu Gothic",
        "MS ゴシック",
        "MS Gothic",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "24px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#00BF6F",
      "textColor": "#FFFFFF",
      "borderColor": "#00BF6F",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#1E2124",
      "textColor": "#1E2124",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%2040%22%20class%3D%22surveymonkey-logo-primary-animated-hover_svgContainer__o0wr2%22%20data-fc-idx%3D%220%22%3E%3Crect%20width%3D%22200%22%20height%3D%2250%22%20rx%3D%220%22%20ry%3D%220%22%20transform%3D%22translate(0%20-5)%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%220%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke-width%3A%200px%20!important%3B%22%2F%3E%3Cg%20class%3D%22surveymonkey-logo-primary-animated-hover_monkeyGroup__6AF6X%22%20stroke-width%3D%220%22%20style%3D%22stroke-width%3A%200px%20!important%3B%22%3E%3Cpath%20d%3D%22M-65.492.526c-.363%200-.722.059-1.085.118-1.383-5.333-5.776-9.36-11.254-10.309-.239-.059-.482-.059-.722-.118.06-1.303.12-2.845%202.105-4.207l-.363-.77s-3.851%201.185-4.274%204.442c-.178-.886-1.985-2.013-2.89-2.193l-.423.71a3.09%203.09%200%200%201%201.444%202.194c-5.538.949-9.932%204.976-11.315%2010.309-2.467-.593-4.996.886-5.597%203.316-.602%202.429.9%204.917%203.369%205.51a4.66%204.66%200%200%200%202.83-.176c.423.95.901%201.895%201.503%202.724l3.851-2.547-.06-.059a9.1%209.1%200%200%201-1.747-5.034c-.12-2.073.423-4.148%201.747-5.333%202.767-2.312%205.777-1.244%207.702.95h.482c1.865-2.253%204.876-3.258%207.702-.95%201.324%201.185%201.866%203.257%201.747%205.333a8.9%208.9%200%200%201-1.747%205.034l-.06.059%203.851%202.547c.602-.828%201.085-1.777%201.503-2.724%202.348.886%205.056-.235%205.961-2.547.904-2.311-.239-4.976-2.588-5.867a3.6%203.6%200%200%200-1.687-.416l.013.004z%22%20fill%3D%22%23008323%22%20style%3D%22fill%3A%20rgb(0%2C%20131%2C%2035)%20!important%3B%20stroke-width%3A%200px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M-95.469%206.452c-.722-.059-1.324-.652-1.264-1.421a1.405%201.405%200%200%201%201.264-1.303c.299%200%20.542.059.782.235%200%20.711.059%201.421.119%202.135a1.24%201.24%200%200%201-.9.357v-.004zm30.037%200q-.544%200-.901-.357c.06-.711.12-1.421.12-2.135.602-.416%201.444-.235%201.866.357.179.236.239.475.239.77.06.769-.602%201.362-1.324%201.362z%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20stroke-width%3A%200px%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23404040%22%20stroke-width%3D%220%22%20style%3D%22fill%3A%20rgb(64%2C%2064%2C%2064)%20!important%3B%20stroke-width%3A%200px%20!important%3B%22%3E%3Cpath%20d%3D%22m44.833%2027.012%201.627-1.904c1.474%201.256%202.946%201.963%204.86%201.963%201.67%200%202.727-.757%202.727-1.904v-.042c0-1.083-.618-1.669-3.477-2.316-3.277-.785-5.123-1.73-5.123-4.524v-.043c0-2.598%202.201-4.396%205.255-4.396a8.63%208.63%200%200%201%205.581%201.904l-1.451%202.013c-1.384-1.017-2.77-1.569-4.178-1.569-1.595%200-2.508.785-2.508%201.797v.043c0%201.178.706%201.688%203.652%202.382%203.262.793%204.975%201.942%204.975%204.454v.043c0%202.834-2.265%204.524-5.497%204.524a9.56%209.56%200%200%201-6.443-2.425m13.699-1.95V17.79h2.659v6.495c0%201.774.901%202.79%202.484%202.79s2.615-1.06%202.615-2.834V17.79h2.659v11.427h-2.656V28.04a4.61%204.61%200%200%201-3.628%201.417c-2.619%200-4.134-1.731-4.134-4.395zm13.269-7.272h2.66v1.903c.726-1.711%202.065-2.21%204.11-2.123v2.323h-.155c-2.332%200-3.958%201.534-3.958%204.972v4.352h-2.656zm7.723%200h2.858l3.122%207.955%203.166-7.955h2.791l-4.784%2011.514h-2.392zm11.937%205.757v-.043c0-3.268%202.352-5.953%205.673-5.953%203.696%200%205.581%202.857%205.581%206.144%200%20.24-.024.475-.043.739H94.14c.288%201.859%201.627%202.899%203.341%202.899a4.25%204.25%200%200%200%203.146-1.366l1.563%201.366a5.92%205.92%200%200%201-4.749%202.143c-3.385%200-5.98-2.401-5.98-5.929m8.6-.975c-.176-1.688-1.197-3.01-2.947-3.01-1.626%200-2.791%201.233-3.014%203.01zm33.78.956c.076-3.363%202.907-6.035%206.324-5.961%203.297.07%205.961%202.672%206.056%205.918v.043c-.013%203.3-2.74%205.968-6.096%205.953h-.128c-3.313.083-6.072-2.496-6.156-5.761zm9.72.042v-.042c0-2.014-1.475-3.681-3.565-3.681s-3.485%201.648-3.485%203.638v.043c0%201.994%201.475%203.68%203.541%203.68%202.145-.004%203.509-1.668%203.509-3.638m17.542-10.152h2.66v9.438l4.816-5.066h3.233l-4.601%204.653%204.784%206.778h-3.077l-3.497-4.937-1.626%201.668v3.269h-2.659z%22%20style%3D%22fill%3A%20rgb(64%2C%2064%2C%2064)%20!important%3B%20stroke-width%3A%200px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M171.752%2023.547v-.043c0-3.268%202.353-5.953%205.674-5.953%203.696%200%205.581%202.857%205.581%206.144%200%20.24-.024.475-.044.739h-8.531c.287%201.859%201.626%202.899%203.341%202.899%201.2.005%202.34-.49%203.146-1.366l1.562%201.366a5.92%205.92%200%200%201-4.748%202.143c-3.385%200-5.981-2.401-5.981-5.929m8.616-.844c-.176-1.688-1.197-3.01-2.947-3.01-1.626%200-2.77%201.233-3.014%203.01zm-68.324-4.917-3.213%207.798-3.193-7.798h-2.771l4.573%2011.168-2.388%205.792h2.771l6.992-16.961h-2.77zm80.292-.004-3.213%207.798-3.194-7.798h-2.77l4.577%2011.168-2.388%205.792h2.77l6.989-16.961h-2.77zm6.682.154q.436.245.685.674.248.429.249.951c.001.522-.085.667-.254.956q-.255.433-.693.684-.44.25-.968.25-.53%200-.966-.25a1.86%201.86%200%200%201-.938-1.63%201.85%201.85%200%200%201%20.941-1.63q.438-.25.974-.25c.536%200%20.681.082.971.245zm-.167%203.009q.364-.213.576-.578.21-.364.211-.807c.001-.443-.069-.562-.206-.801a1.5%201.5%200%200%200-.568-.567q-.363-.208-.817-.208c-.454%200-.577.07-.822.211q-.368.21-.576.572t-.208.804c0%20.442.069.563.208.804q.208.363.573.572.365.211.814.211c.449%200%20.571-.071.814-.213z%22%20style%3D%22fill%3A%20rgb(64%2C%2064%2C%2064)%20!important%3B%20stroke-width%3A%200px%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M198.916%2019.652a.7.7%200%200%201-.317.25l.476.718h-.465l-.422-.639h-.482v.639h-.466v-2.097h.888q.416%200%20.657.197c.241.197.241.309.241.533a.7.7%200%200%201-.11.399m-.814-.027q.227%200%20.351-.099a.33.33%200%200%200%20.125-.273.32.32%200%200%200-.125-.272.56.56%200%200%200-.351-.096h-.4v.74zm-39.711%202.317v7.272h-2.659v-6.492c0-1.774-.901-2.79-2.484-2.79-1.584%200-2.616%201.06-2.616%202.834v6.451h-2.658V17.786h2.658v1.177a4.61%204.61%200%200%201%203.628-1.417c2.611.02%204.13%201.731%204.13%204.396zm-34.044-.18%204.697-7.704h2.89v15.159h-2.707V18.316l-4.846%207.703h-.068l-4.846-7.703v10.901h-2.707V14.058h2.89z%22%20style%3D%22fill%3A%20rgb(64%2C%2064%2C%2064)%20!important%3B%20stroke-width%3A%200px%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://prod.smassets.net/assets/static/images/surveymonkey/favicon.svg",
    "ogImage": "https://prod.smassets.net/assets/content/sm/default-og-share-card-2024.webp",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'SurveyMonkey'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Get started free",
      "reasoning": "Button #2 has a vibrant green background (#00BF6F), which is the brand color, and the text 'Get started free' is action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Contact sales",
      "reasoning": "Button #1 has a dark background (#1E2124), which is distinct from the primary button's color group, and the text 'Contact sales' suggests a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals and organizations"
  },
  "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 'SurveyMonkey'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles