> ## Documentation Index
> Fetch the complete documentation index at: https://docs.saffron.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Logos & Brand Assets

> Official Saffron logos.

## Wordmark

<Frame caption="Wordmark — for light backgrounds">
  <img src="https://mintcdn.com/sfi/YhoiLnzOYXWylOmT/logo/light-logo.svg?fit=max&auto=format&n=YhoiLnzOYXWylOmT&q=85&s=c36e985087032821e78ce5f97994487f" alt="Saffron wordmark in near-black" width="609" height="167" data-path="logo/light-logo.svg" />
</Frame>

<Frame caption="Wordmark — for dark backgrounds">
  <div style={{ background: '#231F20', padding: '32px' }}>
    <img src="https://mintcdn.com/sfi/YhoiLnzOYXWylOmT/logo/dark-logo.svg?fit=max&auto=format&n=YhoiLnzOYXWylOmT&q=85&s=5b271b43e98fdc90e3374b8afc03d36c" alt="Saffron wordmark in white" width="609" height="167" data-path="logo/dark-logo.svg" />
  </div>
</Frame>

<CardGroup cols={3}>
  <Card title="Light background" icon="download" href="/logo/light-logo.svg">
    SVG · near-black
  </Card>

  <Card title="Dark background" icon="download" href="/logo/dark-logo.svg">
    SVG · white
  </Card>

  <Card title="Raster" icon="download" href="/images/saffred_black_text_2.png">
    PNG · 4448px · near-black
  </Card>
</CardGroup>

## Logomark

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(auto-fit, minmax(200px, 1fr))', gap: '24px', marginTop: '1.5rem' }}>
  <div>
    <div style={{ background: '#F5F5F4', borderRadius: '12px', padding: '28px', display: 'flex', alignItems: 'center', justifyContent: 'center' }}>
      <img src="https://mintcdn.com/sfi/_WolqTSciRPwbOoO/images/sfi_red_400px.png?fit=max&auto=format&n=_WolqTSciRPwbOoO&q=85&s=b88d0c87a76f46e5cf2987c4b5cfe7b1" alt="Saffron trident in white on a Saffron Red rounded square" style={{ width: '112px', height: '112px' }} width="400" height="400" data-path="images/sfi_red_400px.png" />
    </div>

    <p style={{ fontSize: '13px', margin: '10px 0 2px', fontWeight: 600 }}>App icon</p>
    <p style={{ fontSize: '12px', margin: '0 0 4px', opacity: 0.7 }}>Rounded square, transparent corners · 400px PNG</p>
    <a href="/images/sfi_red_400px.png" style={{ fontSize: '12px' }}>Download PNG</a>
  </div>

  <div>
    <div style={{ background: '#F5F5F4', borderRadius: '12px', padding: '28px', display: 'flex', alignItems: 'center', justifyContent: 'center' }}>
      <img src="https://mintcdn.com/sfi/_WolqTSciRPwbOoO/images/saffron_darkred_400.png?fit=max&auto=format&n=_WolqTSciRPwbOoO&q=85&s=748628713eac5ae8910bf350dcecea4e" alt="Saffron trident in cream on a deep red square" style={{ width: '112px', height: '112px' }} width="400" height="400" data-path="images/saffron_darkred_400.png" />
    </div>

    <p style={{ fontSize: '13px', margin: '10px 0 2px', fontWeight: 600 }}>Square</p>
    <p style={{ fontSize: '12px', margin: '0 0 4px', opacity: 0.7 }}>Full bleed, no transparency · 400px PNG</p>
    <a href="/images/saffron_darkred_400.png" style={{ fontSize: '12px' }}>Download PNG</a>
  </div>
</div>

[Next Section: Saffron Vaults](/saffron-vaults/overview)
