#dbabdf
a light, soft magenta / pink · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #dbabdf 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 | #dbabdf |
| RGB | rgb(219, 171, 223) |
| HSL | hsl(295, 45%, 77%) |
| CMYK | cmyk(2%, 23%, 0%, 13%) |
| LAB | lab(75.8 26.3 -19.5) |
| LCH | lch(75.8 32.7 323.5) |
| OKLCH | oklch(0.801 0.089 323.8) |
| Decimal | 14396383 |
| Display P3 | color(display-p3 0.859 0.671 0.875) |
Copy-ready code
/* CSS */
color: #dbabdf;
background-color: #dbabdf;
/* Tailwind (arbitrary) */
class="text-[#dbabdf] bg-[#dbabdf]"
/* SCSS */
$brand: #dbabdf;
/* SwiftUI */
Color(red: 0.859, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#dbabdf")
/* Flutter */
Color(0xFFDBABDF)
/* Python / OpenCV (BGR) */
(223, 171, 219)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. #dbabdf 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: #FAF5FA;
--brand-100: #F4EAF5;
--brand-200: #E9D1EB;
--brand-300: #dbabdf;
--brand-400: #CB85D1;
--brand-500: #B95DC1;
--brand-600: #A944B1;
--brand-700: #8D3894;
--brand-800: #712D76;
--brand-900: #532456;
--brand-950: #341636;
--brand: #dbabdf;
--brand-ink: #000000;
}Colors that work with #dbabdf
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 #dbabdf
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 | #AFDFAB | Directly opposite — maximum tension | |
| Analogous left | #C1ABDF | Neighbour, quieter | |
| Analogous right | #DFABC9 | Neighbour, quieter | |
| Split-complement 1 | #C9DFAB | Contrast without the clash | |
| Split-complement 2 | #ABDFC1 | Contrast without the clash | |
| Triadic 1 | #DFDBAB | Even thirds — balanced and loud | |
| Triadic 2 | #ABDFDB | Even thirds — balanced and loud | |
| Tetradic | #DFC1AB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dbabdf text on a black background
contrast 10.90:1
#dbabdf text on a white background
contrast 1.93:1
CSS3 live lab
The quick brown fox
color: #dbabdf;
background-color: #dbabdf;
Glowing headline
text-shadow: 2px 2px 8px #dbabdf;
Soft neon halo
text-shadow: 0 0 14px rgba(219, 171, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(219, 171, 223, 0.45);
border: 3px solid #dbabdf; background: linear-gradient(135deg, #dbabdf, #DFABC0);
Monochromatic scale
Palettes built from #dbabdf
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 5 away, with its history, psychology and brand usage.
#dbabdf 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.
#dbabdf, answered
What color is #dbabdf?
#dbabdf is a light soft magenta / pink, closest to Plum (ΔE2000 3.2). It sits at 295° on the hue wheel with 45% saturation and 77% lightness, which reads as neutral.
What is the RGB value of #dbabdf?
rgb(219, 171, 223) — 219 red, 171 green and 223 blue out of 255, or 85.9% / 67.1% / 87.5% by channel.
Is #dbabdf a light or a dark color?
It is a mid-tone. Relative luminance is 0.4951 and perceived brightness is 76%, so black text on it reaches 10.90:1.
Should I use black or white text on #dbabdf?
Black. It scores 10.90:1 against #dbabdf, versus 1.93:1 for white — AAA at any size.
What is the complementary color of #dbabdf?
#AFDFAB sits directly opposite on the wheel. Softer options are the split-complements #C9DFAB and #ABDFC1, which give the same contrast with far less vibration.
What colors go well with #dbabdf?
For interface work: #FAF4FA as the surface, #E6C4E8 for borders, #954B9B for secondary text, #549735 as an accent and #58235C for hover and pressed states. For a palette, the analogous pair #C1ABDF and #DFABC9 stays calm, while #AFDFAB is the loudest partner.
What is #dbabdf in CMYK for printing?
cmyk(2%, 23%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dbabdf warm or cool?
Neutral — it scores 53 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DFABD0; nudged cooler, #C8AAE0.