#cf97da
a light, vivid magenta / pink · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #cf97da 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 | #cf97da |
| RGB | rgb(207, 151, 218) |
| HSL | hsl(290, 48%, 72%) |
| CMYK | cmyk(5%, 31%, 0%, 15%) |
| LAB | lab(69.8 32.3 -25.9) |
| LCH | lch(69.8 41.4 321.3) |
| OKLCH | oklch(0.752 0.112 320.8) |
| Decimal | 13604826 |
| Display P3 | color(display-p3 0.812 0.592 0.855) |
Copy-ready code
/* CSS */
color: #cf97da;
background-color: #cf97da;
/* Tailwind (arbitrary) */
class="text-[#cf97da] bg-[#cf97da]"
/* SCSS */
$brand: #cf97da;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.855)
/* Android */
Color.parseColor("#cf97da")
/* Flutter */
Color(0xFFCF97DA)
/* Python / OpenCV (BGR) */
(218, 151, 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. #cf97da 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: #F3EAF5;
--brand-200: #E7D0EC;
--brand-300: #D9ACE2;
--brand-400: #cf97da;
--brand-500: #B35AC4;
--brand-600: #A140B5;
--brand-700: #863696;
--brand-800: #6C2B78;
--brand-900: #4F2258;
--brand-950: #311637;
--brand: #cf97da;
--brand-ink: #000000;
}Colors that work with #cf97da
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 #cf97da
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #A2DA97 | Directly opposite — maximum tension | |
| Analogous left | #AE97DA | Neighbour, quieter | |
| Analogous right | #DA97C4 | Neighbour, quieter | |
| Split-complement 1 | #C4DA97 | Contrast without the clash | |
| Split-complement 2 | #97DAAE | Contrast without the clash | |
| Triadic 1 | #DACF97 | Even thirds — balanced and loud | |
| Triadic 2 | #97DACF | Even thirds — balanced and loud | |
| Tetradic | #DAAE97 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf97da text on a black background
contrast 9.09:1
#cf97da text on a white background
contrast 2.31:1
CSS3 live lab
The quick brown fox
color: #cf97da;
background-color: #cf97da;
Glowing headline
text-shadow: 2px 2px 8px #cf97da;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 218, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 151, 218, 0.45);
border: 3px solid #cf97da; background: linear-gradient(135deg, #cf97da, #DA97B9);
Monochromatic scale
Palettes built from #cf97da
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.9 away, with its history, psychology and brand usage.
#cf97da 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.
#cf97da, answered
What color is #cf97da?
#cf97da is a light vivid magenta / pink, closest to Plum (ΔE2000 3.4). It sits at 290° on the hue wheel with 48% saturation and 72% lightness, which reads as neutral.
What is the RGB value of #cf97da?
rgb(207, 151, 218) — 207 red, 151 green and 218 blue out of 255, or 81.2% / 59.2% / 85.5% by channel.
Is #cf97da a light or a dark color?
It is a mid-tone. Relative luminance is 0.4046 and perceived brightness is 70%, so black text on it reaches 9.09:1.
Should I use black or white text on #cf97da?
Black. It scores 9.09:1 against #cf97da, versus 2.31:1 for white — AAA at any size.
What is the complementary color of #cf97da?
#A2DA97 sits directly opposite on the wheel. Softer options are the split-complements #C4DA97 and #97DAAE, which give the same contrast with far less vibration.
What colors go well with #cf97da?
For interface work: #F9F4FA as the surface, #E3C3EA for borders, #8E4B9B for secondary text, #5D9B31 as an accent and #54215E for hover and pressed states. For a palette, the analogous pair #AE97DA and #DA97C4 stays calm, while #A2DA97 is the loudest partner.
What is #cf97da in CMYK for printing?
cmyk(5%, 31%, 0%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cf97da warm or cool?
Neutral — it scores 55 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DA97CD; nudged cooler, #B696DB.