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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#D74894
Base
#48D78B
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#D74894
Base
#D348D7
#D7484C
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#D74894
Base
#94D748
#4894D7
Two colors flanking the complement — high contrast with less tension than full complementary.
#D74894
Base
#4CD748
#48D7D3
Four colors at 90° intervals — rich variety, best when one color dominates.
#D74894
Base
#D7D348
#48D78B
#484CD7
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#D74894
Base
#6E1846
#AD266D
#CA2C80
#DE69A8
#E587B9
#F2C6DD
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
#D74894
Base
#DE68A7
#E589BA
#ECA9CD
#F3CAE0
#FAEAF3
Ready-to-use code snippets for #D74894. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #D74894;
}
/* Text */
.element {
color: #D74894;
}
/* Border */
.element {
border: 1px solid #D74894;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#D74894,
#BCF2D5
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#D74894,
#BCF2D5
);
}
// 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);
}
How Pink (Pantone) appears to people with different types of color vision deficiency.
#D74894
How the color appears with full color vision.
#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.
#666695
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#D35656
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#7F7F7F
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.