#ac80ce
a light, soft violet · cool · closest name: Medium Purple
At a glance
Every number on this page in one read: what #ac80ce is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ac80ce |
| RGB | rgb(172, 128, 206) |
| HSL | hsl(274, 44%, 66%) |
| CMYK | cmyk(17%, 38%, 0%, 19%) |
| LAB | lab(60.5 31.6 -33.9) |
| LCH | lch(60.5 46.4 313.0) |
| OKLCH | oklch(0.672 0.121 309.3) |
| Decimal | 11305166 |
| Display P3 | color(display-p3 0.675 0.502 0.808) |
Copy-ready code
/* CSS */
color: #ac80ce;
background-color: #ac80ce;
/* Tailwind (arbitrary) */
class="text-[#ac80ce] bg-[#ac80ce]"
/* SCSS */
$brand: #ac80ce;
/* SwiftUI */
Color(red: 0.675, green: 0.502, blue: 0.808)
/* Android */
Color.parseColor("#ac80ce")
/* Flutter */
Color(0xFFAC80CE)
/* Python / OpenCV (BGR) */
(206, 128, 172)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. #ac80ce 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: #F8F5FA;
--brand-100: #F0EAF5;
--brand-200: #DFD1EB;
--brand-300: #CAAEE0;
--brand-400: #ac80ce;
--brand-500: #955DC1;
--brand-600: #8144B1;
--brand-700: #6C3993;
--brand-800: #562D76;
--brand-900: #402456;
--brand-950: #281736;
--brand: #ac80ce;
--brand-ink: #000000;
}Colors that work with #ac80ce
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 #ac80ce
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
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #A2CE80 | Directly opposite — maximum tension | |
| Analogous left | #8580CE | Neighbour, quieter | |
| Analogous right | #CE80C9 | Neighbour, quieter | |
| Split-complement 1 | #C9CE80 | Contrast without the clash | |
| Split-complement 2 | #80CE85 | Contrast without the clash | |
| Triadic 1 | #CEAC80 | Even thirds — balanced and loud | |
| Triadic 2 | #80CEAC | Even thirds — balanced and loud | |
| Tetradic | #CE8580 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ac80ce text on a black background
contrast 6.73:1
#ac80ce text on a white background
contrast 3.12:1
CSS3 live lab
The quick brown fox
color: #ac80ce;
background-color: #ac80ce;
Glowing headline
text-shadow: 2px 2px 8px #ac80ce;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 128, 206, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 128, 206, 0.45);
border: 3px solid #ac80ce; background: linear-gradient(135deg, #ac80ce, #CE80BC);
Monochromatic scale
Palettes built from #ac80ce
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: Orchid (#da70d6) — ΔE2000 9.5 away, with its history, psychology and brand usage.
#ac80ce 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.
#ac80ce, answered
What color is #ac80ce?
#ac80ce is a light soft violet, closest to Medium Purple (ΔE2000 8.2). It sits at 274° on the hue wheel with 44% saturation and 66% lightness, which reads as cool.
What is the RGB value of #ac80ce?
rgb(172, 128, 206) — 172 red, 128 green and 206 blue out of 255, or 67.5% / 50.2% / 80.8% by channel.
Is #ac80ce a light or a dark color?
It is a mid-tone. Relative luminance is 0.2867 and perceived brightness is 60%, so black text on it reaches 6.73:1.
Should I use black or white text on #ac80ce?
Black. It scores 6.73:1 against #ac80ce, versus 3.12:1 for white — AA at any size.
What is the complementary color of #ac80ce?
#A2CE80 sits directly opposite on the wheel. Softer options are the split-complements #C9CE80 and #80CE85, which give the same contrast with far less vibration.
What colors go well with #ac80ce?
For interface work: #F8F4FA as the surface, #D8C4E8 for borders, #784B9B for secondary text, #789834 as an accent and #43245C for hover and pressed states. For a palette, the analogous pair #8580CE and #CE80C9 stays calm, while #A2CE80 is the loudest partner.
What is #ac80ce in CMYK for printing?
cmyk(17%, 38%, 0%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ac80ce warm or cool?
Cool — it scores 65 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C980CE; nudged cooler, #8E7ED0.