#c893cf
a light, soft magenta / pink · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #c893cf 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 | #c893cf |
| RGB | rgb(200, 147, 207) |
| HSL | hsl(293, 39%, 69%) |
| CMYK | cmyk(3%, 29%, 0%, 19%) |
| LAB | lab(67.8 30.1 -23.0) |
| LCH | lch(67.8 37.9 322.6) |
| OKLCH | oklch(0.734 0.103 322.6) |
| Decimal | 13145039 |
| Display P3 | color(display-p3 0.784 0.576 0.812) |
Copy-ready code
/* CSS */
color: #c893cf;
background-color: #c893cf;
/* Tailwind (arbitrary) */
class="text-[#c893cf] bg-[#c893cf]"
/* SCSS */
$brand: #c893cf;
/* SwiftUI */
Color(red: 0.784, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#c893cf")
/* Flutter */
Color(0xFFC893CF)
/* Python / OpenCV (BGR) */
(207, 147, 200)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. #c893cf 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: #F9F5FA;
--brand-100: #F3EBF4;
--brand-200: #E6D3E9;
--brand-300: #D7B1DC;
--brand-400: #c893cf;
--brand-500: #B064BA;
--brand-600: #9F4BAA;
--brand-700: #843F8D;
--brand-800: #6A3271;
--brand-900: #4E2853;
--brand-950: #311934;
--brand: #c893cf;
--brand-ink: #000000;
}Colors that work with #c893cf
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 #c893cf
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 | #9ACF93 | Directly opposite — maximum tension | |
| Analogous left | #AA93CF | Neighbour, quieter | |
| Analogous right | #CF93B8 | Neighbour, quieter | |
| Split-complement 1 | #B8CF93 | Contrast without the clash | |
| Split-complement 2 | #93CFAA | Contrast without the clash | |
| Triadic 1 | #CFC893 | Even thirds — balanced and loud | |
| Triadic 2 | #93CFC8 | Even thirds — balanced and loud | |
| Tetradic | #CFAA93 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c893cf text on a black background
contrast 8.53:1
#c893cf text on a white background
contrast 2.46:1
CSS3 live lab
The quick brown fox
color: #c893cf;
background-color: #c893cf;
Glowing headline
text-shadow: 2px 2px 8px #c893cf;
Soft neon halo
text-shadow: 0 0 14px rgba(200, 147, 207, 0.45);
box-shadow: 0 12px 32px -8px rgba(200, 147, 207, 0.45);
border: 3px solid #c893cf; background: linear-gradient(135deg, #c893cf, #CF93AE);
Monochromatic scale
Palettes built from #c893cf
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 6.1 away, with its history, psychology and brand usage.
#c893cf 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.
#c893cf, answered
What color is #c893cf?
#c893cf is a light soft magenta / pink, closest to Plum (ΔE2000 4.5). It sits at 293° on the hue wheel with 39% saturation and 69% lightness, which reads as neutral.
What is the RGB value of #c893cf?
rgb(200, 147, 207) — 200 red, 147 green and 207 blue out of 255, or 78.4% / 57.6% / 81.2% by channel.
Is #c893cf a light or a dark color?
It is a mid-tone. Relative luminance is 0.3765 and perceived brightness is 67%, so black text on it reaches 8.53:1.
Should I use black or white text on #c893cf?
Black. It scores 8.53:1 against #c893cf, versus 2.46:1 for white — AAA at any size.
What is the complementary color of #c893cf?
#9ACF93 sits directly opposite on the wheel. Softer options are the split-complements #B8CF93 and #93CFAA, which give the same contrast with far less vibration.
What colors go well with #c893cf?
For interface work: #FAF4FA as the surface, #E2C6E6 for borders, #924B9B for secondary text, #5A913B as an accent and #532758 for hover and pressed states. For a palette, the analogous pair #AA93CF and #CF93B8 stays calm, while #9ACF93 is the loudest partner.
What is #c893cf in CMYK for printing?
cmyk(3%, 29%, 0%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c893cf warm or cool?
Neutral — it scores 54 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CF93C0; nudged cooler, #B291D1.