Real Estate Color Palette

Deep navy, warm gold accents, and cool gray with ivory deliver upscale professionalism. This polished palette sells luxury property listings, real estate websites, and architectural presentations.

#003366

Deep Blue

RGB(0, 51, 102)

HSL(210, 100%, 20%)

#D4AF37

Amber

RGB(212, 175, 55)

HSL(46, 65%, 52%)

#666666

Gray

RGB(102, 102, 102)

HSL(0, 0%, 40%)

#E0E0E0

White

RGB(224, 224, 224)

HSL(0, 0%, 88%)

#F5F0E0

Light Amber

RGB(245, 240, 224)

HSL(46, 51%, 92%)

#FFFFFF

White

RGB(255, 255, 255)

HSL(0, 0%, 100%)

lightbulbBest Use Cases

  • checkProperty listings
  • checkReal estate websites
  • checkArchitectural presentations

businessIndustries

  • checkReal Estate
  • checkArchitecture
Mood:polished

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #003366;
  --color-2: #D4AF37;
  --color-3: #666666;
  --color-4: #E0E0E0;
  --color-5: #F5F0E0;
  --color-6: #FFFFFF;
}

Tailwind CSS Config

colors: {
  'real-estate-1': '#003366',
  'real-estate-2': '#D4AF37',
  'real-estate-3': '#666666',
  'real-estate-4': '#E0E0E0',
  'real-estate-5': '#F5F0E0',
  'real-estate-6': '#FFFFFF',
}
real-estateprofessionalupscalenavygold

Want to Extract Colors from Your Own Images?

Upload any photo and get a custom color palette instantly — free.

Try PaletteAI Free

Related Palettes