#df6ccf
a balanced, vivid magenta / pink · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #df6ccf 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 | #df6ccf |
| RGB | rgb(223, 108, 207) |
| HSL | hsl(308, 64%, 65%) |
| CMYK | cmyk(0%, 52%, 7%, 13%) |
| LAB | lab(62.4 57.4 -31.0) |
| LCH | lch(62.4 65.3 331.7) |
| OKLCH | oklch(0.700 0.185 332.9) |
| Decimal | 14642383 |
| Display P3 | color(display-p3 0.875 0.424 0.812) |
Copy-ready code
/* CSS */
color: #df6ccf;
background-color: #df6ccf;
/* Tailwind (arbitrary) */
class="text-[#df6ccf] bg-[#df6ccf]"
/* SCSS */
$brand: #df6ccf;
/* SwiftUI */
Color(red: 0.875, green: 0.424, blue: 0.812)
/* Android */
Color.parseColor("#df6ccf")
/* Flutter */
Color(0xFFDF6CCF)
/* Python / OpenCV (BGR) */
(207, 108, 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. #df6ccf is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBF4FA;
--brand-100: #F7E8F5;
--brand-200: #F1CBEB;
--brand-300: #EBA3E1;
--brand-400: #df6ccf;
--brand-500: #D747C3;
--brand-600: #C92CB3;
--brand-700: #A72595;
--brand-800: #861D77;
--brand-900: #611957;
--brand-950: #3D1037;
--brand: #df6ccf;
--brand-ink: #000000;
}Colors that work with #df6ccf
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 #df6ccf
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
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #6CDF7C | Directly opposite — maximum tension | |
| Analogous left | #B56CDF | Neighbour, quieter | |
| Analogous right | #DF6C96 | Neighbour, quieter | |
| Split-complement 1 | #96DF6C | Contrast without the clash | |
| Split-complement 2 | #6CDFB5 | Contrast without the clash | |
| Triadic 1 | #CFDF6C | Even thirds — balanced and loud | |
| Triadic 2 | #6CCFDF | Even thirds — balanced and loud | |
| Tetradic | #DFB56C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#df6ccf text on a black background
contrast 7.18:1
#df6ccf text on a white background
contrast 2.92:1
CSS3 live lab
The quick brown fox
color: #df6ccf;
background-color: #df6ccf;
Glowing headline
text-shadow: 2px 2px 8px #df6ccf;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 108, 207, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 108, 207, 0.45);
border: 3px solid #df6ccf; background: linear-gradient(135deg, #df6ccf, #DF6C82);
Monochromatic scale
Palettes built from #df6ccf
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: Orchid (#da70d6) — ΔE2000 1.8 away, with its history, psychology and brand usage.
#df6ccf 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.
#df6ccf, answered
What color is #df6ccf?
#df6ccf is a balanced vivid magenta / pink, closest to Orchid (ΔE2000 1.8). It sits at 308° on the hue wheel with 64% saturation and 65% lightness, which reads as neutral.
What is the RGB value of #df6ccf?
rgb(223, 108, 207) — 223 red, 108 green and 207 blue out of 255, or 87.5% / 42.4% / 81.2% by channel.
Is #df6ccf a light or a dark color?
It is a mid-tone. Relative luminance is 0.3092 and perceived brightness is 64%, so black text on it reaches 7.18:1.
Should I use black or white text on #df6ccf?
Black. It scores 7.18:1 against #df6ccf, versus 2.92:1 for white — AAA at any size.
What is the complementary color of #df6ccf?
#6CDF7C sits directly opposite on the wheel. Softer options are the split-complements #96DF6C and #6CDFB5, which give the same contrast with far less vibration.
What colors go well with #df6ccf?
For interface work: #FAF4FA as the surface, #EDC0E6 for borders, #9B4B90 for secondary text, #30AC20 as an accent and #69175D for hover and pressed states. For a palette, the analogous pair #B56CDF and #DF6C96 stays calm, while #6CDF7C is the loudest partner.
What is #df6ccf in CMYK for printing?
cmyk(0%, 52%, 7%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #df6ccf warm or cool?
Neutral — it scores 45 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF6CA5; nudged cooler, #C66AE1.