Use #FAFAFA as the background. Use #E1306C as the primary accent. Use #833AB4 as secondary. Use #FCAF45 as body text/supporting color. Palette mood: Instagram — warm, vibrant, pastel.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Instagram 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: 95.6% | 250, 250, 250 | 0%, 0%, 0%, 2% | 0°, 0%, 98% | ||
| Primary Accent Luminance: 19.2% | 225, 48, 108 | 0%, 79%, 52%, 12% | 340°, 75%, 54% | ||
| Secondary Luminance: 11.1% | 131, 58, 180 | 27%, 68%, 0%, 29% | 276°, 51%, 47% | ||
| Body Text Luminance: 51.8% | 252, 175, 69 | 0%, 31%, 73%, 1% | 35°, 97%, 63% |
Color Harmony: Triadic Scheme
The Instagram 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 Instagram Color Scheme
To use this Instagram 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 #FAFAFA for the main background and #E1306C for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #FCAF45 and #FAFAFA is 1.77:1 (Fail). Ensure your body text remains legible.