Deep Puce (#A95C68)
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: 4.75:1 — vs black: 4.42:1
Color values
-
HEX
#A95C68 -
RGB
rgb(169, 92, 104) -
HSL
hsl(350, 45%, 66%) -
CMYK
cmyk( 0, 45.56, 38.46, 33.73 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #A95C68 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#A95C68
Base
#5CA99D
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#A95C68
Base
#A95C8F
#A9775C
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#A95C68
Base
#68A95C
#5C68A9
Two colors flanking the complement — high contrast with less tension than full complementary.
#A95C68
Base
#5CA977
#5C8FA9
Four colors at 90° intervals — rich variety, best when one color dominates.
#A95C68
Base
#8FA95C
#5CA99D
#775CA9
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#A95C68
Base
#47252B
#794049
#904C57
#B77781
#C38E96
#DEC0C5
Darker shades and lighter tints of Deep Puce, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#11090A
#30191D
#4E292F
#6D3A42
#8C4A54
#A95C68
Base
#B87983
#C8979E
#D7B4B9
#E7D1D4
#F6EEF0
Ready-to-use code snippets for #A95C68. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #A95C68;
}
/* Text */
.element {
color: #A95C68;
}
/* Border */
.element {
border: 1px solid #A95C68;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#A95C68,
#82D0C4
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#A95C68,
#82D0C4
);
}
// SCSS variable
$deep-puce: #A95C68;
// With RGB channels (useful for rgba() usage)
$deep-puce-r: 169;
$deep-puce-g: 92;
$deep-puce-b: 104;
// Usage
.element {
background-color: $deep-puce;
color: rgba($deep-puce-r, $deep-puce-g, $deep-puce-b, 0.8);
}
How Deep Puce appears to people with different types of color vision deficiency.
#A95C68
How the color appears with full color vision.
#797966
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#686868
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#A85E5E
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#737373
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.