Color Palette

Official Shadowrock brand colors with HEX, RGB, and CMYK values for print and digital use

Preview context:

Black

Primary background for brand contexts, dark UI surfaces

ShadowRock Purple

Primary brand accent, CTAs, interactive elements

White

Primary text on dark backgrounds, light surfaces

Dark Gray

Elevated dark surfaces, card backgrounds

Charcoal

Secondary surfaces, borders on dark backgrounds

Medium Gray

Secondary text, muted elements, placeholders

CSS Custom Properties

:root {
  --sr-black: #000000;
  --sr-purple: #5200CC;
  --sr-white: #FFFFFF;
  --sr-dark-gray: #0F0F0F;
  --sr-charcoal: #222222;
  --sr-medium-gray: #A3A3A3;
}