#ba7cad
a balanced, soft magenta / pink · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #ba7cad 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 | #ba7cad |
| RGB | rgb(186, 124, 173) |
| HSL | hsl(313, 31%, 61%) |
| CMYK | cmyk(0%, 33%, 7%, 27%) |
| LAB | lab(59.8 31.8 -16.2) |
| LCH | lch(59.8 35.6 333.0) |
| OKLCH | oklch(0.666 0.101 334.5) |
| Decimal | 12221613 |
| Display P3 | color(display-p3 0.729 0.486 0.678) |
Copy-ready code
/* CSS */
color: #ba7cad;
background-color: #ba7cad;
/* Tailwind (arbitrary) */
class="text-[#ba7cad] bg-[#ba7cad]"
/* SCSS */
$brand: #ba7cad;
/* SwiftUI */
Color(red: 0.729, green: 0.486, blue: 0.678)
/* Android */
Color.parseColor("#ba7cad")
/* Flutter */
Color(0xFFBA7CAD)
/* Python / OpenCV (BGR) */
(173, 124, 186)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. #ba7cad is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F6F8;
--brand-100: #F3ECF2;
--brand-200: #E7D5E3;
--brand-300: #D8B6D1;
--brand-400: #C591BA;
--brand-500: #ba7cad;
--brand-600: #A05490;
--brand-700: #864678;
--brand-800: #6B3860;
--brand-900: #4F2C47;
--brand-950: #311B2D;
--brand: #ba7cad;
--brand-ink: #000000;
}Colors that work with #ba7cad
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 #ba7cad
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 | #7CBA89 | Directly opposite — maximum tension | |
| Analogous left | #A87CBA | Neighbour, quieter | |
| Analogous right | #BA7C8E | Neighbour, quieter | |
| Split-complement 1 | #8EBA7C | Contrast without the clash | |
| Split-complement 2 | #7CBAA8 | Contrast without the clash | |
| Triadic 1 | #ADBA7C | Even thirds — balanced and loud | |
| Triadic 2 | #7CADBA | Even thirds — balanced and loud | |
| Tetradic | #BAA87C | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ba7cad text on a black background
contrast 6.57:1
#ba7cad text on a white background
contrast 3.19:1
CSS3 live lab
The quick brown fox
color: #ba7cad;
background-color: #ba7cad;
Glowing headline
text-shadow: 2px 2px 8px #ba7cad;
Soft neon halo
text-shadow: 0 0 14px rgba(186, 124, 173, 0.45);
box-shadow: 0 12px 32px -8px rgba(186, 124, 173, 0.45);
border: 3px solid #ba7cad; background: linear-gradient(135deg, #ba7cad, #BA7C84);
Monochromatic scale
Palettes built from #ba7cad
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.6 away, with its history, psychology and brand usage.
#ba7cad 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.
#ba7cad, answered
What color is #ba7cad?
#ba7cad is a balanced soft magenta / pink, closest to Orchid (ΔE2000 9.6). It sits at 313° on the hue wheel with 31% saturation and 61% lightness, which reads as neutral.
What is the RGB value of #ba7cad?
rgb(186, 124, 173) — 186 red, 124 green and 173 blue out of 255, or 72.9% / 48.6% / 67.8% by channel.
Is #ba7cad a light or a dark color?
It is a mid-tone. Relative luminance is 0.2787 and perceived brightness is 59%, so black text on it reaches 6.57:1.
Should I use black or white text on #ba7cad?
Black. It scores 6.57:1 against #ba7cad, versus 3.19:1 for white — AA at any size.
What is the complementary color of #ba7cad?
#7CBA89 sits directly opposite on the wheel. Softer options are the split-complements #8EBA7C and #7CBAA8, which give the same contrast with far less vibration.
What colors go well with #ba7cad?
For interface work: #FAF5F9 as the surface, #E3CADE for borders, #964F87 for secondary text, #458A42 as an accent and #542C4B for hover and pressed states. For a palette, the analogous pair #A87CBA and #BA7C8E stays calm, while #7CBA89 is the loudest partner.
What is #ba7cad in CMYK for printing?
cmyk(0%, 33%, 7%, 27%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ba7cad warm or cool?
Neutral — it scores 44 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BA7C96; nudged cooler, #B27ABC.