Modern Real Estate
Use #F5F5F5 as the background. Use #2C2C2C as the primary accent. Use #E8B84B as secondary. Use #8B8680 as body text/supporting color. Palette mood: Modern Real Estate — minimal, calm, warm.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Modern Real Estate 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: 91.3% | 245, 245, 245 | 0%, 0%, 0%, 4% | 0°, 0%, 96% | ||
| Primary Accent Luminance: 2.5% | 44, 44, 44 | 0%, 0%, 0%, 83% | 0°, 0%, 17% | ||
| Secondary Luminance: 51.9% | 232, 184, 75 | 0%, 21%, 68%, 9% | 42°, 77%, 60% | ||
| Body Text Luminance: 24.1% | 139, 134, 128 | 0%, 4%, 8%, 45% | 33°, 5%, 52% |
Color Harmony: Custom Scheme
The Modern Real Estate palette is built using a custom relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A custom 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 Modern Real Estate Color Scheme
To use this Modern Real Estate 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 #F5F5F5 for the main background and #2C2C2C for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #8B8680 and #F5F5F5 is 3.31:1 (Fail). Ensure your body text remains legible.