Hotel Color Palette

Charcoal, antique gold and warm white — restrained luxury for hospitality branding. Anchors: #1F2937, #C9A227, #F8F5EF.

hotelhospitalityluxury
#1F2937
#C9A227
#F8F5EF
#93979F
#866C2A
#1f2937 #c9a227 #f8f5ef #93979f #866c2a
#1F2937 #C9A227 #F8F5EF #93979F #866C2A

Semantic roles

Assigned deterministically: lightest = background, darkest = text, most saturated = primary.

background#F8F5EF
surface#C9A227
text#1F2937
text-muted#866C2A
primary#C9A227
secondary#93979F
accent#866C2A

CSS variables

:root {
  --background: #f8f5ef;
  --surface: #c9a227;
  --text: #1f2937;
  --text-muted: #866c2a;
  --primary: #c9a227;
  --secondary: #93979f;
  --accent: #866c2a;
}
Preview in UIs →

Accessibility matrix

Text color (rows) on background (columns). Green = WCAG AA pass for normal text (≥4.5:1).

Text \ BG#1F2937#C9A227#F8F5EF#93979F#866C2A
#1F2937
1.0
6.1
13.5
5.0
2.9
#C9A227
6.1
1.0
2.2
1.2
2.1
#F8F5EF
13.5
2.2
1.0
2.7
4.6
#93979F
5.0
1.2
2.7
1.0
1.7
#866C2A
2.9
2.1
4.6
1.7
1.0

Under deuteranopia

Machado et al. (2009) simulation, severity 1.0 — approximation, not a medical tool.

Colors in this palette

Similar palettes

FAQ

How do I use the hotel color palette in CSS?

Copy the CSS variables below into :root and use var(--primary), var(--background) etc. Full palette: #1F2937, #C9A227, #F8F5EF, #93979F, #866C2A.

Do these colors pass accessibility checks?

See the WCAG matrix on this page: every text-on-background pairing with ratio ≥ 4.5 passes AA for normal text; ≥ 3 passes AA for large text and UI components.