#b65bbc
a balanced, soft magenta / pink · neutral · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #b65bbc 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 | #b65bbc |
| RGB | rgb(182, 91, 188) |
| HSL | hsl(296, 42%, 55%) |
| CMYK | cmyk(3%, 52%, 0%, 26%) |
| LAB | lab(53.0 50.8 -35.3) |
| LCH | lch(53.0 61.8 325.2) |
| OKLCH | oklch(0.616 0.169 325.0) |
| Decimal | 11951036 |
| Display P3 | color(display-p3 0.714 0.357 0.737) |
Copy-ready code
/* CSS */
color: #b65bbc;
background-color: #b65bbc;
/* Tailwind (arbitrary) */
class="text-[#b65bbc] bg-[#b65bbc]"
/* SCSS */
$brand: #b65bbc;
/* SwiftUI */
Color(red: 0.714, green: 0.357, blue: 0.737)
/* Android */
Color.parseColor("#b65bbc")
/* Flutter */
Color(0xFFB65BBC)
/* Python / OpenCV (BGR) */
(188, 91, 182)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. #b65bbc 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: #FAF5FA;
--brand-100: #F4EBF5;
--brand-200: #E9D2EA;
--brand-300: #DCAFDE;
--brand-400: #CA88CE;
--brand-500: #b65bbc;
--brand-600: #A747AE;
--brand-700: #8C3B91;
--brand-800: #702F74;
--brand-900: #522655;
--brand-950: #331735;
--brand: #b65bbc;
--brand-ink: #000000;
}Colors that work with #b65bbc
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 #b65bbc
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 | #61BC5B | Directly opposite — maximum tension | |
| Analogous left | #865BBC | Neighbour, quieter | |
| Analogous right | #BC5B91 | Neighbour, quieter | |
| Split-complement 1 | #91BC5B | Contrast without the clash | |
| Split-complement 2 | #5BBC86 | Contrast without the clash | |
| Triadic 1 | #BCB65B | Even thirds — balanced and loud | |
| Triadic 2 | #5BBCB6 | Even thirds — balanced and loud | |
| Tetradic | #BC865B | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b65bbc text on a black background
contrast 5.21:1
#b65bbc text on a white background
contrast 4.03:1
CSS3 live lab
The quick brown fox
color: #b65bbc;
background-color: #b65bbc;
Glowing headline
text-shadow: 2px 2px 8px #b65bbc;
Soft neon halo
text-shadow: 0 0 14px rgba(182, 91, 188, 0.45);
box-shadow: 0 12px 32px -8px rgba(182, 91, 188, 0.45);
border: 3px solid #b65bbc; background: linear-gradient(135deg, #b65bbc, #BC5B81);
Monochromatic scale
Palettes built from #b65bbc
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 away, with its history, psychology and brand usage.
#b65bbc 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.
#b65bbc, answered
What color is #b65bbc?
#b65bbc is a balanced soft magenta / pink, closest to Medium Orchid (ΔE2000 4.2). It sits at 296° on the hue wheel with 42% saturation and 55% lightness, which reads as neutral.
What is the RGB value of #b65bbc?
rgb(182, 91, 188) — 182 red, 91 green and 188 blue out of 255, or 71.4% / 35.7% / 73.7% by channel.
Is #b65bbc a light or a dark color?
It is a mid-tone. Relative luminance is 0.2106 and perceived brightness is 54%, so black text on it reaches 5.21:1.
Should I use black or white text on #b65bbc?
Black. It scores 5.21:1 against #b65bbc, versus 4.03:1 for white — AA at any size.
What is the complementary color of #b65bbc?
#61BC5B sits directly opposite on the wheel. Softer options are the split-complements #91BC5B and #5BBC86, which give the same contrast with far less vibration.
What colors go well with #b65bbc?
For interface work: #FAF4FA as the surface, #E5C5E7 for borders, #964B9B for secondary text, #549537 as an accent and #57255B for hover and pressed states. For a palette, the analogous pair #865BBC and #BC5B91 stays calm, while #61BC5B is the loudest partner.
What is #b65bbc in CMYK for printing?
cmyk(3%, 52%, 0%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b65bbc warm or cool?
Neutral — it scores 52 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BC5B9E; nudged cooler, #9359BE.