Skip to content

#bc9bfb

a light, electric violet · cool · closest name: Plum

RGB
188, 155, 251
HSL
261°, 92%, 80%
CMYK
25, 38, 0, 2
Luminance
0.4110

At a glance

Every number on this page in one read: what #bc9bfb is made of, how bright it looks, and which way it leans.

Hex
#bc9bfb
Hue
261°
violet
Saturation
92%
electric
Lightness
80%
light
Brightness
98%
HSV value
Perceived
70%
weighted brightness
Luminance
0.4110
WCAG relative
Temperature
Cool
72/100 cool
Color family
Violet
Tone
Electric
Best ink
Black
9.22:1
Closest name
Plum
ΔE2000 11.5
Where it sits
Hue261° of 360°
Saturation92%
Lightness80%
Temperature
Warm ← → Cool72% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#bc9bfb
RGBrgb(188, 155, 251)
HSLhsl(261, 92%, 80%)
CMYKcmyk(25%, 38%, 0%, 2%)
LABlab(70.3 31.5 -43.5)
LCHlch(70.3 53.7 306.0)
OKLCHoklch(0.756 0.138 298.9)
Decimal12360699
Display P3color(display-p3 0.737 0.608 0.984)

Copy-ready code

/* CSS */
color: #bc9bfb;
background-color: #bc9bfb;
/* Tailwind (arbitrary) */
class="text-[#bc9bfb] bg-[#bc9bfb]"
/* SCSS */
$brand: #bc9bfb;
/* SwiftUI */
Color(red: 0.737, green: 0.608, blue: 0.984)
/* Android */
Color.parseColor("#bc9bfb")
/* Flutter */
Color(0xFFBC9BFB)
/* Python / OpenCV (BGR) */
(251, 155, 188)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #bc9bfb · 9.22:1
Use #000000AAA at every size.
Aa
White text · 2.28:1
AA fail · AA large fail · AAA fail
Aa
Black text · 9.22:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #bc9bfb as text scores 2.28:1 on white and 9.22:1 on black.

Accessibility — WCAG contrast

Aa
#bc9bfb on white: 2.28:1
AA ✗ fail · AA-large · AAA
Aa
#bc9bfb on black: 9.22:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #82ACFF
deuteranopia · #88ABF8
tritanopia · #B0ABBF

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #bc9bfb is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F6F2FD
#ECE4FB
#D5C3F9
#bc9bfb
#935DF9
#6E27F6
#5709EB
#4908C4
#3A069D
#2D0971
#1C0647
Base = 300Lightest = 50 · #F6F2FDDarkest = 950 · #1C0647
:root {
  --brand-50: #F6F2FD;
  --brand-100: #ECE4FB;
  --brand-200: #D5C3F9;
  --brand-300: #bc9bfb;
  --brand-400: #935DF9;
  --brand-500: #6E27F6;
  --brand-600: #5709EB;
  --brand-700: #4908C4;
  --brand-800: #3A069D;
  --brand-900: #2D0971;
  --brand-950: #1C0647;
  --brand: #bc9bfb;
  --brand-ink: #000000;
}

Colors that work with #bc9bfb

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F6F4FA
Tinted page background
Border#CFC0ED
Hairlines and dividers
Muted text#664B9B
Captions on the surface
Accent#B6C804
Second voice, not a rival
Dark variant#2D057B
Hover, pressed, headers
Light variant#EFE6FE
Selected rows, tints
Dark surface#191424
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #bc9bfb

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • 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#DAFB9B
Analogous left#9BAAFB
Analogous right#EC9BFB
Split-complement 1#FBEC9B
Split-complement 2#AAFB9B
Triadic 1#FBBC9B
Triadic 2#9BFBBC
Tetradic#FB9BAA

RGB percentages

Red73.7%
Green60.8%
Blue98.4%

CMYK percentages

Cyan25.1%
Magenta38.2%
Yellow0.0%
Key (black)1.6%

Color previews

#bc9bfb text on a black background

contrast 9.22:1

Card sample

#bc9bfb text on a white background

contrast 2.28:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #bc9bfb;
Background color
Panel with #bc9bfb background
background-color: #bc9bfb;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #bc9bfb;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(188, 155, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 155, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9bfb;
background: linear-gradient(135deg, #bc9bfb, #FB9BFA);

Monochromatic scale

Palettes built from #bc9bfb

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.

#bc9bfb in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
Creative toolsFintechBeautyLuxury
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#bc9bfb, answered

What color is #bc9bfb?

#bc9bfb is a light electric violet, closest to Plum (ΔE2000 11.5). It sits at 261° on the hue wheel with 92% saturation and 80% lightness, which reads as cool.

What is the RGB value of #bc9bfb?

rgb(188, 155, 251) — 188 red, 155 green and 251 blue out of 255, or 73.7% / 60.8% / 98.4% by channel.

Is #bc9bfb a light or a dark color?

It is a mid-tone. Relative luminance is 0.4110 and perceived brightness is 70%, so black text on it reaches 9.22:1.

Should I use black or white text on #bc9bfb?

Black. It scores 9.22:1 against #bc9bfb, versus 2.28:1 for white — AAA at any size.

What is the complementary color of #bc9bfb?

#DAFB9B sits directly opposite on the wheel. Softer options are the split-complements #FBEC9B and #AAFB9B, which give the same contrast with far less vibration.

What colors go well with #bc9bfb?

For interface work: #F6F4FA as the surface, #CFC0ED for borders, #664B9B for secondary text, #B6C804 as an accent and #2D057B for hover and pressed states. For a palette, the analogous pair #9BAAFB and #EC9BFB stays calm, while #DAFB9B is the loudest partner.

What is #bc9bfb in CMYK for printing?

cmyk(25%, 38%, 0%, 2%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #bc9bfb warm or cool?

Cool — it scores 72 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DF9BFB; nudged cooler, #9A9CFC.

Work with #bc9bfb in the Color Lab