#df99ec
a light, vivid magenta / pink · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #df99ec 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 | #df99ec |
| RGB | rgb(223, 153, 236) |
| HSL | hsl(291, 69%, 76%) |
| CMYK | cmyk(6%, 35%, 0%, 8%) |
| LAB | lab(72.6 39.7 -31.4) |
| LCH | lch(72.6 50.6 321.7) |
| OKLCH | oklch(0.779 0.137 321.1) |
| Decimal | 14653932 |
| Display P3 | color(display-p3 0.875 0.600 0.925) |
Copy-ready code
/* CSS */
color: #df99ec;
background-color: #df99ec;
/* Tailwind (arbitrary) */
class="text-[#df99ec] bg-[#df99ec]"
/* SCSS */
$brand: #df99ec;
/* SwiftUI */
Color(red: 0.875, green: 0.600, blue: 0.925)
/* Android */
Color.parseColor("#df99ec")
/* Flutter */
Color(0xFFDF99EC)
/* Python / OpenCV (BGR) */
(236, 153, 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. #df99ec 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: #ECCAF2;
--brand-300: #df99ec;
--brand-400: #D271E5;
--brand-500: #C442DC;
--brand-600: #B426CE;
--brand-700: #9620AC;
--brand-800: #781A8A;
--brand-900: #581764;
--brand-950: #370E3E;
--brand: #df99ec;
--brand-ink: #000000;
}Colors that work with #df99ec
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 #df99ec
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 | #A6EC99 | Directly opposite — maximum tension | |
| Analogous left | #B699EC | Neighbour, quieter | |
| Analogous right | #EC99D0 | Neighbour, quieter | |
| Split-complement 1 | #D0EC99 | Contrast without the clash | |
| Split-complement 2 | #99ECB6 | Contrast without the clash | |
| Triadic 1 | #ECDF99 | Even thirds — balanced and loud | |
| Triadic 2 | #99ECDF | Even thirds — balanced and loud | |
| Tetradic | #ECB699 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df99ec text on a black background
contrast 9.91:1
#df99ec text on a white background
contrast 2.12:1
CSS3 live lab
The quick brown fox
color: #df99ec;
background-color: #df99ec;
Glowing headline
text-shadow: 2px 2px 8px #df99ec;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 153, 236, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 153, 236, 0.45);
border: 3px solid #df99ec; background: linear-gradient(135deg, #df99ec, #EC99C2);
Monochromatic scale
Palettes built from #df99ec
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: Violet (#ee82ee) — ΔE2000 5.7 away, with its history, psychology and brand usage.
#df99ec 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.
#df99ec, answered
What color is #df99ec?
#df99ec is a light vivid magenta / pink, closest to Plum (ΔE2000 4.3). It sits at 291° on the hue wheel with 69% saturation and 76% lightness, which reads as neutral.
What is the RGB value of #df99ec?
rgb(223, 153, 236) — 223 red, 153 green and 236 blue out of 255, or 87.5% / 60% / 92.5% by channel.
Is #df99ec a light or a dark color?
It is a mid-tone. Relative luminance is 0.4453 and perceived brightness is 73%, so black text on it reaches 9.91:1.
Should I use black or white text on #df99ec?
Black. It scores 9.91:1 against #df99ec, versus 2.12:1 for white — AAA at any size.
What is the complementary color of #df99ec?
#A6EC99 sits directly opposite on the wheel. Softer options are the split-complements #D0EC99 and #99ECB6, which give the same contrast with far less vibration.
What colors go well with #df99ec?
For interface work: #F9F4FA as the surface, #E6C0ED for borders, #8E4B9B for secondary text, #58AF1D as an accent and #5E146B for hover and pressed states. For a palette, the analogous pair #B699EC and #EC99D0 stays calm, while #A6EC99 is the loudest partner.
What is #df99ec in CMYK for printing?
cmyk(6%, 35%, 0%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df99ec warm or cool?
Neutral — it scores 55 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EC99DB; nudged cooler, #C198ED.