#dba6cd
a light, soft magenta / pink · warm · closest name: Plum
At a glance
Every number on this page in one read: what #dba6cd is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #dba6cd |
| RGB | rgb(219, 166, 205) |
| HSL | hsl(316, 42%, 76%) |
| CMYK | cmyk(0%, 24%, 6%, 14%) |
| LAB | lab(74.0 25.7 -12.3) |
| LCH | lch(74.0 28.5 334.5) |
| OKLCH | oklch(0.786 0.081 336.1) |
| Decimal | 14395085 |
| Display P3 | color(display-p3 0.859 0.651 0.804) |
Copy-ready code
/* CSS */
color: #dba6cd;
background-color: #dba6cd;
/* Tailwind (arbitrary) */
class="text-[#dba6cd] bg-[#dba6cd]"
/* SCSS */
$brand: #dba6cd;
/* SwiftUI */
Color(red: 0.859, green: 0.651, blue: 0.804)
/* Android */
Color.parseColor("#dba6cd")
/* Flutter */
Color(0xFFDBA6CD)
/* Python / OpenCV (BGR) */
(205, 166, 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. #dba6cd 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: #FAF5F9;
--brand-100: #F5EBF2;
--brand-200: #EAD1E4;
--brand-300: #dba6cd;
--brand-400: #CF87BC;
--brand-500: #BE5FA5;
--brand-600: #AE4793;
--brand-700: #913B7A;
--brand-800: #742F62;
--brand-900: #552548;
--brand-950: #35172D;
--brand: #dba6cd;
--brand-ink: #000000;
}Colors that work with #dba6cd
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 #dba6cd
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 | #A6DBB4 | Directly opposite — maximum tension | |
| Analogous left | #CEA6DB | Neighbour, quieter | |
| Analogous right | #DBA6B3 | Neighbour, quieter | |
| Split-complement 1 | #B3DBA6 | Contrast without the clash | |
| Split-complement 2 | #A6DBCE | Contrast without the clash | |
| Triadic 1 | #CDDBA6 | Even thirds — balanced and loud | |
| Triadic 2 | #A6CDDB | Even thirds — balanced and loud | |
| Tetradic | #DBCEA6 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dba6cd text on a black background
contrast 10.35:1
#dba6cd text on a white background
contrast 2.03:1
CSS3 live lab
The quick brown fox
color: #dba6cd;
background-color: #dba6cd;
Glowing headline
text-shadow: 2px 2px 8px #dba6cd;
Soft neon halo
text-shadow: 0 0 14px rgba(219, 166, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(219, 166, 205, 0.45);
border: 3px solid #dba6cd; background: linear-gradient(135deg, #dba6cd, #DBA6AA);
Monochromatic scale
Palettes built from #dba6cd
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 away, with its history, psychology and brand usage.
#dba6cd 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.
#dba6cd, answered
What color is #dba6cd?
#dba6cd is a light soft magenta / pink, closest to Plum (ΔE2000 5.3). It sits at 316° on the hue wheel with 42% saturation and 76% lightness, which reads as warm.
What is the RGB value of #dba6cd?
rgb(219, 166, 205) — 219 red, 166 green and 205 blue out of 255, or 85.9% / 65.1% / 80.4% by channel.
Is #dba6cd a light or a dark color?
It is a mid-tone. Relative luminance is 0.4674 and perceived brightness is 74%, so black text on it reaches 10.35:1.
Should I use black or white text on #dba6cd?
Black. It scores 10.35:1 against #dba6cd, versus 2.03:1 for white — AAA at any size.
What is the complementary color of #dba6cd?
#A6DBB4 sits directly opposite on the wheel. Softer options are the split-complements #B3DBA6 and #A6DBCE, which give the same contrast with far less vibration.
What colors go well with #dba6cd?
For interface work: #FAF4F9 as the surface, #E7C5DE for borders, #9B4B86 for secondary text, #369636 as an accent and #5B254D for hover and pressed states. For a palette, the analogous pair #CEA6DB and #DBA6B3 stays calm, while #A6DBB4 is the loudest partner.
What is #dba6cd in CMYK for printing?
cmyk(0%, 24%, 6%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dba6cd warm or cool?
Warm — it scores 41 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DBA6BA; nudged cooler, #D7A5DC.