#bc9fd2
a light, soft violet · cool · closest name: Plum
At a glance
Every number on this page in one read: what #bc9fd2 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 | #bc9fd2 |
| RGB | rgb(188, 159, 210) |
| HSL | hsl(274, 36%, 72%) |
| CMYK | cmyk(11%, 24%, 0%, 18%) |
| LAB | lab(69.6 20.2 -22.0) |
| LCH | lch(69.6 29.9 312.5) |
| OKLCH | oklch(0.746 0.079 310.3) |
| Decimal | 12361682 |
| Display P3 | color(display-p3 0.737 0.624 0.824) |
Copy-ready code
/* CSS */
color: #bc9fd2;
background-color: #bc9fd2;
/* Tailwind (arbitrary) */
class="text-[#bc9fd2] bg-[#bc9fd2]"
/* SCSS */
$brand: #bc9fd2;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.824)
/* Android */
Color.parseColor("#bc9fd2")
/* Flutter */
Color(0xFFBC9FD2)
/* Python / OpenCV (BGR) */
(210, 159, 188)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. #bc9fd2 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: #F0EBF4;
--brand-200: #DFD3E8;
--brand-300: #CAB3DB;
--brand-400: #bc9fd2;
--brand-500: #9466B7;
--brand-600: #804EA7;
--brand-700: #6B418B;
--brand-800: #56346F;
--brand-900: #402952;
--brand-950: #281A33;
--brand: #bc9fd2;
--brand-ink: #000000;
}Colors that work with #bc9fd2
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 #bc9fd2
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 | #B5D29F | Directly opposite — maximum tension | |
| Analogous left | #A39FD2 | Neighbour, quieter | |
| Analogous right | #D29FCF | Neighbour, quieter | |
| Split-complement 1 | #CFD29F | Contrast without the clash | |
| Split-complement 2 | #9FD2A3 | Contrast without the clash | |
| Triadic 1 | #D2BC9F | Even thirds — balanced and loud | |
| Triadic 2 | #9FD2BC | Even thirds — balanced and loud | |
| Tetradic | #D2A39F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bc9fd2 text on a black background
contrast 9.03:1
#bc9fd2 text on a white background
contrast 2.33:1
CSS3 live lab
The quick brown fox
color: #bc9fd2;
background-color: #bc9fd2;
Glowing headline
text-shadow: 2px 2px 8px #bc9fd2;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 210, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 159, 210, 0.45);
border: 3px solid #bc9fd2; background: linear-gradient(135deg, #bc9fd2, #D29FC6);
Monochromatic scale
Palettes built from #bc9fd2
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 5 away, with its history, psychology and brand usage.
#bc9fd2 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.
#bc9fd2, answered
What color is #bc9fd2?
#bc9fd2 is a light soft violet, closest to Plum (ΔE2000 7). It sits at 274° on the hue wheel with 36% saturation and 72% lightness, which reads as cool.
What is the RGB value of #bc9fd2?
rgb(188, 159, 210) — 188 red, 159 green and 210 blue out of 255, or 73.7% / 62.4% / 82.4% by channel.
Is #bc9fd2 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4014 and perceived brightness is 68%, so black text on it reaches 9.03:1.
Should I use black or white text on #bc9fd2?
Black. It scores 9.03:1 against #bc9fd2, versus 2.33:1 for white — AAA at any size.
What is the complementary color of #bc9fd2?
#B5D29F sits directly opposite on the wheel. Softer options are the split-complements #CFD29F and #9FD2A3, which give the same contrast with far less vibration.
What colors go well with #bc9fd2?
For interface work: #F8F5FA as the surface, #D8C7E5 for borders, #784B9B for secondary text, #758F3D as an accent and #432957 for hover and pressed states. For a palette, the analogous pair #A39FD2 and #D29FCF stays calm, while #B5D29F is the loudest partner.
What is #bc9fd2 in CMYK for printing?
cmyk(11%, 24%, 0%, 18%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bc9fd2 warm or cool?
Cool — it scores 64 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CF9FD2; nudged cooler, #A99ED4.