#b58abc
a balanced, soft magenta / pink · neutral · closest name: Plum
At a glance
Every number on this page in one read: what #b58abc 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 | #b58abc |
| RGB | rgb(181, 138, 188) |
| HSL | hsl(292, 27%, 64%) |
| CMYK | cmyk(4%, 27%, 0%, 26%) |
| LAB | lab(63.0 25.1 -19.8) |
| LCH | lch(63.0 32.0 321.8) |
| OKLCH | oklch(0.691 0.086 321.7) |
| Decimal | 11897532 |
| Display P3 | color(display-p3 0.710 0.541 0.737) |
Copy-ready code
/* CSS */
color: #b58abc;
background-color: #b58abc;
/* Tailwind (arbitrary) */
class="text-[#b58abc] bg-[#b58abc]"
/* SCSS */
$brand: #b58abc;
/* SwiftUI */
Color(red: 0.710, green: 0.541, blue: 0.737)
/* Android */
Color.parseColor("#b58abc")
/* Flutter */
Color(0xFFB58ABC)
/* Python / OpenCV (BGR) */
(188, 138, 181)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. #b58abc 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: #F9F6F9;
--brand-100: #F2ECF3;
--brand-200: #E4D6E6;
--brand-300: #D2B8D6;
--brand-400: #b58abc;
--brand-500: #A570AD;
--brand-600: #92599C;
--brand-700: #7A4A82;
--brand-800: #623B68;
--brand-900: #482E4D;
--brand-950: #2D1D30;
--brand: #b58abc;
--brand-ink: #000000;
}Colors that work with #b58abc
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 #b58abc
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 | #91BC8A | Directly opposite — maximum tension | |
| Analogous left | #9C8ABC | Neighbour, quieter | |
| Analogous right | #BC8AAA | Neighbour, quieter | |
| Split-complement 1 | #AABC8A | Contrast without the clash | |
| Split-complement 2 | #8ABC9C | Contrast without the clash | |
| Triadic 1 | #BCB58A | Even thirds — balanced and loud | |
| Triadic 2 | #8ABCB5 | Even thirds — balanced and loud | |
| Tetradic | #BC9C8A | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b58abc text on a black background
contrast 7.33:1
#b58abc text on a white background
contrast 2.87:1
CSS3 live lab
The quick brown fox
color: #b58abc;
background-color: #b58abc;
Glowing headline
text-shadow: 2px 2px 8px #b58abc;
Soft neon halo
text-shadow: 0 0 14px rgba(181, 138, 188, 0.45);
box-shadow: 0 12px 32px -8px rgba(181, 138, 188, 0.45);
border: 3px solid #b58abc; background: linear-gradient(135deg, #b58abc, #BC8AA2);
Monochromatic scale
Palettes built from #b58abc
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 7.3 away, with its history, psychology and brand usage.
#b58abc 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.
#b58abc, answered
What color is #b58abc?
#b58abc is a balanced soft magenta / pink, closest to Plum (ΔE2000 8.8). It sits at 292° on the hue wheel with 27% saturation and 64% lightness, which reads as neutral.
What is the RGB value of #b58abc?
rgb(181, 138, 188) — 181 red, 138 green and 188 blue out of 255, or 71% / 54.1% / 73.7% by channel.
Is #b58abc a light or a dark color?
It is a mid-tone. Relative luminance is 0.3163 and perceived brightness is 62%, so black text on it reaches 7.33:1.
Should I use black or white text on #b58abc?
Black. It scores 7.33:1 against #b58abc, versus 2.87:1 for white — AAA at any size.
What is the complementary color of #b58abc?
#91BC8A sits directly opposite on the wheel. Softer options are the split-complements #AABC8A and #8ABC9C, which give the same contrast with far less vibration.
What colors go well with #b58abc?
For interface work: #F9F5F9 as the surface, #DECBE1 for borders, #895492 for secondary text, #5F8646 as an accent and #4C2E51 for hover and pressed states. For a palette, the analogous pair #9C8ABC and #BC8AAA stays calm, while #91BC8A is the loudest partner.
What is #b58abc in CMYK for printing?
cmyk(4%, 27%, 0%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b58abc warm or cool?
Neutral — it scores 54 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BC8AB1; nudged cooler, #A388BE.