Terracotta and Indigo
Use #F5E8DC as the background. Use #C87030 as the primary accent. Use #2D3A8A as secondary. Use #1A1A2A as body text. Palette: Terracotta and Indigo.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Terracotta and Indigo 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: 82.3% | 245, 232, 220 | 0%, 5%, 10%, 4% | 29°, 56%, 91% | ||
| Primary Accent Luminance: 24.1% | 200, 112, 48 | 0%, 44%, 76%, 22% | 25°, 61%, 49% | ||
| Secondary Luminance: 5.4% | 45, 58, 138 | 67%, 58%, 0%, 46% | 232°, 51%, 36% | ||
| Body Text Luminance: 1.1% | 26, 26, 42 | 38%, 38%, 0%, 84% | 240°, 24%, 13% |
Color Harmony: Split-Complementary Scheme
The Terracotta and Indigo palette is built using a split-complementary relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A split-complementary 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 Terracotta and Indigo Color Scheme
To use this Terracotta and Indigo 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 #F5E8DC for the main background and #C87030 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #1A1A2A and #F5E8DC is 14.25:1 (AAA). Ensure your body text remains legible.