#cf94ce
a light, soft magenta / pink · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #cf94ce 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 | #cf94ce |
| RGB | rgb(207, 148, 206) |
| HSL | hsl(301, 38%, 70%) |
| CMYK | cmyk(0%, 29%, 1%, 19%) |
| LAB | lab(68.7 31.7 -21.0) |
| LCH | lch(68.7 38.0 326.5) |
| OKLCH | oklch(0.743 0.104 327.1) |
| Decimal | 13604046 |
| Display P3 | color(display-p3 0.812 0.580 0.808) |
Copy-ready code
/* CSS */
color: #cf94ce;
background-color: #cf94ce;
/* Tailwind (arbitrary) */
class="text-[#cf94ce] bg-[#cf94ce]"
/* SCSS */
$brand: #cf94ce;
/* SwiftUI */
Color(red: 0.812, green: 0.580, blue: 0.808)
/* Android */
Color.parseColor("#cf94ce")
/* Flutter */
Color(0xFFCF94CE)
/* Python / OpenCV (BGR) */
(206, 148, 207)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. #cf94ce 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: #FAF5FA;
--brand-100: #F4EBF4;
--brand-200: #E9D3E9;
--brand-300: #DCB2DC;
--brand-400: #cf94ce;
--brand-500: #BA64B8;
--brand-600: #A94CA7;
--brand-700: #8D3F8C;
--brand-800: #713370;
--brand-900: #532852;
--brand-950: #341933;
--brand: #cf94ce;
--brand-ink: #000000;
}Colors that work with #cf94ce
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 #cf94ce
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 | #94CF95 | Directly opposite — maximum tension | |
| Analogous left | #B294CF | Neighbour, quieter | |
| Analogous right | #CF94B0 | Neighbour, quieter | |
| Split-complement 1 | #B0CF94 | Contrast without the clash | |
| Split-complement 2 | #94CFB2 | Contrast without the clash | |
| Triadic 1 | #CECF94 | Even thirds — balanced and loud | |
| Triadic 2 | #94CECF | Even thirds — balanced and loud | |
| Tetradic | #CFB294 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf94ce text on a black background
contrast 8.78:1
#cf94ce text on a white background
contrast 2.39:1
CSS3 live lab
The quick brown fox
color: #cf94ce;
background-color: #cf94ce;
Glowing headline
text-shadow: 2px 2px 8px #cf94ce;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 148, 206, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 148, 206, 0.45);
border: 3px solid #cf94ce; background: linear-gradient(135deg, #cf94ce, #CF94A7);
Monochromatic scale
Palettes built from #cf94ce
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 5.8 away, with its history, psychology and brand usage.
#cf94ce 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.
#cf94ce, answered
What color is #cf94ce?
#cf94ce is a light soft magenta / pink, closest to Plum (ΔE2000 3.6). It sits at 301° on the hue wheel with 38% saturation and 70% lightness, which reads as neutral.
What is the RGB value of #cf94ce?
rgb(207, 148, 206) — 207 red, 148 green and 206 blue out of 255, or 81.2% / 58% / 80.8% by channel.
Is #cf94ce a light or a dark color?
It is a mid-tone. Relative luminance is 0.3890 and perceived brightness is 68%, so black text on it reaches 8.78:1.
Should I use black or white text on #cf94ce?
Black. It scores 8.78:1 against #cf94ce, versus 2.39:1 for white — AAA at any size.
What is the complementary color of #cf94ce?
#94CF95 sits directly opposite on the wheel. Softer options are the split-complements #B0CF94 and #94CFB2, which give the same contrast with far less vibration.
What colors go well with #cf94ce?
For interface work: #FAF4FA as the surface, #E6C7E5 for borders, #9B4B9A for secondary text, #4F913B as an accent and #582757 for hover and pressed states. For a palette, the analogous pair #B294CF and #CF94B0 stays calm, while #94CF95 is the loudest partner.
What is #cf94ce in CMYK for printing?
cmyk(0%, 29%, 1%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cf94ce 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 #CF94B8; nudged cooler, #BB92D1.