Pink (Pantone) (#D74894)

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: #000000
Contrast vs white: 4.00:1 — vs black: 5.24:1

Color values

  • HEX #D74894
  • RGB rgb(215, 72, 148)
  • HSL hsl(328, 66%, 84%)
  • CMYK cmyk( 0, 66.51, 31.16, 15.69 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #D74894 based on color theory relationships.

Complementary

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

Pink (Pantone)
#D74894 Base
#48D78B
Analogous

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

Pink (Pantone)
#D74894 Base
#D348D7
#D7484C
Triadic

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

Pink (Pantone)
#D74894 Base
#94D748
#4894D7
Split-Complementary

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

Pink (Pantone)
#D74894 Base
#4CD748
#48D7D3
Tetradic (Square)

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

Pink (Pantone)
#D74894 Base
#D7D348
#48D78B
#484CD7
Monochromatic

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

Pink (Pantone)
#D74894 Base
#6E1846
#AD266D
#CA2C80
#DE69A8
#E587B9
#F2C6DD
Shades & Tints

Darker shades and lighter tints of Pink (Pantone), generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#15050D
#400E28
#6B1744
#96215F
#C12A7A
Pink (Pantone) #D74894 Base
#DE68A7
#E589BA
#ECA9CD
#F3CAE0
#FAEAF3
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #D74894,
        #BCF2D5
    );
}
SCSS Variable
// SCSS variable
$pink-(pantone): #D74894;

// With RGB channels (useful for rgba() usage)
$pink-(pantone)-r: 215;
$pink-(pantone)-g: 72;
$pink-(pantone)-b: 148;

// Usage
.element {
    background-color: $pink-(pantone);
    color: rgba($pink-(pantone)-r, $pink-(pantone)-g, $pink-(pantone)-b, 0.8);
}
Color Blindness Simulation

How Pink (Pantone) appears to people with different types of color vision deficiency.

Normal Vision #D74894 How the color appears with full color vision.
Deuteranopia #878791 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 #666695 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #D35656 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #7F7F7F 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 Pink (Pantone) ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Pink (Pantone) #D74894 Base
Raspberry Pink #E25098 ΔE 3.10
Mulberry #C54B8C ΔE 3.40
Deep Cerise #DA3287 ΔE 3.60
Smitten #C84186 ΔE 4.11

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.