#b07bbc
a balanced, soft violet · neutral · closest name: Orchid
At a glance
Every number on this page in one read: what #b07bbc 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 | #b07bbc |
| RGB | rgb(176, 123, 188) |
| HSL | hsl(289, 33%, 61%) |
| CMYK | cmyk(6%, 35%, 0%, 26%) |
| LAB | lab(59.0 31.9 -26.0) |
| LCH | lch(59.0 41.1 320.8) |
| OKLCH | oklch(0.659 0.111 320.0) |
| Decimal | 11566012 |
| Display P3 | color(display-p3 0.690 0.482 0.737) |
Copy-ready code
/* CSS */
color: #b07bbc;
background-color: #b07bbc;
/* Tailwind (arbitrary) */
class="text-[#b07bbc] bg-[#b07bbc]"
/* SCSS */
$brand: #b07bbc;
/* SwiftUI */
Color(red: 0.690, green: 0.482, blue: 0.737)
/* Android */
Color.parseColor("#b07bbc")
/* Flutter */
Color(0xFFB07BBC)
/* Python / OpenCV (BGR) */
(188, 123, 176)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. #b07bbc 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: #F2ECF4;
--brand-200: #E4D4E7;
--brand-300: #D2B5D9;
--brand-400: #BC8FC6;
--brand-500: #b07bbc;
--brand-600: #9452A2;
--brand-700: #7B4587;
--brand-800: #62376C;
--brand-900: #492B50;
--brand-950: #2D1B32;
--brand: #b07bbc;
--brand-ink: #000000;
}Colors that work with #b07bbc
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 #b07bbc
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 | #87BC7B | Directly opposite — maximum tension | |
| Analogous left | #907BBC | Neighbour, quieter | |
| Analogous right | #BC7BA8 | Neighbour, quieter | |
| Split-complement 1 | #A8BC7B | Contrast without the clash | |
| Split-complement 2 | #7BBC90 | Contrast without the clash | |
| Triadic 1 | #BCB07B | Even thirds — balanced and loud | |
| Triadic 2 | #7BBCB0 | Even thirds — balanced and loud | |
| Tetradic | #BC907B | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b07bbc text on a black background
contrast 6.41:1
#b07bbc text on a white background
contrast 3.28:1
CSS3 live lab
The quick brown fox
color: #b07bbc;
background-color: #b07bbc;
Glowing headline
text-shadow: 2px 2px 8px #b07bbc;
Soft neon halo
text-shadow: 0 0 14px rgba(176, 123, 188, 0.45);
box-shadow: 0 12px 32px -8px rgba(176, 123, 188, 0.45);
border: 3px solid #b07bbc; background: linear-gradient(135deg, #b07bbc, #BC7B9D);
Monochromatic scale
Palettes built from #b07bbc
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 8.5 away, with its history, psychology and brand usage.
#b07bbc 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.
#b07bbc, answered
What color is #b07bbc?
#b07bbc is a balanced soft violet, closest to Orchid (ΔE2000 8.5). It sits at 289° on the hue wheel with 33% saturation and 61% lightness, which reads as neutral.
What is the RGB value of #b07bbc?
rgb(176, 123, 188) — 176 red, 123 green and 188 blue out of 255, or 69% / 48.2% / 73.7% by channel.
Is #b07bbc a light or a dark color?
It is a mid-tone. Relative luminance is 0.2703 and perceived brightness is 58%, so black text on it reaches 6.41:1.
Should I use black or white text on #b07bbc?
Black. It scores 6.41:1 against #b07bbc, versus 3.28:1 for white — AA at any size.
What is the complementary color of #b07bbc?
#87BC7B sits directly opposite on the wheel. Softer options are the split-complements #A8BC7B and #7BBC90, which give the same contrast with far less vibration.
What colors go well with #b07bbc?
For interface work: #F9F5FA as the surface, #DFC9E4 for borders, #8A4D98 for secondary text, #618B41 as an accent and #4D2B55 for hover and pressed states. For a palette, the analogous pair #907BBC and #BC7BA8 stays calm, while #87BC7B is the loudest partner.
What is #b07bbc in CMYK for printing?
cmyk(6%, 35%, 0%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b07bbc warm or cool?
Neutral — it scores 56 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BC7BB0; nudged cooler, #9879BE.