#c397cf
a light, soft violet · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #c397cf 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 | #c397cf |
| RGB | rgb(195, 151, 207) |
| HSL | hsl(287, 37%, 70%) |
| CMYK | cmyk(6%, 27%, 0%, 19%) |
| LAB | lab(68.2 26.3 -22.4) |
| LCH | lch(68.2 34.5 319.6) |
| OKLCH | oklch(0.736 0.093 318.9) |
| Decimal | 12818383 |
| Display P3 | color(display-p3 0.765 0.592 0.812) |
Copy-ready code
/* CSS */
color: #c397cf;
background-color: #c397cf;
/* Tailwind (arbitrary) */
class="text-[#c397cf] bg-[#c397cf]"
/* SCSS */
$brand: #c397cf;
/* SwiftUI */
Color(red: 0.765, green: 0.592, blue: 0.812)
/* Android */
Color.parseColor("#c397cf")
/* Flutter */
Color(0xFFC397CF)
/* Python / OpenCV (BGR) */
(207, 151, 195)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. #c397cf 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: #F2EBF4;
--brand-200: #E4D3E9;
--brand-300: #D3B2DC;
--brand-400: #c397cf;
--brand-500: #A666B8;
--brand-600: #944DA7;
--brand-700: #7B408C;
--brand-800: #633470;
--brand-900: #492852;
--brand-950: #2E1933;
--brand: #c397cf;
--brand-ink: #000000;
}Colors that work with #c397cf
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 #c397cf
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 | #A3CF97 | Directly opposite — maximum tension | |
| Analogous left | #A797CF | Neighbour, quieter | |
| Analogous right | #CF97BF | Neighbour, quieter | |
| Split-complement 1 | #BFCF97 | Contrast without the clash | |
| Split-complement 2 | #97CFA7 | Contrast without the clash | |
| Triadic 1 | #CFC397 | Even thirds — balanced and loud | |
| Triadic 2 | #97CFC3 | Even thirds — balanced and loud | |
| Tetradic | #CFA797 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c397cf text on a black background
contrast 8.65:1
#c397cf text on a white background
contrast 2.43:1
CSS3 live lab
The quick brown fox
color: #c397cf;
background-color: #c397cf;
Glowing headline
text-shadow: 2px 2px 8px #c397cf;
Soft neon halo
text-shadow: 0 0 14px rgba(195, 151, 207, 0.45);
box-shadow: 0 12px 32px -8px rgba(195, 151, 207, 0.45);
border: 3px solid #c397cf; background: linear-gradient(135deg, #c397cf, #CF97B6);
Monochromatic scale
Palettes built from #c397cf
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.1 away, with its history, psychology and brand usage.
#c397cf 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.
#c397cf, answered
What color is #c397cf?
#c397cf is a light soft violet, closest to Plum (ΔE2000 5). It sits at 287° on the hue wheel with 37% saturation and 70% lightness, which reads as neutral.
What is the RGB value of #c397cf?
rgb(195, 151, 207) — 195 red, 151 green and 207 blue out of 255, or 76.5% / 59.2% / 81.2% by channel.
Is #c397cf a light or a dark color?
It is a mid-tone. Relative luminance is 0.3824 and perceived brightness is 68%, so black text on it reaches 8.65:1.
Should I use black or white text on #c397cf?
Black. It scores 8.65:1 against #c397cf, versus 2.43:1 for white — AAA at any size.
What is the complementary color of #c397cf?
#A3CF97 sits directly opposite on the wheel. Softer options are the split-complements #BFCF97 and #97CFA7, which give the same contrast with far less vibration.
What colors go well with #c397cf?
For interface work: #F9F5FA as the surface, #DFC7E5 for borders, #8A4B9B for secondary text, #63903C as an accent and #4D2857 for hover and pressed states. For a palette, the analogous pair #A797CF and #CF97BF stays calm, while #A3CF97 is the loudest partner.
What is #c397cf in CMYK for printing?
cmyk(6%, 27%, 0%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c397cf warm or cool?
Neutral — it scores 57 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CF97C6; nudged cooler, #AE96D0.