Copper and Verdigris
Use #F5EEE0 as the background. Use #C87838 as the primary accent. Use #3A8A68 as secondary. Use #1A3A28 as body text. Palette: Copper and Verdigris.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Copper and Verdigris color scheme. Use these values for web design (HEX/RGB), print projects (CMYK), or specialized design software (HSL).
| Swatch | Design Role | HEX | RGB | CMYK | HSL |
|---|---|---|---|---|---|
| Background Luminance: 85.9% | 245, 238, 224 | 0%, 3%, 9%, 4% | 40°, 51%, 92% | ||
| Primary Accent Luminance: 26.0% | 200, 120, 56 | 0%, 40%, 72%, 22% | 27°, 57%, 50% | ||
| Secondary Luminance: 20.1% | 58, 138, 104 | 58%, 0%, 25%, 46% | 155°, 41%, 38% | ||
| Body Text Luminance: 3.4% | 26, 58, 40 | 55%, 0%, 31%, 77% | 146°, 38%, 16% |
Color Harmony: Triadic Scheme
The Copper and Verdigris palette is built using a triadic relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A triadic palette is often preferred by professional designers because it balances visual interest with cohesion.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Copper and Verdigris Color Scheme
To use this Copper and Verdigris color palette in your web project, you can copy the following CSS variables or Tailwind CSS configuration. These roles ensure your UI maintains accessibility and visual hierarchy.
Option 1: CSS Variables
:root {
/* {name} Palette - ihatecolors.com */{'
'} --color-bg: {colors[0]};{'
'} --color-primary: {colors[1]};{'
'} --color-secondary: {colors[2]};{'
'} --color-text: {colors[3]};{'
'} {'}'} Web Design Tip
Use #F5EEE0 for the main background and #C87838 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #1A3A28 and #F5EEE0 is 10.83:1 (AAA). Ensure your body text remains legible.