#cd7dc3
a balanced, soft magenta / pink · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #cd7dc3 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 | #cd7dc3 |
| RGB | rgb(205, 125, 195) |
| HSL | hsl(308, 44%, 65%) |
| CMYK | cmyk(0%, 39%, 5%, 20%) |
| LAB | lab(63.0 41.4 -23.5) |
| LCH | lch(63.0 47.6 330.4) |
| OKLCH | oklch(0.698 0.134 331.5) |
| Decimal | 13467075 |
| Display P3 | color(display-p3 0.804 0.490 0.765) |
Copy-ready code
/* CSS */
color: #cd7dc3;
background-color: #cd7dc3;
/* Tailwind (arbitrary) */
class="text-[#cd7dc3] bg-[#cd7dc3]"
/* SCSS */
$brand: #cd7dc3;
/* SwiftUI */
Color(red: 0.804, green: 0.490, blue: 0.765)
/* Android */
Color.parseColor("#cd7dc3")
/* Flutter */
Color(0xFFCD7DC3)
/* Python / OpenCV (BGR) */
(195, 125, 205)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. #cd7dc3 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: #FAF5F9;
--brand-100: #F5EAF4;
--brand-200: #EBD1E8;
--brand-300: #E0AEDA;
--brand-400: #cd7dc3;
--brand-500: #C15DB4;
--brand-600: #B144A3;
--brand-700: #933988;
--brand-800: #762D6D;
--brand-900: #562450;
--brand-950: #361732;
--brand: #cd7dc3;
--brand-ink: #000000;
}Colors that work with #cd7dc3
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 #cd7dc3
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #7DCD87 | Directly opposite — maximum tension | |
| Analogous left | #AF7DCD | Neighbour, quieter | |
| Analogous right | #CD7D9B | Neighbour, quieter | |
| Split-complement 1 | #9BCD7D | Contrast without the clash | |
| Split-complement 2 | #7DCDAF | Contrast without the clash | |
| Triadic 1 | #C3CD7D | Even thirds — balanced and loud | |
| Triadic 2 | #7DC3CD | Even thirds — balanced and loud | |
| Tetradic | #CDAF7D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cd7dc3 text on a black background
contrast 7.32:1
#cd7dc3 text on a white background
contrast 2.87:1
CSS3 live lab
The quick brown fox
color: #cd7dc3;
background-color: #cd7dc3;
Glowing headline
text-shadow: 2px 2px 8px #cd7dc3;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 125, 195, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 125, 195, 0.45);
border: 3px solid #cd7dc3; background: linear-gradient(135deg, #cd7dc3, #CD7D8E);
Monochromatic scale
Palettes built from #cd7dc3
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 5.1 away, with its history, psychology and brand usage.
#cd7dc3 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.
#cd7dc3, answered
What color is #cd7dc3?
#cd7dc3 is a balanced soft magenta / pink, closest to Orchid (ΔE2000 5.1). It sits at 308° on the hue wheel with 44% saturation and 65% lightness, which reads as neutral.
What is the RGB value of #cd7dc3?
rgb(205, 125, 195) — 205 red, 125 green and 195 blue out of 255, or 80.4% / 49% / 76.5% by channel.
Is #cd7dc3 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3159 and perceived brightness is 63%, so black text on it reaches 7.32:1.
Should I use black or white text on #cd7dc3?
Black. It scores 7.32:1 against #cd7dc3, versus 2.87:1 for white — AAA at any size.
What is the complementary color of #cd7dc3?
#7DCD87 sits directly opposite on the wheel. Softer options are the split-complements #9BCD7D and #7DCDAF, which give the same contrast with far less vibration.
What colors go well with #cd7dc3?
For interface work: #FAF4FA as the surface, #E8C4E4 for borders, #9B4B91 for secondary text, #419834 as an accent and #5C2355 for hover and pressed states. For a palette, the analogous pair #AF7DCD and #CD7D9B stays calm, while #7DCD87 is the loudest partner.
What is #cd7dc3 in CMYK for printing?
cmyk(0%, 39%, 5%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cd7dc3 warm or cool?
Neutral — it scores 46 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CD7DA6; nudged cooler, #BB7BCF.