#b59ace
a light, soft violet · cool · closest name: Plum
At a glance
Every number on this page in one read: what #b59ace 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 | #b59ace |
| RGB | rgb(181, 154, 206) |
| HSL | hsl(271, 35%, 71%) |
| CMYK | cmyk(12%, 25%, 0%, 19%) |
| LAB | lab(67.6 19.9 -22.9) |
| LCH | lch(67.6 30.3 310.9) |
| OKLCH | oklch(0.728 0.079 308.1) |
| Decimal | 11901646 |
| Display P3 | color(display-p3 0.710 0.604 0.808) |
Copy-ready code
/* CSS */
color: #b59ace;
background-color: #b59ace;
/* Tailwind (arbitrary) */
class="text-[#b59ace] bg-[#b59ace]"
/* SCSS */
$brand: #b59ace;
/* SwiftUI */
Color(red: 0.710, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#b59ace")
/* Flutter */
Color(0xFFB59ACE)
/* Python / OpenCV (BGR) */
(206, 154, 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. #b59ace 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: #F7F5F9;
--brand-100: #F0ECF4;
--brand-200: #DED4E8;
--brand-300: #C8B3DA;
--brand-400: #b59ace;
--brand-500: #9068B6;
--brand-600: #7C50A5;
--brand-700: #674389;
--brand-800: #53356E;
--brand-900: #3E2A51;
--brand-950: #271A32;
--brand: #b59ace;
--brand-ink: #000000;
}Colors that work with #b59ace
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 #b59ace
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #B3CE9A | Directly opposite — maximum tension | |
| Analogous left | #9B9ACE | Neighbour, quieter | |
| Analogous right | #CE9ACD | Neighbour, quieter | |
| Split-complement 1 | #CDCE9A | Contrast without the clash | |
| Split-complement 2 | #9ACE9B | Contrast without the clash | |
| Triadic 1 | #CEB59A | Even thirds — balanced and loud | |
| Triadic 2 | #9ACEB5 | Even thirds — balanced and loud | |
| Tetradic | #CE9B9A | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b59ace text on a black background
contrast 8.48:1
#b59ace text on a white background
contrast 2.48:1
CSS3 live lab
The quick brown fox
color: #b59ace;
background-color: #b59ace;
Glowing headline
text-shadow: 2px 2px 8px #b59ace;
Soft neon halo
text-shadow: 0 0 14px rgba(181, 154, 206, 0.45);
box-shadow: 0 12px 32px -8px rgba(181, 154, 206, 0.45);
border: 3px solid #b59ace; background: linear-gradient(135deg, #b59ace, #CE9AC4);
Monochromatic scale
Palettes built from #b59ace
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 6.2 away, with its history, psychology and brand usage.
#b59ace 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.
#b59ace, answered
What color is #b59ace?
#b59ace is a light soft violet, closest to Plum (ΔE2000 8.2). It sits at 271° on the hue wheel with 35% saturation and 71% lightness, which reads as cool.
What is the RGB value of #b59ace?
rgb(181, 154, 206) — 181 red, 154 green and 206 blue out of 255, or 71% / 60.4% / 80.8% by channel.
Is #b59ace a light or a dark color?
It is a mid-tone. Relative luminance is 0.3739 and perceived brightness is 66%, so black text on it reaches 8.48:1.
Should I use black or white text on #b59ace?
Black. It scores 8.48:1 against #b59ace, versus 2.48:1 for white — AAA at any size.
What is the complementary color of #b59ace?
#B3CE9A sits directly opposite on the wheel. Softer options are the split-complements #CDCE9A and #9ACE9B, which give the same contrast with far less vibration.
What colors go well with #b59ace?
For interface work: #F7F5FA as the surface, #D7C8E4 for borders, #744B9B for secondary text, #788D3F as an accent and #412A56 for hover and pressed states. For a palette, the analogous pair #9B9ACE and #CE9ACD stays calm, while #B3CE9A is the loudest partner.
What is #b59ace in CMYK for printing?
cmyk(12%, 25%, 0%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b59ace warm or cool?
Cool — it scores 66 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C89ACE; nudged cooler, #A199D0.