Deep Taupe (#7E5E60)
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.74:1 — vs black: 3.66:1
Color values
-
HEX
#7E5E60 -
RGB
rgb(126, 94, 96) -
HSL
hsl(356, 25%, 49%) -
CMYK
cmyk( 0, 25.4, 23.81, 50.59 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #7E5E60 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#7E5E60
Base
#5E7E7C
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#7E5E60
Base
#7E5E70
#7E6C5E
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#7E5E60
Base
#607E5E
#5E607E
Two colors flanking the complement — high contrast with less tension than full complementary.
#7E5E60
Base
#5E7E6C
#5E707E
Four colors at 90° intervals — rich variety, best when one color dominates.
#7E5E60
Base
#707E5E
#5E7E7C
#6C5E7E
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#7E5E60
Base
#261D1D
#523D3F
#674D4E
#957073
#A48587
#C4B1B2
Darker shades and lighter tints of Deep Taupe, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0F0B0B
#251C1C
#3B2C2D
#513D3E
#684D4F
#7E5E60
Base
#9A7779
#B09597
#C7B4B5
#DED2D3
#F4F0F1
Ready-to-use code snippets for #7E5E60. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #7E5E60;
}
/* Text */
.element {
color: #7E5E60;
}
/* Border */
.element {
border: 1px solid #7E5E60;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#7E5E60,
#5E9E9A
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#7E5E60,
#5E9E9A
);
}
// SCSS variable
$deep-taupe: #7E5E60;
// With RGB channels (useful for rgba() usage)
$deep-taupe-r: 126;
$deep-taupe-g: 94;
$deep-taupe-b: 96;
// Usage
.element {
background-color: $deep-taupe;
color: rgba($deep-taupe-r, $deep-taupe-g, $deep-taupe-b, 0.8);
}
How Deep Taupe appears to people with different types of color vision deficiency.
#7E5E60
How the color appears with full color vision.
#69695F
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#626260
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#7E5E5E
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#666666
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.