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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#98777B
Base
#779894
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#98777B
Base
#98778C
#988477
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#98777B
Base
#7B9877
#777B98
Two colors flanking the complement — high contrast with less tension than full complementary.
#98777B
Base
#779884
#778C98
Four colors at 90° intervals — rich variety, best when one color dominates.
#98777B
Base
#8C9877
#779894
#847798
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#98777B
Base
#433335
#6F5457
#836367
#AA8E92
#B9A3A5
#DACED0
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
#98777B
Base
#AA8F93
#BDA8AA
#CFC0C2
#E2D8D9
#F4F0F1
Ready-to-use code snippets for #98777B. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #98777B;
}
/* Text */
.element {
color: #98777B;
}
/* Border */
.element {
border: 1px solid #98777B;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#98777B,
#82AEA9
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#98777B,
#82AEA9
);
}
// 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);
}
How Bazaar appears to people with different types of color vision deficiency.
#98777B
How the color appears with full color vision.
#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.
#7B7B7B
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#987878
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#7F7F7F
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.