#bba9da
a light, soft violet · cool · closest name: Plum
At a glance
Every number on this page in one read: what #bba9da 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 | #bba9da |
| RGB | rgb(187, 169, 218) |
| HSL | hsl(262, 40%, 76%) |
| CMYK | cmyk(14%, 23%, 0%, 15%) |
| LAB | lab(72.2 16.0 -22.4) |
| LCH | lch(72.2 27.5 305.6) |
| OKLCH | oklch(0.767 0.072 301.5) |
| Decimal | 12298714 |
| Display P3 | color(display-p3 0.733 0.663 0.855) |
Copy-ready code
/* CSS */
color: #bba9da;
background-color: #bba9da;
/* Tailwind (arbitrary) */
class="text-[#bba9da] bg-[#bba9da]"
/* SCSS */
$brand: #bba9da;
/* SwiftUI */
Color(red: 0.733, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#bba9da")
/* Flutter */
Color(0xFFBBA9DA)
/* Python / OpenCV (BGR) */
(218, 169, 187)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. #bba9da 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.
:root {
--brand-50: #F7F5FA;
--brand-100: #EEEBF4;
--brand-200: #DBD2E9;
--brand-300: #bba9da;
--brand-400: #A289CC;
--brand-500: #8362BB;
--brand-600: #6D4AAB;
--brand-700: #5B3D8F;
--brand-800: #493172;
--brand-900: #372754;
--brand-950: #231834;
--brand: #bba9da;
--brand-ink: #000000;
}Colors that work with #bba9da
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 #bba9da
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 | #C8DAA9 | Directly opposite — maximum tension | |
| Analogous left | #A9B0DA | Neighbour, quieter | |
| Analogous right | #D3A9DA | Neighbour, quieter | |
| Split-complement 1 | #DAD3A9 | Contrast without the clash | |
| Split-complement 2 | #B0DAA9 | Contrast without the clash | |
| Triadic 1 | #DABBA9 | Even thirds — balanced and loud | |
| Triadic 2 | #A9DABB | Even thirds — balanced and loud | |
| Tetradic | #DAA9B0 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bba9da text on a black background
contrast 9.80:1
#bba9da text on a white background
contrast 2.14:1
CSS3 live lab
The quick brown fox
color: #bba9da;
background-color: #bba9da;
Glowing headline
text-shadow: 2px 2px 8px #bba9da;
Soft neon halo
text-shadow: 0 0 14px rgba(187, 169, 218, 0.45);
box-shadow: 0 12px 32px -8px rgba(187, 169, 218, 0.45);
border: 3px solid #bba9da; background: linear-gradient(135deg, #bba9da, #DAA9D8);
Monochromatic scale
Palettes built from #bba9da
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 6.9 away, with its history, psychology and brand usage.
#bba9da 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.
#bba9da, answered
What color is #bba9da?
#bba9da is a light soft violet, closest to Plum (ΔE2000 9.2). It sits at 262° on the hue wheel with 40% saturation and 76% lightness, which reads as cool.
What is the RGB value of #bba9da?
rgb(187, 169, 218) — 187 red, 169 green and 218 blue out of 255, or 73.3% / 66.3% / 85.5% by channel.
Is #bba9da a light or a dark color?
It is a mid-tone. Relative luminance is 0.4400 and perceived brightness is 71%, so black text on it reaches 9.80:1.
Should I use black or white text on #bba9da?
Black. It scores 9.80:1 against #bba9da, versus 2.14:1 for white — AAA at any size.
What is the complementary color of #bba9da?
#C8DAA9 sits directly opposite on the wheel. Softer options are the split-complements #DAD3A9 and #B0DAA9, which give the same contrast with far less vibration.
What colors go well with #bba9da?
For interface work: #F7F4FA as the surface, #D2C6E6 for borders, #684B9B for secondary text, #88923A as an accent and #392659 for hover and pressed states. For a palette, the analogous pair #A9B0DA and #D3A9DA stays calm, while #C8DAA9 is the loudest partner.
What is #bba9da in CMYK for printing?
cmyk(14%, 23%, 0%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bba9da warm or cool?
Cool — it scores 71 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CDA9DA; nudged cooler, #A8A8DB.