#dfb5cf
a light, soft magenta / pink · warm · closest name: Thistle
At a glance
Every number on this page in one read: what #dfb5cf 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 | #dfb5cf |
| RGB | rgb(223, 181, 207) |
| HSL | hsl(323, 40%, 79%) |
| CMYK | cmyk(0%, 19%, 7%, 13%) |
| LAB | lab(78.0 19.4 -7.4) |
| LCH | lch(78.0 20.7 339.2) |
| OKLCH | oklch(0.818 0.059 340.9) |
| Decimal | 14661071 |
| Display P3 | color(display-p3 0.875 0.710 0.812) |
Copy-ready code
/* CSS */
color: #dfb5cf;
background-color: #dfb5cf;
/* Tailwind (arbitrary) */
class="text-[#dfb5cf] bg-[#dfb5cf]"
/* SCSS */
$brand: #dfb5cf;
/* SwiftUI */
Color(red: 0.875, green: 0.710, blue: 0.812)
/* Android */
Color.parseColor("#dfb5cf")
/* Flutter */
Color(0xFFDFB5CF)
/* Python / OpenCV (BGR) */
(207, 181, 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. #dfb5cf 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: #FAF5F8;
--brand-100: #F4EBF1;
--brand-200: #E9D2E1;
--brand-300: #dfb5cf;
--brand-400: #CC8AB3;
--brand-500: #BB6299;
--brand-600: #AB4A86;
--brand-700: #8E3E70;
--brand-800: #723159;
--brand-900: #532742;
--brand-950: #34182A;
--brand: #dfb5cf;
--brand-ink: #000000;
}Colors that work with #dfb5cf
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 #dfb5cf
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 | #B5DFC5 | Directly opposite — maximum tension | |
| Analogous left | #DAB5DF | Neighbour, quieter | |
| Analogous right | #DFB5BA | Neighbour, quieter | |
| Split-complement 1 | #BADFB5 | Contrast without the clash | |
| Split-complement 2 | #B5DFDA | Contrast without the clash | |
| Triadic 1 | #CFDFB5 | Even thirds — balanced and loud | |
| Triadic 2 | #B5CFDF | Even thirds — balanced and loud | |
| Tetradic | #DFDAB5 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dfb5cf text on a black background
contrast 11.65:1
#dfb5cf text on a white background
contrast 1.80:1
CSS3 live lab
The quick brown fox
color: #dfb5cf;
background-color: #dfb5cf;
Glowing headline
text-shadow: 2px 2px 8px #dfb5cf;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 181, 207, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 181, 207, 0.45);
border: 3px solid #dfb5cf; background: linear-gradient(135deg, #dfb5cf, #DFB7B5);
Monochromatic scale
Palettes built from #dfb5cf
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: Thistle (#d8bfd8) — ΔE2000 4.9 away, with its history, psychology and brand usage.
#dfb5cf 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.
#dfb5cf, answered
What color is #dfb5cf?
#dfb5cf is a light soft magenta / pink, closest to Thistle (ΔE2000 4.9). It sits at 323° on the hue wheel with 40% saturation and 79% lightness, which reads as warm.
What is the RGB value of #dfb5cf?
rgb(223, 181, 207) — 223 red, 181 green and 207 blue out of 255, or 87.5% / 71% / 81.2% by channel.
Is #dfb5cf a light or a dark color?
It is a light color. Relative luminance is 0.5324 and perceived brightness is 77%, so black text on it reaches 11.65:1.
Should I use black or white text on #dfb5cf?
Black. It scores 11.65:1 against #dfb5cf, versus 1.80:1 for white — AAA at any size.
What is the complementary color of #dfb5cf?
#B5DFC5 sits directly opposite on the wheel. Softer options are the split-complements #BADFB5 and #B5DFDA, which give the same contrast with far less vibration.
What colors go well with #dfb5cf?
For interface work: #FAF4F8 as the surface, #E6C6DA for borders, #9B4B7C for secondary text, #3A9245 as an accent and #592746 for hover and pressed states. For a palette, the analogous pair #DAB5DF and #DFB5BA stays calm, while #B5DFC5 is the loudest partner.
What is #dfb5cf in CMYK for printing?
cmyk(0%, 19%, 7%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dfb5cf warm or cool?
Warm — it scores 37 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DFB5C0; nudged cooler, #E0B4DF.