#cd96cb
a light, soft magenta / pink · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #cd96cb 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 | #cd96cb |
| RGB | rgb(205, 150, 203) |
| HSL | hsl(302, 36%, 70%) |
| CMYK | cmyk(0%, 27%, 1%, 20%) |
| LAB | lab(68.8 29.4 -19.1) |
| LCH | lch(68.8 35.0 326.9) |
| OKLCH | oklch(0.743 0.097 327.7) |
| Decimal | 13473483 |
| Display P3 | color(display-p3 0.804 0.588 0.796) |
Copy-ready code
/* CSS */
color: #cd96cb;
background-color: #cd96cb;
/* Tailwind (arbitrary) */
class="text-[#cd96cb] bg-[#cd96cb]"
/* SCSS */
$brand: #cd96cb;
/* SwiftUI */
Color(red: 0.804, green: 0.588, blue: 0.796)
/* Android */
Color.parseColor("#cd96cb")
/* Flutter */
Color(0xFFCD96CB)
/* Python / OpenCV (BGR) */
(203, 150, 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. #cd96cb 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: #F9F5F9;
--brand-100: #F4EBF4;
--brand-200: #E8D3E7;
--brand-300: #DBB3D9;
--brand-400: #cd96cb;
--brand-500: #B767B4;
--brand-600: #A64FA3;
--brand-700: #8A4288;
--brand-800: #6F356C;
--brand-900: #512950;
--brand-950: #331A32;
--brand: #cd96cb;
--brand-ink: #000000;
}Colors that work with #cd96cb
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 #cd96cb
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 | #96CD98 | Directly opposite — maximum tension | |
| Analogous left | #B396CD | Neighbour, quieter | |
| Analogous right | #CD96AF | Neighbour, quieter | |
| Split-complement 1 | #AFCD96 | Contrast without the clash | |
| Split-complement 2 | #96CDB3 | Contrast without the clash | |
| Triadic 1 | #CBCD96 | Even thirds — balanced and loud | |
| Triadic 2 | #96CBCD | Even thirds — balanced and loud | |
| Tetradic | #CDB396 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cd96cb text on a black background
contrast 8.82:1
#cd96cb text on a white background
contrast 2.38:1
CSS3 live lab
The quick brown fox
color: #cd96cb;
background-color: #cd96cb;
Glowing headline
text-shadow: 2px 2px 8px #cd96cb;
Soft neon halo
text-shadow: 0 0 14px rgba(205, 150, 203, 0.45);
box-shadow: 0 12px 32px -8px rgba(205, 150, 203, 0.45);
border: 3px solid #cd96cb; background: linear-gradient(135deg, #cd96cb, #CD96A6);
Monochromatic scale
Palettes built from #cd96cb
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.7 away, with its history, psychology and brand usage.
#cd96cb 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.
#cd96cb, answered
What color is #cd96cb?
#cd96cb is a light soft magenta / pink, closest to Plum (ΔE2000 3.8). It sits at 302° on the hue wheel with 36% saturation and 70% lightness, which reads as neutral.
What is the RGB value of #cd96cb?
rgb(205, 150, 203) — 205 red, 150 green and 203 blue out of 255, or 80.4% / 58.8% / 79.6% by channel.
Is #cd96cb a light or a dark color?
It is a mid-tone. Relative luminance is 0.3910 and perceived brightness is 68%, so black text on it reaches 8.82:1.
Should I use black or white text on #cd96cb?
Black. It scores 8.82:1 against #cd96cb, versus 2.38:1 for white — AAA at any size.
What is the complementary color of #cd96cb?
#96CD98 sits directly opposite on the wheel. Softer options are the split-complements #AFCD96 and #96CDB3, which give the same contrast with far less vibration.
What colors go well with #cd96cb?
For interface work: #FAF5FA as the surface, #E5C8E4 for borders, #9B4B98 for secondary text, #4F8E3E as an accent and #562955 for hover and pressed states. For a palette, the analogous pair #B396CD and #CD96AF stays calm, while #96CD98 is the loudest partner.
What is #cd96cb in CMYK for printing?
cmyk(0%, 27%, 1%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cd96cb warm or cool?
Neutral — it scores 49 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CD96B7; nudged cooler, #BB94CF.