#ac82ba
a balanced, soft violet · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #ac82ba 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 | #ac82ba |
| RGB | rgb(172, 130, 186) |
| HSL | hsl(285, 29%, 62%) |
| CMYK | cmyk(8%, 30%, 0%, 27%) |
| LAB | lab(60.1 26.2 -23.1) |
| LCH | lch(60.1 35.0 318.6) |
| OKLCH | oklch(0.667 0.093 317.5) |
| Decimal | 11305658 |
| Display P3 | color(display-p3 0.675 0.510 0.729) |
Copy-ready code
/* CSS */
color: #ac82ba;
background-color: #ac82ba;
/* Tailwind (arbitrary) */
class="text-[#ac82ba] bg-[#ac82ba]"
/* SCSS */
$brand: #ac82ba;
/* SwiftUI */
Color(red: 0.675, green: 0.510, blue: 0.729)
/* Android */
Color.parseColor("#ac82ba")
/* Flutter */
Color(0xFFAC82BA)
/* Python / OpenCV (BGR) */
(186, 130, 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. #ac82ba 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: #F8F6F9;
--brand-100: #F1ECF3;
--brand-200: #E2D5E6;
--brand-300: #CFB7D7;
--brand-400: #ac82ba;
--brand-500: #9F6EAF;
--brand-600: #8C579E;
--brand-700: #754983;
--brand-800: #5D3A69;
--brand-900: #452D4D;
--brand-950: #2B1C30;
--brand: #ac82ba;
--brand-ink: #000000;
}Colors that work with #ac82ba
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 #ac82ba
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 | #90BA82 | Directly opposite — maximum tension | |
| Analogous left | #9082BA | Neighbour, quieter | |
| Analogous right | #BA82AC | Neighbour, quieter | |
| Split-complement 1 | #ACBA82 | Contrast without the clash | |
| Split-complement 2 | #82BA90 | Contrast without the clash | |
| Triadic 1 | #BAAC82 | Even thirds — balanced and loud | |
| Triadic 2 | #82BAAC | Even thirds — balanced and loud | |
| Tetradic | #BA9082 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ac82ba text on a black background
contrast 6.66:1
#ac82ba text on a white background
contrast 3.15:1
CSS3 live lab
The quick brown fox
color: #ac82ba;
background-color: #ac82ba;
Glowing headline
text-shadow: 2px 2px 8px #ac82ba;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 130, 186, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 130, 186, 0.45);
border: 3px solid #ac82ba; background: linear-gradient(135deg, #ac82ba, #BA82A3);
Monochromatic scale
Palettes built from #ac82ba
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 10.2 away, with its history, psychology and brand usage.
#ac82ba 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.
#ac82ba, answered
What color is #ac82ba?
#ac82ba is a balanced soft violet, closest to Orchid (ΔE2000 10.4). It sits at 285° on the hue wheel with 29% saturation and 62% lightness, which reads as neutral.
What is the RGB value of #ac82ba?
rgb(172, 130, 186) — 172 red, 130 green and 186 blue out of 255, or 67.5% / 51% / 72.9% by channel.
Is #ac82ba a light or a dark color?
It is a mid-tone. Relative luminance is 0.2828 and perceived brightness is 59%, so black text on it reaches 6.66:1.
Should I use black or white text on #ac82ba?
Black. It scores 6.66:1 against #ac82ba, versus 3.15:1 for white — AA at any size.
What is the complementary color of #ac82ba?
#90BA82 sits directly opposite on the wheel. Softer options are the split-complements #ACBA82 and #82BA90, which give the same contrast with far less vibration.
What colors go well with #ac82ba?
For interface work: #F8F5FA as the surface, #DCCAE2 for borders, #835294 for secondary text, #668844 as an accent and #492D52 for hover and pressed states. For a palette, the analogous pair #9082BA and #BA82AC stays calm, while #90BA82 is the loudest partner.
What is #ac82ba in CMYK for printing?
cmyk(8%, 30%, 0%, 27%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ac82ba 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 #BA82B4; nudged cooler, #9780BC.