#d39fd7
a light, soft magenta / pink · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #d39fd7 is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #d39fd7 |
| RGB | rgb(211, 159, 215) |
| HSL | hsl(296, 41%, 73%) |
| CMYK | cmyk(2%, 26%, 0%, 16%) |
| LAB | lab(71.9 28.7 -21.0) |
| LCH | lch(71.9 35.5 323.8) |
| OKLCH | oklch(0.769 0.097 324.1) |
| Decimal | 13869015 |
| Display P3 | color(display-p3 0.827 0.624 0.843) |
Copy-ready code
/* CSS */
color: #d39fd7;
background-color: #d39fd7;
/* Tailwind (arbitrary) */
class="text-[#d39fd7] bg-[#d39fd7]"
/* SCSS */
$brand: #d39fd7;
/* SwiftUI */
Color(red: 0.827, green: 0.624, blue: 0.843)
/* Android */
Color.parseColor("#d39fd7")
/* Flutter */
Color(0xFFD39FD7)
/* Python / OpenCV (BGR) */
(215, 159, 211)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #d39fd7 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F5FA;
--brand-100: #F4EBF5;
--brand-200: #E8D2EA;
--brand-300: #d39fd7;
--brand-400: #C988CE;
--brand-500: #B661BD;
--brand-600: #A648AD;
--brand-700: #8A3C90;
--brand-800: #6E3073;
--brand-900: #512654;
--brand-950: #331835;
--brand: #d39fd7;
--brand-ink: #000000;
}Colors that work with #d39fd7
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #d39fd7
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #A3D79F | Directly opposite — maximum tension | |
| Analogous left | #B79FD7 | Neighbour, quieter | |
| Analogous right | #D79FBF | Neighbour, quieter | |
| Split-complement 1 | #BFD79F | Contrast without the clash | |
| Split-complement 2 | #9FD7B7 | Contrast without the clash | |
| Triadic 1 | #D7D39F | Even thirds — balanced and loud | |
| Triadic 2 | #9FD7D3 | Even thirds — balanced and loud | |
| Tetradic | #D7B79F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#d39fd7 text on a black background
contrast 9.71:1
#d39fd7 text on a white background
contrast 2.16:1
CSS3 live lab
The quick brown fox
color: #d39fd7;
background-color: #d39fd7;
Glowing headline
text-shadow: 2px 2px 8px #d39fd7;
Soft neon halo
text-shadow: 0 0 14px rgba(211, 159, 215, 0.45);
box-shadow: 0 12px 32px -8px rgba(211, 159, 215, 0.45);
border: 3px solid #d39fd7; background: linear-gradient(135deg, #d39fd7, #D79FB6);
Monochromatic scale
Palettes built from #d39fd7
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Lilac (#c8a2c8) — ΔE2000 4.6 away, with its history, psychology and brand usage.
#d39fd7 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#d39fd7, answered
What color is #d39fd7?
#d39fd7 is a light soft magenta / pink, closest to Plum (ΔE2000 1.9). It sits at 296° on the hue wheel with 41% saturation and 73% lightness, which reads as neutral.
What is the RGB value of #d39fd7?
rgb(211, 159, 215) — 211 red, 159 green and 215 blue out of 255, or 82.7% / 62.4% / 84.3% by channel.
Is #d39fd7 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4355 and perceived brightness is 72%, so black text on it reaches 9.71:1.
Should I use black or white text on #d39fd7?
Black. It scores 9.71:1 against #d39fd7, versus 2.16:1 for white — AAA at any size.
What is the complementary color of #d39fd7?
#A3D79F sits directly opposite on the wheel. Softer options are the split-complements #BFD79F and #9FD7B7, which give the same contrast with far less vibration.
What colors go well with #d39fd7?
For interface work: #FAF4FA as the surface, #E5C5E7 for borders, #954B9B for secondary text, #569537 as an accent and #56255A for hover and pressed states. For a palette, the analogous pair #B79FD7 and #D79FBF stays calm, while #A3D79F is the loudest partner.
What is #d39fd7 in CMYK for printing?
cmyk(2%, 26%, 0%, 16%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #d39fd7 warm or cool?
Neutral — it scores 52 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D79FC6; nudged cooler, #BF9ED8.