#df94cd
a light, vivid magenta / pink · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #df94cd 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 | #df94cd |
| RGB | rgb(223, 148, 205) |
| HSL | hsl(314, 54%, 73%) |
| CMYK | cmyk(0%, 34%, 8%, 13%) |
| LAB | lab(70.4 36.8 -17.7) |
| LCH | lch(70.4 40.8 334.3) |
| OKLCH | oklch(0.759 0.116 335.8) |
| Decimal | 14652621 |
| Display P3 | color(display-p3 0.875 0.580 0.804) |
Copy-ready code
/* CSS */
color: #df94cd;
background-color: #df94cd;
/* Tailwind (arbitrary) */
class="text-[#df94cd] bg-[#df94cd]"
/* SCSS */
$brand: #df94cd;
/* SwiftUI */
Color(red: 0.875, green: 0.580, blue: 0.804)
/* Android */
Color.parseColor("#df94cd")
/* Flutter */
Color(0xFFDF94CD)
/* Python / OpenCV (BGR) */
(205, 148, 223)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. #df94cd 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: #FBF4F9;
--brand-100: #F6E9F3;
--brand-200: #EECEE6;
--brand-300: #df94cd;
--brand-400: #D87DC2;
--brand-500: #CB52AE;
--brand-600: #BC389D;
--brand-700: #9D2F83;
--brand-800: #7E2669;
--brand-900: #5C1F4D;
--brand-950: #391330;
--brand: #df94cd;
--brand-ink: #000000;
}Colors that work with #df94cd
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 #df94cd
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #94DFA6 | Directly opposite — maximum tension | |
| Analogous left | #CB94DF | Neighbour, quieter | |
| Analogous right | #DF94A7 | Neighbour, quieter | |
| Split-complement 1 | #A7DF94 | Contrast without the clash | |
| Split-complement 2 | #94DFCB | Contrast without the clash | |
| Triadic 1 | #CDDF94 | Even thirds — balanced and loud | |
| Triadic 2 | #94CDDF | Even thirds — balanced and loud | |
| Tetradic | #DFCB94 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df94cd text on a black background
contrast 9.26:1
#df94cd text on a white background
contrast 2.27:1
CSS3 live lab
The quick brown fox
color: #df94cd;
background-color: #df94cd;
Glowing headline
text-shadow: 2px 2px 8px #df94cd;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 148, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 148, 205, 0.45);
border: 3px solid #df94cd; background: linear-gradient(135deg, #df94cd, #DF949B);
Monochromatic scale
Palettes built from #df94cd
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 7.2 away, with its history, psychology and brand usage.
#df94cd 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.
#df94cd, answered
What color is #df94cd?
#df94cd is a light vivid magenta / pink, closest to Plum (ΔE2000 4). It sits at 314° on the hue wheel with 54% saturation and 73% lightness, which reads as neutral.
What is the RGB value of #df94cd?
rgb(223, 148, 205) — 223 red, 148 green and 205 blue out of 255, or 87.5% / 58% / 80.4% by channel.
Is #df94cd a light or a dark color?
It is a mid-tone. Relative luminance is 0.4128 and perceived brightness is 71%, so black text on it reaches 9.26:1.
Should I use black or white text on #df94cd?
Black. It scores 9.26:1 against #df94cd, versus 2.27:1 for white — AAA at any size.
What is the complementary color of #df94cd?
#94DFA6 sits directly opposite on the wheel. Softer options are the split-complements #A7DF94 and #94DFCB, which give the same contrast with far less vibration.
What colors go well with #df94cd?
For interface work: #FAF4F9 as the surface, #ECC0E2 for borders, #9B4B88 for secondary text, #2CA12B as an accent and #621D52 for hover and pressed states. For a palette, the analogous pair #CB94DF and #DF94A7 stays calm, while #94DFA6 is the loudest partner.
What is #df94cd in CMYK for printing?
cmyk(0%, 34%, 8%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df94cd warm or cool?
Neutral — it scores 42 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF94B1; nudged cooler, #D692E0.