Sage (#BCB88A)
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: 2.03:1 — vs black: 10.36:1
Color values
-
HEX
#BCB88A -
RGB
rgb(188, 184, 138) -
HSL
hsl(55, 26%, 73%) -
CMYK
cmyk( 0, 2.13, 26.6, 26.27 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #BCB88A based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#BCB88A
Base
#8A8EBC
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#BCB88A
Base
#BC9F8A
#A7BC8A
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#BCB88A
Base
#8ABCB8
#B88ABC
Two colors flanking the complement — high contrast with less tension than full complementary.
#BCB88A
Base
#8AA7BC
#9F8ABC
Four colors at 90° intervals — rich variety, best when one color dominates.
#BCB88A
Base
#8ABC9F
#8A8EBC
#BC8AA7
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#BCB88A
Base
#6E6A3F
#9F995B
#ADA870
#CBC8A4
#D8D6BB
#F4F3EB
Darker shades and lighter tints of Sage, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#101009
#36351F
#5D5935
#837E4B
#A6A164
#BCB88A
Base
#C8C49E
#D3D0B2
#DFDDC6
#EAE9DB
#F6F5EF
Ready-to-use code snippets for #BCB88A. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #BCB88A;
}
/* Text */
.element {
color: #BCB88A;
}
/* Border */
.element {
border: 1px solid #BCB88A;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#BCB88A,
#AAADCE
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#BCB88A,
#AAADCE
);
}
// SCSS variable
$sage: #BCB88A;
// With RGB channels (useful for rgba() usage)
$sage-r: 188;
$sage-g: 184;
$sage-b: 138;
// Usage
.element {
background-color: $sage;
color: rgba($sage-r, $sage-g, $sage-b, 0.8);
}
How Sage appears to people with different types of color vision deficiency.
#BCB88A
How the color appears with full color vision.
#B9B98A
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#B8B88A
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#C1B3B3
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#B6B6B6
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.