Home · Branding · Dalus

Dalus Brand Identity

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

Download JSON
Primary
#036492
Accent
#036492
Body Font
IBM Plex Sans
Heading
IBM Plex Sans

Color Palette

Brand palette extracted from https://dalus.io.

primary
#036492
rgb(3, 100, 146)
accent
#036492
rgb(3, 100, 146)
background
#F8F9FA
rgb(248, 249, 250)
textPrimary
#0E0F11
rgb(14, 15, 17)
link
#6B7280
rgb(107, 114, 128)

Typography

Each font links to its Google Fonts page where available.

primary
IBM Plex Sans
IBM Plex Sans Google Fonts →
heading
IBM Plex Sans
IBM Plex Sans Google Fonts →
IBM Plex Sans, system-ui, 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

Dalus logo
Logo
Dalus favicon
Favicon
Dalus social image
Social Card

UI Components

Live previews rendered using Dalus's actual button styles.

input
background #F8F8F9 textColor #0E0F11 borderColor #CED2DA borderRadius 8px shadow none
buttonPrimary
background #036492 textColor #FFFFFF borderRadius 8px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px
buttonSecondary
background #FFFFFF textColor #0E0F11 borderColor #CED2DA borderRadius 33554400px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals

Dalus Brand in the Wild

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

Frequently Asked Questions

What is Dalus's primary brand color?

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

What font does Dalus use?

Dalus uses IBM Plex Sans as the primary typeface across body and headings.

Does Dalus use a light or dark theme?

Dalus's primary site uses a light color scheme, with a background of #F8F9FA.

Where can I find Dalus's logo?

Dalus's logo is available directly on their site (https://dalus.io). 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://dalus.io 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 Dalus.

Methodology

Brand data on this page was extracted from https://dalus.io 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 Dalus.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "IBM Plex Sans",
      "role": "body"
    },
    {
      "family": "Barlow",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#036492",
    "accent": "#036492",
    "background": "#F8F9FA",
    "textPrimary": "#0E0F11",
    "link": "#6B7280"
  },
  "typography": {
    "fontFamilies": {
      "primary": "IBM Plex Sans",
      "heading": "IBM Plex Sans"
    },
    "fontStacks": {
      "heading": [
        "IBM Plex Sans",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "IBM Plex Sans",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "IBM Plex Sans",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "52px",
      "h2": "40px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#F8F8F9",
      "textColor": "#0E0F11",
      "borderColor": "#CED2DA",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#036492",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0E0F11",
      "borderColor": "#CED2DA",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22h-5%20w-auto%22%20width%3D%22109%22%20height%3D%2220%22%20viewBox%3D%220%200%20109%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cg%20clip-path%3D%22url(%23clip0_dalus_logo)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20d%3D%22M59.3771%203.57046C58.0346%202.39246%2056.1575%201.80246%2053.7512%201.80246H46.74V3.27846H49.3739V18.1405H46.74V19.6165H53.7512C56.1588%2019.6165%2058.036%2019.0311%2059.3771%2017.8598C60.7189%2016.6905%2061.3929%2014.8571%2061.3929%2012.3651V9.08112C61.3929%206.58646%2060.7189%204.75312%2059.3771%203.57046ZM59.7055%2012.4418C59.7055%2014.4418%2059.1957%2015.8918%2058.1767%2016.7891C57.1578%2017.6918%2055.6815%2018.1385%2053.7498%2018.1385H51.0614V3.30579H53.7498C55.6815%203.30579%2057.1578%203.74779%2058.1767%204.63912C59.1957%205.52846%2059.7055%206.98379%2059.7055%209.00446V12.4418ZM78.272%201.80246V19.6145H79.8553V1.80246H78.272ZM93.134%207.24779V13.4338C93.134%2015.1278%2092.6959%2016.3971%2091.8163%2017.2385C90.9374%2018.0791%2089.8385%2018.4978%2088.5208%2018.4978C87.348%2018.4978%2086.4036%2018.1965%2085.7013%2017.5958C84.9997%2016.9898%2084.6492%2016.0185%2084.6492%2014.6818V7.24979H83.0667V14.7851C83.0667%2015.9198%2083.2971%2016.8651%2083.7648%2017.6211C84.2332%2018.3778%2084.8555%2018.9418%2085.6385%2019.3118C86.4167%2019.6858%2087.2666%2019.8731%2088.1807%2019.8731C89.548%2019.8731%2090.5966%2019.6131%2091.3155%2019.0971C92.0357%2018.5811%2092.5531%2017.9918%2092.8684%2017.3298H93.1885V19.6185H94.7172V7.24779H93.134ZM108.376%2014.4238C107.963%2013.9485%20107.408%2013.5798%20106.704%2013.3185C106.001%2013.0538%20105.212%2012.8551%20104.332%2012.7178L103.121%2012.5138C102.208%2012.3631%20101.488%2012.1325%20100.961%2011.8151C100.431%2011.5025%20100.17%2011.0058%20100.17%2010.3278C100.17%209.65046%20100.46%209.10512%20101.036%208.75112C101.617%208.39379%20102.392%208.21446%20103.359%208.21446C104.327%208.21446%20105.16%208.41779%20105.822%208.82312C106.482%209.23379%20106.899%209.92912%20107.071%2010.9111L108.549%2010.6071C108.321%209.40046%20107.761%208.48179%20106.874%207.84446C105.99%207.20979%20104.816%206.88912%20103.359%206.88912C101.902%206.88912%20100.763%207.19846%2099.8913%207.80712C99.0248%208.41646%2098.5867%209.25779%2098.5867%2010.3265C98.5867%2011.0378%2098.7765%2011.6311%2099.1545%2012.1065C99.5291%2012.5825%20100.047%2012.9611%20100.694%2013.2418C101.343%2013.5218%20102.075%2013.7285%20102.883%2013.8631L104.095%2014.0665C105.097%2014.2385%20105.9%2014.4658%20106.506%2014.7545C107.112%2015.0425%20107.415%2015.5631%20107.415%2016.3071C107.415%2017.0505%20107.094%2017.6118%20106.451%2018.0265C105.812%2018.4418%20104.965%2018.6485%20103.908%2018.6485C103.207%2018.6485%20102.541%2018.5391%20101.919%2018.3198C101.297%2018.1005%20100.771%2017.7305%20100.341%2017.2145C99.9079%2016.6931%2099.6209%2015.9865%2099.4829%2015.0891L97.93%2015.3698C98.1735%2017.0151%2098.8475%2018.1931%2099.9458%2018.9045C101.039%2019.6165%20102.365%2019.9738%20103.91%2019.9738C105.455%2019.9738%20106.713%2019.6565%20107.625%2019.0185C108.538%2018.3838%20108.998%2017.4785%20108.998%2016.3085C108.998%2015.5285%20108.787%2014.9031%20108.376%2014.4271V14.4238ZM75.0614%2011.5218C75.0614%2010.0638%2074.615%208.92579%2073.7272%208.11179C72.8427%207.29912%2071.5899%206.88912%2069.9736%206.88912C68.9215%206.88912%2068.0123%207.06379%2067.2589%207.41312C66.5056%207.75912%2065.895%208.22579%2065.4418%208.81046C64.9837%209.39512%2064.6505%2010.0545%2064.4394%2010.7851L65.9675%2011.2158C66.1951%2010.3185%2066.6415%209.59912%2067.2969%209.06646C67.9577%208.52979%2068.8504%208.26579%2069.9736%208.26579C71.0974%208.26579%2071.9845%208.54646%2072.5827%209.10246C73.1794%209.66313%2073.4781%2010.4431%2073.4781%2011.4431V12.4385H68.7856C67.906%2012.4385%2067.1113%2012.5731%2066.3876%2012.8458C65.6674%2013.1185%2065.0996%2013.5251%2064.6753%2014.0651C64.2538%2014.6098%2064.0448%2015.2958%2064.0448%2016.1291C64.0448%2016.9625%2064.2552%2017.6371%2064.6753%2018.2145C65.0996%2018.7911%2065.6722%2019.2305%2066.4042%2019.5265C67.1327%2019.8231%2067.944%2019.9685%2068.8401%2019.9685C69.7362%2019.9685%2070.4482%2019.8598%2071.0291%2019.6405C71.6051%2019.4205%2072.0763%2019.1271%2072.4399%2018.7751C72.7979%2018.4178%2073.0918%2018.0525%2073.3188%2017.6818H73.5781V19.6145H75.06V17.5285L75.0614%2011.5218ZM73.4781%2014.0665C73.4781%2015.5091%2073.0621%2016.6278%2072.2239%2017.4158C71.3906%2018.2045%2070.2971%2018.5985%2068.945%2018.5985C67.9771%2018.5985%2067.181%2018.3838%2066.5587%2017.9478C65.9364%2017.5171%2065.6246%2016.9031%2065.6246%2016.1038C65.6246%2015.3038%2065.9281%2014.7171%2066.5339%2014.3358C67.1396%2013.9545%2067.8977%2013.7625%2068.8153%2013.7625H73.4781V14.0665ZM38.0648%203.25446L37.8772%202.96646H34.2271L33.6924%203.59446L33.9394%203.94046C34.2388%204.35312%2034.5306%204.77046%2034.8155%205.19179L32.8363%205.20446L32.1361%206.02246L32.2768%206.19979C33.8718%208.22246%2034.8293%2010.4805%2035.0135%2012.6198C31.7904%2012.5858%2026.9303%2011.5091%2020.9146%209.48979C16.0924%201.11979%2011.8483%20-0.0482088%209.74071%20-0.000208823C7.96636%200.0417912%206.43691%200.966458%205.49592%202.55112C4.04236%202.58779%202.89717%203.02246%202.16176%203.81846C1.42705%204.61512%201.12281%205.72246%201.25113%207.11312C-0.826769%208.73512%20-0.314193%2011.9271%202.7723%2016.6005L2.95995%2016.8858H6.44312L7.06676%2016.1551L6.89153%2015.9111C6.60179%2015.5145%206.31963%2015.1125%206.04506%2014.7065L7.83183%2014.6531L8.61898%2013.7331L8.55896%2013.6551C6.96397%2011.6278%206.00643%209.37446%205.82223%207.23179C9.04532%207.26912%2013.9055%208.34712%2019.9212%2010.3618C24.6482%2018.5731%2028.8254%2019.8518%2030.9757%2019.8518H31.1006C32.8742%2019.8105%2034.4009%2018.8858%2035.3454%2017.3005C36.7934%2017.2638%2037.9434%2016.8265%2038.6754%2016.0331C39.4108%2015.2365%2039.7143%2014.1291%2039.5867%2012.7385C41.6639%2011.1118%2041.1548%207.92446%2038.0648%203.25646V3.25446ZM3.11793%204.64579C3.57531%204.15046%204.25139%203.92779%204.91298%203.83646C4.69084%204.51712%204.55493%205.26112%204.51975%206.03646C3.74985%206.10246%203.07929%206.23512%202.50739%206.44046C2.51567%205.67579%202.72125%205.07312%203.11724%204.64379L3.11793%204.64579ZM3.66569%2015.6465C1.5326%2012.3491%200.827547%2010.0125%201.55329%208.67912C2.01413%2010.3265%202.95029%2012.2625%204.35211%2014.4498C4.61426%2014.8518%204.88055%2015.2511%205.15236%2015.6465H3.66569ZM6.83841%2013.4431L5.25171%2013.4931C3.83609%2011.2351%202.95995%209.29912%202.63984%207.72579C3.13586%207.49846%203.77331%207.35046%204.54114%207.27979C4.7074%209.33112%205.50351%2011.4705%206.83634%2013.4431H6.83772H6.83841ZM5.80774%205.99112C5.85396%205.19846%206.01678%204.45912%206.29066%203.80712C9.03497%204.00112%2012.7106%205.51512%2016.6056%208.00912C12.1035%206.68846%208.48721%206.01046%205.80774%205.98979V5.99112ZM6.97915%202.63446C7.6842%201.75446%208.65002%201.26712%209.77038%201.23846C11.048%201.19646%2014.2725%201.82779%2018.2165%207.57446C14.0883%204.79579%2010.0774%203.02979%206.97915%202.63246V2.63446ZM31.0709%2018.6111C29.7746%2018.6271%2026.5598%2018.0218%2022.6193%2012.2705C26.7475%2015.0518%2030.7584%2016.8198%2033.8614%2017.2151C33.1564%2018.0951%2032.1906%2018.5825%2031.0709%2018.6111ZM34.5506%2016.0425C31.8056%2015.8438%2028.1251%2014.3345%2024.2356%2011.8358C28.7322%2013.1565%2032.3486%2013.8371%2035.0329%2013.8585C34.9866%2014.6465%2034.8238%2015.3905%2034.5506%2016.0425ZM34.016%206.43179L35.6241%206.42379C37.0176%208.65312%2037.8806%2010.5685%2038.198%2012.1211C37.7013%2012.3518%2037.0645%2012.5011%2036.296%2012.5711C36.1332%2010.5285%2035.3433%208.40179%2034.0174%206.43179H34.016ZM37.7178%2015.2065C37.2598%2015.7011%2036.5844%2015.9238%2035.9228%2016.0151C36.1498%2015.3345%2036.2808%2014.5905%2036.3208%2013.8151C37.0859%2013.7498%2037.7579%2013.6131%2038.3304%2013.4111C38.3222%2014.1758%2038.1166%2014.7785%2037.7199%2015.2078L37.7178%2015.2065ZM38.3849%2012.5185H38.3801L38.3849%2012.5138V12.5185ZM39.2832%2011.1725C38.8251%209.54579%2037.902%207.63446%2036.525%205.48046C36.2525%205.04912%2035.9704%204.62379%2035.6786%204.20446H37.1708C39.308%207.50246%2040.013%209.83912%2039.2832%2011.1725Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(14%2C%2015%2C%2017)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M38.3857%2012.5187V12.514C38.3857%2012.514%2038.3857%2012.5187%2038.3809%2012.5187H38.3857Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(14%2C%2015%2C%2017)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3CclipPath%20id%3D%22clip0_dalus_logo%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Crect%20width%3D%22109%22%20height%3D%2220%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E",
    "favicon": "https://dalus.io/icon.svg?icon.75c25852.svg",
    "ogImage": "https://dalus.io/opengraph-image.png?opengraph-image.7c2bfe15.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, aligning with the brand 'Dalus'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Request Demo",
      "reasoning": "Button #0 'Request Demo' uses the vibrant brand color #036492, making it the most prominent CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Book a student demo",
      "reasoning": "Button #2 'Book a student demo' has a different background color (#FFFFFF) and serves as a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business 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 visible, located in the header, and links to the homepage, aligning with the brand 'Dalus'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles