#bc9dce
a light, soft violet · cool · closest name: Plum
At a glance
Every number on this page in one read: what #bc9dce 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 | #bc9dce |
| RGB | rgb(188, 157, 206) |
| HSL | hsl(278, 33%, 71%) |
| CMYK | cmyk(9%, 24%, 0%, 19%) |
| LAB | lab(68.9 20.5 -20.8) |
| LCH | lch(68.9 29.2 314.6) |
| OKLCH | oklch(0.740 0.077 312.9) |
| Decimal | 12361166 |
| Display P3 | color(display-p3 0.737 0.616 0.808) |
Copy-ready code
/* CSS */
color: #bc9dce;
background-color: #bc9dce;
/* Tailwind (arbitrary) */
class="text-[#bc9dce] bg-[#bc9dce]"
/* SCSS */
$brand: #bc9dce;
/* SwiftUI */
Color(red: 0.737, green: 0.616, blue: 0.808)
/* Android */
Color.parseColor("#bc9dce")
/* Flutter */
Color(0xFFBC9DCE)
/* Python / OpenCV (BGR) */
(206, 157, 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. #bc9dce 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: #F8F5F9;
--brand-100: #F1ECF4;
--brand-200: #E0D4E8;
--brand-300: #CCB4DA;
--brand-400: #bc9dce;
--brand-500: #9969B4;
--brand-600: #8552A3;
--brand-700: #6F4488;
--brand-800: #59366D;
--brand-900: #422A50;
--brand-950: #291B32;
--brand: #bc9dce;
--brand-ink: #000000;
}Colors that work with #bc9dce
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 #bc9dce
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 | #AFCE9D | Directly opposite — maximum tension | |
| Analogous left | #A49DCE | Neighbour, quieter | |
| Analogous right | #CE9DC7 | Neighbour, quieter | |
| Split-complement 1 | #C7CE9D | Contrast without the clash | |
| Split-complement 2 | #9DCEA4 | Contrast without the clash | |
| Triadic 1 | #CEBC9D | Even thirds — balanced and loud | |
| Triadic 2 | #9DCEBC | Even thirds — balanced and loud | |
| Tetradic | #CEA49D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bc9dce text on a black background
contrast 8.85:1
#bc9dce text on a white background
contrast 2.37:1
CSS3 live lab
The quick brown fox
color: #bc9dce;
background-color: #bc9dce;
Glowing headline
text-shadow: 2px 2px 8px #bc9dce;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 157, 206, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 157, 206, 0.45);
border: 3px solid #bc9dce; background: linear-gradient(135deg, #bc9dce, #CE9DBF);
Monochromatic scale
Palettes built from #bc9dce
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 4.4 away, with its history, psychology and brand usage.
#bc9dce 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.
#bc9dce, answered
What color is #bc9dce?
#bc9dce is a light soft violet, closest to Plum (ΔE2000 6.8). It sits at 278° on the hue wheel with 33% saturation and 71% lightness, which reads as cool.
What is the RGB value of #bc9dce?
rgb(188, 157, 206) — 188 red, 157 green and 206 blue out of 255, or 73.7% / 61.6% / 80.8% by channel.
Is #bc9dce a light or a dark color?
It is a mid-tone. Relative luminance is 0.3926 and perceived brightness is 68%, so black text on it reaches 8.85:1.
Should I use black or white text on #bc9dce?
Black. It scores 8.85:1 against #bc9dce, versus 2.37:1 for white — AAA at any size.
What is the complementary color of #bc9dce?
#AFCE9D sits directly opposite on the wheel. Softer options are the split-complements #C7CE9D and #9DCEA4, which give the same contrast with far less vibration.
What colors go well with #bc9dce?
For interface work: #F8F5FA as the surface, #DAC9E4 for borders, #7D4D99 for secondary text, #6F8C40 as an accent and #452B55 for hover and pressed states. For a palette, the analogous pair #A49DCE and #CE9DC7 stays calm, while #AFCE9D is the loudest partner.
What is #bc9dce in CMYK for printing?
cmyk(9%, 24%, 0%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bc9dce warm or cool?
Cool — it scores 62 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CE9DCE; nudged cooler, #A99CCF.