#c882ac
a balanced, soft magenta / pink · warm · closest name: Pale Violet Red
At a glance
Every number on this page in one read: what #c882ac 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 | #c882ac |
| RGB | rgb(200, 130, 172) |
| HSL | hsl(324, 39%, 65%) |
| CMYK | cmyk(0%, 35%, 14%, 22%) |
| LAB | lab(62.7 33.1 -11.0) |
| LCH | lch(62.7 34.9 341.6) |
| OKLCH | oklch(0.691 0.102 343.3) |
| Decimal | 13140652 |
| Display P3 | color(display-p3 0.784 0.510 0.675) |
Copy-ready code
/* CSS */
color: #c882ac;
background-color: #c882ac;
/* Tailwind (arbitrary) */
class="text-[#c882ac] bg-[#c882ac]"
/* SCSS */
$brand: #c882ac;
/* SwiftUI */
Color(red: 0.784, green: 0.510, blue: 0.675)
/* Android */
Color.parseColor("#c882ac")
/* Flutter */
Color(0xFFC882AC)
/* Python / OpenCV (BGR) */
(172, 130, 200)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. #c882ac 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: #F4EBF1;
--brand-200: #E9D3E0;
--brand-300: #DDB1CB;
--brand-400: #c882ac;
--brand-500: #BA6398;
--brand-600: #AA4B84;
--brand-700: #8E3E6E;
--brand-800: #713258;
--brand-900: #532742;
--brand-950: #341929;
--brand: #c882ac;
--brand-ink: #000000;
}Colors that work with #c882ac
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 #c882ac
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #82C89E | Directly opposite — maximum tension | |
| Analogous left | #C182C8 | Neighbour, quieter | |
| Analogous right | #C88289 | Neighbour, quieter | |
| Split-complement 1 | #89C882 | Contrast without the clash | |
| Split-complement 2 | #82C8C1 | Contrast without the clash | |
| Triadic 1 | #ACC882 | Even thirds — balanced and loud | |
| Triadic 2 | #82ACC8 | Even thirds — balanced and loud | |
| Tetradic | #C8C182 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c882ac text on a black background
contrast 7.24:1
#c882ac text on a white background
contrast 2.90:1
CSS3 live lab
The quick brown fox
color: #c882ac;
background-color: #c882ac;
Glowing headline
text-shadow: 2px 2px 8px #c882ac;
Soft neon halo
text-shadow: 0 0 14px rgba(200, 130, 172, 0.45);
box-shadow: 0 12px 32px -8px rgba(200, 130, 172, 0.45);
border: 3px solid #c882ac; background: linear-gradient(135deg, #c882ac, #C88782);
Monochromatic scale
Palettes built from #c882ac
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 9.6 away, with its history, psychology and brand usage.
#c882ac 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.
#c882ac, answered
What color is #c882ac?
#c882ac is a balanced soft magenta / pink, closest to Pale Violet Red (ΔE2000 8.2). It sits at 324° on the hue wheel with 39% saturation and 65% lightness, which reads as warm.
What is the RGB value of #c882ac?
rgb(200, 130, 172) — 200 red, 130 green and 172 blue out of 255, or 78.4% / 51% / 67.5% by channel.
Is #c882ac a light or a dark color?
It is a mid-tone. Relative luminance is 0.3122 and perceived brightness is 62%, so black text on it reaches 7.24:1.
Should I use black or white text on #c882ac?
Black. It scores 7.24:1 against #c882ac, versus 2.90:1 for white — AAA at any size.
What is the complementary color of #c882ac?
#82C89E sits directly opposite on the wheel. Softer options are the split-complements #89C882 and #82C8C1, which give the same contrast with far less vibration.
What colors go well with #c882ac?
For interface work: #FAF4F8 as the surface, #E6C6D9 for borders, #9B4B7B for secondary text, #3A9247 as an accent and #592745 for hover and pressed states. For a palette, the analogous pair #C182C8 and #C88289 stays calm, while #82C89E is the loudest partner.
What is #c882ac in CMYK for printing?
cmyk(0%, 35%, 14%, 22%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c882ac warm or cool?
Warm — it scores 37 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C88292; nudged cooler, #CA80C7.