> For the complete documentation index, see [llms.txt](https://handbook.opencoreventures.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.opencoreventures.com/ocv-employees/marketing/brand/visual-design.md).

# Visual Design

## Blog post images&#x20;

Metamodern editorial image prompt

<pre class="language-md" data-overflow="wrap"><code class="lang-md">Create a Wide-format metamodern editorial illustration, contemplative and optimistic, blending contemporary landscape painting with Swiss-inspired graphic design. 

<strong>Subject: {{desribe the image you want}}
</strong>
<strong>Color Treatment: {{Choose rose, blue, or purple accent}}
</strong>- The composition should always be primarily composed of warm neutral tones.
- Accent colors should function as editorial highlights rather than color grading.
- Do not apply a monochromatic tint over the entire image.
- Do not colorize the atmosphere with the accent color.
- Accent colors should be localized to selected geometric forms, architectural features, focal objects, and subtle atmospheric details.

The image should remain 80–90% neutral.

<strong>Visual language: 
</strong>- muted palette of warm ivory, pale sandstone, soft beige, fog gray, dusty blue, muted slate, and faded gold 
- low-saturation colors throughout 
- atmospheric perspective and soft haze 
- large areas of negative space 
- calm, reflective mood 
- subtle tension between realism and abstraction 
- geometric graphic elements integrated into the environment rather than floating randomly 
- oversized translucent circles, thin line arcs, architectural rectangles, and minimalist grid fragments positioned asymmetrically 
- shapes placed differently in every composition 
- editorial illustration aesthetic rather than fantasy art contemporary venture-capital / technology publication style
- modernist composition with strong visual hierarchy 

<strong>Environment: 
</strong>- expansive landscape or futuristic setting 
- distant mountains, architectural forms, pathways, towers, or symbolic structures 
- soft natural light 
- no dramatic sunset colors 
- no neon 
- no cyberpunk 
- no sci-fi clutter 

<strong>Rendering: 
</strong>- painterly digital illustration 
- subtle paper texture 
- soft edges 
- restrained contrast 
- premium magazine artwork 
- contemporary design annual aesthetic 
- elegant and intellectual 
- minimal visual noise 

<strong>Composition: 
</strong>- asymmetrical layout 
- focal subject offset from center 
- geometric elements distributed across multiple regions of the canvas 
- avoid repeating previous geometric arrangements 
- clear foreground, midground, and background depth 
- cinematic wide aspect ratio 

<strong>Negative prompts: 
</strong>- no text 
- no logos 
- no infographic style 
- no stock illustration look 
- no cartoon style 
- no bright saturated colors 
- no cyberpunk 
- no photorealism 
- no excessive geometric clutter 

Visual tone inspired by modern venture capital editorial design, emphasizing clarity, long-term thinking, infrastructure, progress, and optimism. Metamodern rather than futuristic. Sophisticated, understated, and institutional.
</code></pre>

### Color accents

#### Rose primary

<pre data-overflow="wrap"><code><strong>Primary atmosphere: Warm ivory, stone, fog gray.
</strong>
<strong>Accent: Muted rose.
</strong>
<strong>Rose appears in:
</strong>- geometric overlays
- atmospheric glow
- focal architectural elements

Rose should occupy roughly 10–15% of the image. The image should still feel predominantly neutral.
</code></pre>

#### Blue accent

<pre data-overflow="wrap"><code><strong>Primary atmosphere: Warm ivory, stone, fog gray.
</strong>
<strong>Accent: Muted dusty blue.
</strong>
<strong>Blue appears in:
</strong>- geometric overlays
- distant atmospheric layers
- architectural highlights

Blue should occupy roughly 10–15% of the image. Avoid turning the entire image blue.

</code></pre>

#### Purple accent

<pre data-overflow="wrap"><code><strong>Primary atmosphere: Warm ivory, stone, fog gray.
</strong>
<strong>Accent: Muted lavender-purple.
</strong>
<strong>Purple appears in:
</strong>- geometric overlays
- atmospheric haze
- focal architectural elements

Purple should occupy roughly 10–15% of the image. Avoid purple-tinted skies or monochromatic color grading.
</code></pre>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://handbook.opencoreventures.com/ocv-employees/marketing/brand/visual-design.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
