#b67bbc
a balanced, soft magenta / pink · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #b67bbc 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 | #b67bbc |
| RGB | rgb(182, 123, 188) |
| HSL | hsl(295, 33%, 61%) |
| CMYK | cmyk(3%, 35%, 0%, 26%) |
| LAB | lab(59.7 33.8 -24.9) |
| LCH | lch(59.7 42.0 323.6) |
| OKLCH | oklch(0.666 0.114 323.5) |
| Decimal | 11959228 |
| Display P3 | color(display-p3 0.714 0.482 0.737) |
Copy-ready code
/* CSS */
color: #b67bbc;
background-color: #b67bbc;
/* Tailwind (arbitrary) */
class="text-[#b67bbc] bg-[#b67bbc]"
/* SCSS */
$brand: #b67bbc;
/* SwiftUI */
Color(red: 0.714, green: 0.482, blue: 0.737)
/* Android */
Color.parseColor("#b67bbc")
/* Flutter */
Color(0xFFB67BBC)
/* Python / OpenCV (BGR) */
(188, 123, 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. #b67bbc 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: #F9F5F9;
--brand-100: #F3ECF4;
--brand-200: #E6D4E7;
--brand-300: #D6B5D9;
--brand-400: #C18FC6;
--brand-500: #b67bbc;
--brand-600: #9B52A2;
--brand-700: #814587;
--brand-800: #67376C;
--brand-900: #4C2B50;
--brand-950: #301B32;
--brand: #b67bbc;
--brand-ink: #000000;
}Colors that work with #b67bbc
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 #b67bbc
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 | #81BC7B | Directly opposite — maximum tension | |
| Analogous left | #967BBC | Neighbour, quieter | |
| Analogous right | #BC7BA2 | Neighbour, quieter | |
| Split-complement 1 | #A2BC7B | Contrast without the clash | |
| Split-complement 2 | #7BBC96 | Contrast without the clash | |
| Triadic 1 | #BCB67B | Even thirds — balanced and loud | |
| Triadic 2 | #7BBCB6 | Even thirds — balanced and loud | |
| Tetradic | #BC967B | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b67bbc text on a black background
contrast 6.55:1
#b67bbc text on a white background
contrast 3.21:1
CSS3 live lab
The quick brown fox
color: #b67bbc;
background-color: #b67bbc;
Glowing headline
text-shadow: 2px 2px 8px #b67bbc;
Soft neon halo
text-shadow: 0 0 14px rgba(182, 123, 188, 0.45);
box-shadow: 0 12px 32px -8px rgba(182, 123, 188, 0.45);
border: 3px solid #b67bbc; background: linear-gradient(135deg, #b67bbc, #BC7B97);
Monochromatic scale
Palettes built from #b67bbc
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 7.6 away, with its history, psychology and brand usage.
#b67bbc 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.
#b67bbc, answered
What color is #b67bbc?
#b67bbc is a balanced soft magenta / pink, closest to Orchid (ΔE2000 7.6). It sits at 295° on the hue wheel with 33% saturation and 61% lightness, which reads as neutral.
What is the RGB value of #b67bbc?
rgb(182, 123, 188) — 182 red, 123 green and 188 blue out of 255, or 71.4% / 48.2% / 73.7% by channel.
Is #b67bbc a light or a dark color?
It is a mid-tone. Relative luminance is 0.2774 and perceived brightness is 59%, so black text on it reaches 6.55:1.
Should I use black or white text on #b67bbc?
Black. It scores 6.55:1 against #b67bbc, versus 3.21:1 for white — AA at any size.
What is the complementary color of #b67bbc?
#81BC7B sits directly opposite on the wheel. Softer options are the split-complements #A2BC7B and #7BBC96, which give the same contrast with far less vibration.
What colors go well with #b67bbc?
For interface work: #F9F5FA as the surface, #E1C9E4 for borders, #914D98 for secondary text, #5A8B41 as an accent and #512B55 for hover and pressed states. For a palette, the analogous pair #967BBC and #BC7BA2 stays calm, while #81BC7B is the loudest partner.
What is #b67bbc in CMYK for printing?
cmyk(3%, 35%, 0%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b67bbc warm or cool?
Neutral — it scores 53 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BC7BAA; nudged cooler, #9E79BE.