#cf91c2
a light, soft magenta / pink · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #cf91c2 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 | #cf91c2 |
| RGB | rgb(207, 145, 194) |
| HSL | hsl(313, 39%, 69%) |
| CMYK | cmyk(0%, 30%, 6%, 19%) |
| LAB | lab(67.6 31.1 -16.0) |
| LCH | lch(67.6 35.0 332.8) |
| OKLCH | oklch(0.733 0.099 334.3) |
| Decimal | 13603266 |
| Display P3 | color(display-p3 0.812 0.569 0.761) |
Copy-ready code
/* CSS */
color: #cf91c2;
background-color: #cf91c2;
/* Tailwind (arbitrary) */
class="text-[#cf91c2] bg-[#cf91c2]"
/* SCSS */
$brand: #cf91c2;
/* SwiftUI */
Color(red: 0.812, green: 0.569, blue: 0.761)
/* Android */
Color.parseColor("#cf91c2")
/* Flutter */
Color(0xFFCF91C2)
/* Python / OpenCV (BGR) */
(194, 145, 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. #cf91c2 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: #F4EBF2;
--brand-200: #E9D2E4;
--brand-300: #DDB1D4;
--brand-400: #cf91c2;
--brand-500: #BB63A8;
--brand-600: #AA4A96;
--brand-700: #8E3E7D;
--brand-800: #723264;
--brand-900: #53274A;
--brand-950: #34182E;
--brand: #cf91c2;
--brand-ink: #000000;
}Colors that work with #cf91c2
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 #cf91c2
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 | #91CF9E | Directly opposite — maximum tension | |
| Analogous left | #BD91CF | Neighbour, quieter | |
| Analogous right | #CF91A3 | Neighbour, quieter | |
| Split-complement 1 | #A3CF91 | Contrast without the clash | |
| Split-complement 2 | #91CFBD | Contrast without the clash | |
| Triadic 1 | #C2CF91 | Even thirds — balanced and loud | |
| Triadic 2 | #91C2CF | Even thirds — balanced and loud | |
| Tetradic | #CFBD91 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf91c2 text on a black background
contrast 8.48:1
#cf91c2 text on a white background
contrast 2.48:1
CSS3 live lab
The quick brown fox
color: #cf91c2;
background-color: #cf91c2;
Glowing headline
text-shadow: 2px 2px 8px #cf91c2;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 145, 194, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 145, 194, 0.45);
border: 3px solid #cf91c2; background: linear-gradient(135deg, #cf91c2, #CF9199);
Monochromatic scale
Palettes built from #cf91c2
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.7 away, with its history, psychology and brand usage.
#cf91c2 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.
#cf91c2, answered
What color is #cf91c2?
#cf91c2 is a light soft magenta / pink, closest to Plum (ΔE2000 5.4). It sits at 313° on the hue wheel with 39% saturation and 69% lightness, which reads as neutral.
What is the RGB value of #cf91c2?
rgb(207, 145, 194) — 207 red, 145 green and 194 blue out of 255, or 81.2% / 56.9% / 76.1% by channel.
Is #cf91c2 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3741 and perceived brightness is 67%, so black text on it reaches 8.48:1.
Should I use black or white text on #cf91c2?
Black. It scores 8.48:1 against #cf91c2, versus 2.48:1 for white — AAA at any size.
What is the complementary color of #cf91c2?
#91CF9E sits directly opposite on the wheel. Softer options are the split-complements #A3CF91 and #91CFBD, which give the same contrast with far less vibration.
What colors go well with #cf91c2?
For interface work: #FAF4F9 as the surface, #E6C6DF for borders, #9B4B8A for secondary text, #3E923A as an accent and #59274E for hover and pressed states. For a palette, the analogous pair #BD91CF and #CF91A3 stays calm, while #91CF9E is the loudest partner.
What is #cf91c2 in CMYK for printing?
cmyk(0%, 30%, 6%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cf91c2 warm or cool?
Neutral — it scores 43 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CF91AB; nudged cooler, #C68FD1.