#df9fed
a light, vivid violet · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #df9fed 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 | #df9fed |
| RGB | rgb(223, 159, 237) |
| HSL | hsl(289, 68%, 78%) |
| CMYK | cmyk(6%, 33%, 0%, 7%) |
| LAB | lab(73.9 36.7 -29.8) |
| LCH | lch(73.9 47.3 320.9) |
| OKLCH | oklch(0.790 0.127 320.2) |
| Decimal | 14655469 |
| Display P3 | color(display-p3 0.875 0.624 0.929) |
Copy-ready code
/* CSS */
color: #df9fed;
background-color: #df9fed;
/* Tailwind (arbitrary) */
class="text-[#df9fed] bg-[#df9fed]"
/* SCSS */
$brand: #df9fed;
/* SwiftUI */
Color(red: 0.875, green: 0.624, blue: 0.929)
/* Android */
Color.parseColor("#df9fed")
/* Flutter */
Color(0xFFDF9FED)
/* Python / OpenCV (BGR) */
(237, 159, 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. #df9fed 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: #FAF3FB;
--brand-100: #F5E8F8;
--brand-200: #EBCAF2;
--brand-300: #df9fed;
--brand-400: #D071E4;
--brand-500: #C042DC;
--brand-600: #B027CE;
--brand-700: #9320AC;
--brand-800: #751A89;
--brand-900: #561764;
--brand-950: #360E3E;
--brand: #df9fed;
--brand-ink: #000000;
}Colors that work with #df9fed
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 #df9fed
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 | #ADED9F | Directly opposite — maximum tension | |
| Analogous left | #B89FED | Neighbour, quieter | |
| Analogous right | #ED9FD4 | Neighbour, quieter | |
| Split-complement 1 | #D4ED9F | Contrast without the clash | |
| Split-complement 2 | #9FEDB8 | Contrast without the clash | |
| Triadic 1 | #EDDF9F | Even thirds — balanced and loud | |
| Triadic 2 | #9FEDDF | Even thirds — balanced and loud | |
| Tetradic | #EDB89F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df9fed text on a black background
contrast 10.32:1
#df9fed text on a white background
contrast 2.03:1
CSS3 live lab
The quick brown fox
color: #df9fed;
background-color: #df9fed;
Glowing headline
text-shadow: 2px 2px 8px #df9fed;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 159, 237, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 159, 237, 0.45);
border: 3px solid #df9fed; background: linear-gradient(135deg, #df9fed, #ED9FC7);
Monochromatic scale
Palettes built from #df9fed
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: Mauve (#e0b0ff) — ΔE2000 4.7 away, with its history, psychology and brand usage.
#df9fed 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.
#df9fed, answered
What color is #df9fed?
#df9fed is a light vivid violet, closest to Plum (ΔE2000 3.6). It sits at 289° on the hue wheel with 68% saturation and 78% lightness, which reads as neutral.
What is the RGB value of #df9fed?
rgb(223, 159, 237) — 223 red, 159 green and 237 blue out of 255, or 87.5% / 62.4% / 92.9% by channel.
Is #df9fed a light or a dark color?
It is a mid-tone. Relative luminance is 0.4660 and perceived brightness is 75%, so black text on it reaches 10.32:1.
Should I use black or white text on #df9fed?
Black. It scores 10.32:1 against #df9fed, versus 2.03:1 for white — AAA at any size.
What is the complementary color of #df9fed?
#ADED9F sits directly opposite on the wheel. Softer options are the split-complements #D4ED9F and #9FEDB8, which give the same contrast with far less vibration.
What colors go well with #df9fed?
For interface work: #F9F4FA as the surface, #E5C0ED for borders, #8C4B9B for secondary text, #5BAF1D as an accent and #5C146B for hover and pressed states. For a palette, the analogous pair #B89FED and #ED9FD4 stays calm, while #ADED9F is the loudest partner.
What is #df9fed in CMYK for printing?
cmyk(6%, 33%, 0%, 7%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df9fed warm or cool?
Neutral — it scores 56 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #ED9FDE; nudged cooler, #C29EEE.