#cf84cd
a light, soft magenta / pink · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #cf84cd 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 | #cf84cd |
| RGB | rgb(207, 132, 205) |
| HSL | hsl(302, 44%, 67%) |
| CMYK | cmyk(0%, 36%, 1%, 19%) |
| LAB | lab(65.1 40.1 -25.9) |
| LCH | lch(65.1 47.8 327.1) |
| OKLCH | oklch(0.715 0.132 327.8) |
| Decimal | 13599949 |
| Display P3 | color(display-p3 0.812 0.518 0.804) |
Copy-ready code
/* CSS */
color: #cf84cd;
background-color: #cf84cd;
/* Tailwind (arbitrary) */
class="text-[#cf84cd] bg-[#cf84cd]"
/* SCSS */
$brand: #cf84cd;
/* SwiftUI */
Color(red: 0.812, green: 0.518, blue: 0.804)
/* Android */
Color.parseColor("#cf84cd")
/* Flutter */
Color(0xFFCF84CD)
/* Python / OpenCV (BGR) */
(205, 132, 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. #cf84cd 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: #F5EAF5;
--brand-200: #EBD1EA;
--brand-300: #E0AEDE;
--brand-400: #cf84cd;
--brand-500: #C05EBD;
--brand-600: #B045AD;
--brand-700: #933990;
--brand-800: #752E74;
--brand-900: #562455;
--brand-950: #361735;
--brand: #cf84cd;
--brand-ink: #000000;
}Colors that work with #cf84cd
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 #cf84cd
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 | #84CF86 | Directly opposite — maximum tension | |
| Analogous left | #AC84CF | Neighbour, quieter | |
| Analogous right | #CF84A8 | Neighbour, quieter | |
| Split-complement 1 | #A8CF84 | Contrast without the clash | |
| Split-complement 2 | #84CFAC | Contrast without the clash | |
| Triadic 1 | #CDCF84 | Even thirds — balanced and loud | |
| Triadic 2 | #84CDCF | Even thirds — balanced and loud | |
| Tetradic | #CFAC84 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf84cd text on a black background
contrast 7.84:1
#cf84cd text on a white background
contrast 2.68:1
CSS3 live lab
The quick brown fox
color: #cf84cd;
background-color: #cf84cd;
Glowing headline
text-shadow: 2px 2px 8px #cf84cd;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 132, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 132, 205, 0.45);
border: 3px solid #cf84cd; background: linear-gradient(135deg, #cf84cd, #CF849B);
Monochromatic scale
Palettes built from #cf84cd
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.3 away, with its history, psychology and brand usage.
#cf84cd 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.
#cf84cd, answered
What color is #cf84cd?
#cf84cd is a light soft magenta / pink, closest to Orchid (ΔE2000 5.3). It sits at 302° on the hue wheel with 44% saturation and 67% lightness, which reads as neutral.
What is the RGB value of #cf84cd?
rgb(207, 132, 205) — 207 red, 132 green and 205 blue out of 255, or 81.2% / 51.8% / 80.4% by channel.
Is #cf84cd a light or a dark color?
It is a mid-tone. Relative luminance is 0.3418 and perceived brightness is 65%, so black text on it reaches 7.84:1.
Should I use black or white text on #cf84cd?
Black. It scores 7.84:1 against #cf84cd, versus 2.68:1 for white — AAA at any size.
What is the complementary color of #cf84cd?
#84CF86 sits directly opposite on the wheel. Softer options are the split-complements #A8CF84 and #84CFAC, which give the same contrast with far less vibration.
What colors go well with #cf84cd?
For interface work: #FAF4FA as the surface, #E8C4E7 for borders, #9B4B99 for secondary text, #4B9636 as an accent and #5C245A for hover and pressed states. For a palette, the analogous pair #AC84CF and #CF84A8 stays calm, while #84CF86 is the loudest partner.
What is #cf84cd in CMYK for printing?
cmyk(0%, 36%, 1%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cf84cd 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 #CF84B2; nudged cooler, #B682D1.