Spicy Mix (#8B5F4D)
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: 5.47:1 — vs black: 3.84:1
Color values
-
HEX
#8B5F4D -
RGB
rgb(139, 95, 77) -
HSL
hsl(17, 44%, 54%) -
CMYK
cmyk( 0, 31.65, 44.6, 45.49 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #8B5F4D based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#8B5F4D
Base
#4D798B
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#8B5F4D
Base
#8B4D5A
#8B7E4D
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#8B5F4D
Base
#4D8B5F
#5F4D8B
Two colors flanking the complement — high contrast with less tension than full complementary.
#8B5F4D
Base
#4D8B7E
#4D5A8B
Four colors at 90° intervals — rich variety, best when one color dominates.
#8B5F4D
Base
#5A8B4D
#4D798B
#7E4D8B
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#8B5F4D
Base
#291C16
#5A3D32
#714D3E
#A5715C
#B18573
#CDB0A4
Darker shades and lighter tints of Spicy Mix, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#100B09
#291C17
#412D24
#5A3D32
#724E3F
#8B5F4D
Base
#A97864
#BC9687
#D0B5A9
#E3D3CC
#F6F1EF
Ready-to-use code snippets for #8B5F4D. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #8B5F4D;
}
/* Text */
.element {
color: #8B5F4D;
}
/* Border */
.element {
border: 1px solid #8B5F4D;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#8B5F4D,
#57A1BF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#8B5F4D,
#57A1BF
);
}
// SCSS variable
$spicy-mix: #8B5F4D;
// With RGB channels (useful for rgba() usage)
$spicy-mix-r: 139;
$spicy-mix-g: 95;
$spicy-mix-b: 77;
// Usage
.element {
background-color: $spicy-mix;
color: rgba($spicy-mix-r, $spicy-mix-g, $spicy-mix-b, 0.8);
}
How Spicy Mix appears to people with different types of color vision deficiency.
#8B5F4D
How the color appears with full color vision.
#6E6E4B
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#65654D
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#8C5D5D
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#696969
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.