Bazaar (#98777B)

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.99:1 — vs black: 5.26:1

Color values

  • HEX #98777B
  • RGB rgb(152, 119, 123)
  • HSL hsl(352, 21%, 59%)
  • CMYK cmyk( 0, 21.71, 19.08, 40.39 )
  • Websafe #996666

Tags

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

Color Harmonies

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

Complementary

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

Bazaar
#98777B Base
#779894
Analogous

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

Bazaar
#98777B Base
#98778C
#988477
Triadic

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

Bazaar
#98777B Base
#7B9877
#777B98
Split-Complementary

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

Bazaar
#98777B Base
#779884
#778C98
Tetradic (Square)

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

Bazaar
#98777B Base
#8C9877
#779894
#847798
Monochromatic

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

Bazaar
#98777B Base
#433335
#6F5457
#836367
#AA8E92
#B9A3A5
#DACED0
Shades & Tints

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

Shades (darker)

#0F0B0B
#2A2021
#463537
#624A4D
#7E6063
Bazaar #98777B Base
#AA8F93
#BDA8AA
#CFC0C2
#E2D8D9
#F4F0F1
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #98777B;
}

/* Border */
.element {
    border: 1px solid #98777B;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #98777B,
        #82AEA9
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #98777B,
        #82AEA9
    );
}
SCSS Variable
// SCSS variable
$bazaar: #98777B;

// With RGB channels (useful for rgba() usage)
$bazaar-r: 152;
$bazaar-g: 119;
$bazaar-b: 123;

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

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

Normal Vision #98777B How the color appears with full color vision.
Deuteranopia #82827A 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 #7B7B7B Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #987878 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #7F7F7F 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 Bazaar ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Bazaar #98777B Base
Mountbatten Pink #997A8D ΔE 6.15
Cinereous #98817B ΔE 6.79
Copper Rose #996666 ΔE 7.35
Dark Chestnut #986960 ΔE 8.19

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.