#b892cf
a light, soft violet · cool · closest name: Plum
At a glance
Every number on this page in one read: what #b892cf 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 | #b892cf |
| RGB | rgb(184, 146, 207) |
| HSL | hsl(277, 39%, 69%) |
| CMYK | cmyk(11%, 30%, 0%, 19%) |
| LAB | lab(66.0 25.5 -25.9) |
| LCH | lch(66.0 36.4 314.5) |
| OKLCH | oklch(0.717 0.096 312.3) |
| Decimal | 12096207 |
| Display P3 | color(display-p3 0.722 0.573 0.812) |
Copy-ready code
/* CSS */
color: #b892cf;
background-color: #b892cf;
/* Tailwind (arbitrary) */
class="text-[#b892cf] bg-[#b892cf]"
/* SCSS */
$brand: #b892cf;
/* SwiftUI */
Color(red: 0.722, green: 0.573, blue: 0.812)
/* Android */
Color.parseColor("#b892cf")
/* Flutter */
Color(0xFFB892CF)
/* Python / OpenCV (BGR) */
(207, 146, 184)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. #b892cf 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: #F8F5FA;
--brand-100: #F1EBF4;
--brand-200: #E1D3E9;
--brand-300: #CCB1DD;
--brand-400: #b892cf;
--brand-500: #9A63BA;
--brand-600: #864BAA;
--brand-700: #703E8E;
--brand-800: #593271;
--brand-900: #432753;
--brand-950: #2A1934;
--brand: #b892cf;
--brand-ink: #000000;
}Colors that work with #b892cf
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 #b892cf
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 | #A9CF92 | Directly opposite — maximum tension | |
| Analogous left | #9992CF | Neighbour, quieter | |
| Analogous right | #CF92C7 | Neighbour, quieter | |
| Split-complement 1 | #C7CF92 | Contrast without the clash | |
| Split-complement 2 | #92CF99 | Contrast without the clash | |
| Triadic 1 | #CFB892 | Even thirds — balanced and loud | |
| Triadic 2 | #92CFB8 | Even thirds — balanced and loud | |
| Tetradic | #CF9992 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b892cf text on a black background
contrast 8.05:1
#b892cf text on a white background
contrast 2.61:1
CSS3 live lab
The quick brown fox
color: #b892cf;
background-color: #b892cf;
Glowing headline
text-shadow: 2px 2px 8px #b892cf;
Soft neon halo
text-shadow: 0 0 14px rgba(184, 146, 207, 0.45);
box-shadow: 0 12px 32px -8px rgba(184, 146, 207, 0.45);
border: 3px solid #b892cf; background: linear-gradient(135deg, #b892cf, #CF92BD);
Monochromatic scale
Palettes built from #b892cf
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.4 away, with its history, psychology and brand usage.
#b892cf 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.
#b892cf, answered
What color is #b892cf?
#b892cf is a light soft violet, closest to Plum (ΔE2000 7.5). It sits at 277° on the hue wheel with 39% saturation and 69% lightness, which reads as cool.
What is the RGB value of #b892cf?
rgb(184, 146, 207) — 184 red, 146 green and 207 blue out of 255, or 72.2% / 57.3% / 81.2% by channel.
Is #b892cf a light or a dark color?
It is a mid-tone. Relative luminance is 0.3525 and perceived brightness is 65%, so black text on it reaches 8.05:1.
Should I use black or white text on #b892cf?
Black. It scores 8.05:1 against #b892cf, versus 2.61:1 for white — AAA at any size.
What is the complementary color of #b892cf?
#A9CF92 sits directly opposite on the wheel. Softer options are the split-complements #C7CF92 and #92CF99, which give the same contrast with far less vibration.
What colors go well with #b892cf?
For interface work: #F8F4FA as the surface, #DAC6E6 for borders, #7D4B9B for secondary text, #71923A as an accent and #462759 for hover and pressed states. For a palette, the analogous pair #9992CF and #CF92C7 stays calm, while #A9CF92 is the loudest partner.
What is #b892cf in CMYK for printing?
cmyk(11%, 30%, 0%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b892cf warm or cool?
Cool — it scores 63 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CE92CF; nudged cooler, #A190D1.