Xanadu (#738678)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 3.88:1 — vs black: 5.41:1

Color values

  • HEX #738678
  • RGB rgb(115, 134, 120)
  • HSL hsl(135, 14%, 52%)
  • CMYK cmyk( 14.18, 0, 10.45, 47.45 )
  • Websafe #669966

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #738678 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Xanadu
#738678 Base
#867381
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Xanadu
#738678 Base
#778673
#738681
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Xanadu
#738678 Base
#787386
#867873
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Xanadu
#738678 Base
#817386
#867377
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Xanadu
#738678 Base
#737786
#867381
#868173
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Xanadu
#738678 Base
#2C342E
#505D53
#607064
#88998D
#9CAA9F
#C5CDC7
Shades & Tints

Darker shades and lighter tints of Xanadu, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0C0E0C
#202622
#353E37
#4A564D
#5E6E62
Xanadu #738678 Base
#8C9C90
#A5B2A9
#BFC8C1
#D8DDD9
#F1F3F2
CSS & SCSS Snippets

Ready-to-use code snippets for #738678. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #738678;
}

/* Text */
.element {
    color: #738678;
}

/* Border */
.element {
    border: 1px solid #738678;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #738678,
        #97758E
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #738678,
        #97758E
    );
}
SCSS Variable
// SCSS variable
$xanadu: #738678;

// With RGB channels (useful for rgba() usage)
$xanadu-r: 115;
$xanadu-g: 134;
$xanadu-b: 120;

// Usage
.element {
    background-color: $xanadu;
    color: rgba($xanadu-r, $xanadu-g, $xanadu-b, 0.8);
}
Color Blindness Simulation

How Xanadu appears to people with different types of color vision deficiency.

Normal Vision #738678 How the color appears with full color vision.
Deuteranopia #818178 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #848478 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #758484 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #818181 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Xanadu ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Xanadu #738678 Base
Smoke #738276 ΔE 2.07
Camouflage Green #78866B ΔE 5.20
AuroMetalSaurus #6E7F80 ΔE 7.76
Artichoke #8F9779 ΔE 9.48

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.