Pale Copper (#DA8A67)
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.69:1 — vs black: 7.81:1
Color values
-
HEX
#DA8A67 -
RGB
rgb(218, 138, 103) -
HSL
hsl(18, 60%, 62%) -
CMYK
cmyk( 0, 37, 53, 15 ) -
Websafe
#CC9966
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #DA8A67 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#DA8A67
Base
#67B7DA
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#DA8A67
Base
#DA677E
#DAC467
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#DA8A67
Base
#67DA8A
#8A67DA
Two colors flanking the complement — high contrast with less tension than full complementary.
#DA8A67
Base
#67DAC4
#677EDA
Four colors at 90° intervals — rich variety, best when one color dominates.
#DA8A67
Base
#7EDA67
#67B7DA
#C467DA
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#DA8A67
Base
#874021
#C55D30
#D27146
#E2A388
#E9B9A5
#F8E9E2
Darker shades and lighter tints of Pale Copper, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#150A05
#442011
#74371C
#A34D28
#CE6537
#DA8A67
Base
#E09E81
#E7B29C
#EDC7B6
#F4DBD0
#FAEFEA
Ready-to-use code snippets for #DA8A67. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #DA8A67;
}
/* Text */
.element {
color: #DA8A67;
}
/* Border */
.element {
border: 1px solid #DA8A67;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#DA8A67,
#67B7DA
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#DA8A67,
#67B7DA
);
}
// SCSS variable
$pale-copper: #DA8A67;
// With RGB channels (useful for rgba() usage)
$pale-copper-r: 218;
$pale-copper-g: 138;
$pale-copper-b: 103;
// Usage
.element {
background-color: $pale-copper;
color: rgba($pale-copper-r, $pale-copper-g, $pale-copper-b, 0.8);
}
How Pale Copper appears to people with different types of color vision deficiency.
#DA8A67
How the color appears with full color vision.
#A7A763
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#969668
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#DC8686
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#9E9E9E
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.