#c97ba8
a balanced, soft magenta / pink · warm · closest name: Pale Violet Red
At a glance
Every number on this page in one read: what #c97ba8 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #c97ba8 |
| RGB | rgb(201, 123, 168) |
| HSL | hsl(325, 42%, 64%) |
| CMYK | cmyk(0%, 39%, 16%, 21%) |
| LAB | lab(61.1 36.6 -11.1) |
| LCH | lch(61.1 38.2 343.2) |
| OKLCH | oklch(0.679 0.112 344.9) |
| Decimal | 13204392 |
| Display P3 | color(display-p3 0.788 0.482 0.659) |
Copy-ready code
/* CSS */
color: #c97ba8;
background-color: #c97ba8;
/* Tailwind (arbitrary) */
class="text-[#c97ba8] bg-[#c97ba8]"
/* SCSS */
$brand: #c97ba8;
/* SwiftUI */
Color(red: 0.788, green: 0.482, blue: 0.659)
/* Android */
Color.parseColor("#c97ba8")
/* Flutter */
Color(0xFFC97BA8)
/* Python / OpenCV (BGR) */
(168, 123, 201)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. #c97ba8 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: #FAF5F8;
--brand-100: #F5EBF0;
--brand-200: #EAD2E0;
--brand-300: #DEAFCB;
--brand-400: #c97ba8;
--brand-500: #BE6096;
--brand-600: #AE4782;
--brand-700: #913B6D;
--brand-800: #742F57;
--brand-900: #552641;
--brand-950: #351829;
--brand: #c97ba8;
--brand-ink: #000000;
}Colors that work with #c97ba8
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 #c97ba8
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #7BC99C | Directly opposite — maximum tension | |
| Analogous left | #C37BC9 | Neighbour, quieter | |
| Analogous right | #C97B81 | Neighbour, quieter | |
| Split-complement 1 | #81C97B | Contrast without the clash | |
| Split-complement 2 | #7BC9C3 | Contrast without the clash | |
| Triadic 1 | #A8C97B | Even thirds — balanced and loud | |
| Triadic 2 | #7BA8C9 | Even thirds — balanced and loud | |
| Tetradic | #C9C37B | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c97ba8 text on a black background
contrast 6.88:1
#c97ba8 text on a white background
contrast 3.05:1
CSS3 live lab
The quick brown fox
color: #c97ba8;
background-color: #c97ba8;
Glowing headline
text-shadow: 2px 2px 8px #c97ba8;
Soft neon halo
text-shadow: 0 0 14px rgba(201, 123, 168, 0.45);
box-shadow: 0 12px 32px -8px rgba(201, 123, 168, 0.45);
border: 3px solid #c97ba8; background: linear-gradient(135deg, #c97ba8, #C9827B);
Monochromatic scale
Palettes built from #c97ba8
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: Hot Pink (#ff69b4) — ΔE2000 9.4 away, with its history, psychology and brand usage.
#c97ba8 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.
#c97ba8, answered
What color is #c97ba8?
#c97ba8 is a balanced soft magenta / pink, closest to Pale Violet Red (ΔE2000 7.1). It sits at 325° on the hue wheel with 42% saturation and 64% lightness, which reads as warm.
What is the RGB value of #c97ba8?
rgb(201, 123, 168) — 201 red, 123 green and 168 blue out of 255, or 78.8% / 48.2% / 65.9% by channel.
Is #c97ba8 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2941 and perceived brightness is 61%, so black text on it reaches 6.88:1.
Should I use black or white text on #c97ba8?
Black. It scores 6.88:1 against #c97ba8, versus 3.05:1 for white — AA at any size.
What is the complementary color of #c97ba8?
#7BC99C sits directly opposite on the wheel. Softer options are the split-complements #81C97B and #7BC9C3, which give the same contrast with far less vibration.
What colors go well with #c97ba8?
For interface work: #FAF4F8 as the surface, #E7C5D9 for borders, #9B4B79 for secondary text, #379547 as an accent and #5A2544 for hover and pressed states. For a palette, the analogous pair #C37BC9 and #C97B81 stays calm, while #7BC99C is the loudest partner.
What is #c97ba8 in CMYK for printing?
cmyk(0%, 39%, 16%, 21%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c97ba8 warm or cool?
Warm — it scores 36 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C97B8B; nudged cooler, #CB79C6.