Deep Coffee (#704241)
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: 8.25:1 — vs black: 2.54:1
Color values
-
HEX
#704241 -
RGB
rgb(112, 66, 65) -
HSL
hsl(1, 41%, 43%) -
CMYK
cmyk( 0, 41.07, 41.96, 56.08 ) -
Websafe
#663333
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #704241 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#704241
Base
#416F70
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#704241
Base
#704158
#705A41
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#704241
Base
#417042
#424170
Two colors flanking the complement — high contrast with less tension than full complementary.
#704241
Base
#41705A
#415870
Four colors at 90° intervals — rich variety, best when one color dominates.
#704241
Base
#587041
#416F70
#5A4170
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#704241
Base
#100A09
#402525
#563332
#8A5150
#A05F5D
#BD8E8D
Darker shades and lighter tints of Deep Coffee, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#100A09
#231514
#362020
#4A2B2B
#5D3736
#704241
Base
#975958
#B27B7A
#C8A2A1
#DFC8C8
#F6EFEF
Ready-to-use code snippets for #704241. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #704241;
}
/* Text */
.element {
color: #704241;
}
/* Border */
.element {
border: 1px solid #704241;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#704241,
#419D9F
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#704241,
#419D9F
);
}
// SCSS variable
$deep-coffee: #704241;
// With RGB channels (useful for rgba() usage)
$deep-coffee-r: 112;
$deep-coffee-g: 66;
$deep-coffee-b: 65;
// Usage
.element {
background-color: $deep-coffee;
color: rgba($deep-coffee-r, $deep-coffee-g, $deep-coffee-b, 0.8);
}
How Deep Coffee appears to people with different types of color vision deficiency.
#704241
How the color appears with full color vision.
#535340
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#494941
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#704242
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#4F4F4F
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.