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

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
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.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Deep Coffee
#704241 Base
#416F70
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Deep Coffee
#704241 Base
#704158
#705A41
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Deep Coffee
#704241 Base
#417042
#424170
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Deep Coffee
#704241 Base
#41705A
#415870
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Deep Coffee
#704241 Base
#587041
#416F70
#5A4170
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Deep Coffee
#704241 Base
#100A09
#402525
#563332
#8A5150
#A05F5D
#BD8E8D
Shades & Tints

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
Deep Coffee #704241 Base
#975958
#B27B7A
#C8A2A1
#DFC8C8
#F6EFEF
CSS & SCSS Snippets

Ready-to-use code snippets for #704241. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #704241;
}

/* Text */
.element {
    color: #704241;
}

/* Border */
.element {
    border: 1px solid #704241;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #704241,
        #419D9F
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #704241,
        #419D9F
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Deep Coffee appears to people with different types of color vision deficiency.

Normal Vision #704241 How the color appears with full color vision.
Deuteranopia #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.
Protanopia #494941 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #704242 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #4F4F4F Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Deep Coffee ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Deep Coffee #704241 Base
Tuscan Red #7C4848 ΔE 3.05
Bole #79443B ΔE 4.23
Rose Ebony #674846 ΔE 4.71
Catawba #703642 ΔE 5.91

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.