#bba5cb
a light, soft violet · cool · closest name: Thistle
At a glance
Every number on this page in one read: what #bba5cb 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 | #bba5cb |
| RGB | rgb(187, 165, 203) |
| HSL | hsl(275, 27%, 72%) |
| CMYK | cmyk(8%, 19%, 0%, 20%) |
| LAB | lab(70.7 15.1 -16.4) |
| LCH | lch(70.7 22.3 312.6) |
| OKLCH | oklch(0.753 0.059 310.9) |
| Decimal | 12297675 |
| Display P3 | color(display-p3 0.733 0.647 0.796) |
Copy-ready code
/* CSS */
color: #bba5cb;
background-color: #bba5cb;
/* Tailwind (arbitrary) */
class="text-[#bba5cb] bg-[#bba5cb]"
/* SCSS */
$brand: #bba5cb;
/* SwiftUI */
Color(red: 0.733, green: 0.647, blue: 0.796)
/* Android */
Color.parseColor("#bba5cb")
/* Flutter */
Color(0xFFBBA5CB)
/* Python / OpenCV (BGR) */
(203, 165, 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. #bba5cb 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: #F8F6F9;
--brand-100: #F0EDF3;
--brand-200: #DFD6E6;
--brand-300: #C9B8D6;
--brand-400: #bba5cb;
--brand-500: #9471AD;
--brand-600: #805A9B;
--brand-700: #6A4B81;
--brand-800: #553C67;
--brand-900: #402E4C;
--brand-950: #281D30;
--brand: #bba5cb;
--brand-ink: #000000;
}Colors that work with #bba5cb
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 #bba5cb
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 | #B5CBA5 | Directly opposite — maximum tension | |
| Analogous left | #A8A5CB | Neighbour, quieter | |
| Analogous right | #CBA5C8 | Neighbour, quieter | |
| Split-complement 1 | #C8CBA5 | Contrast without the clash | |
| Split-complement 2 | #A5CBA8 | Contrast without the clash | |
| Triadic 1 | #CBBBA5 | Even thirds — balanced and loud | |
| Triadic 2 | #A5CBBB | Even thirds — balanced and loud | |
| Tetradic | #CBA8A5 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bba5cb text on a black background
contrast 9.36:1
#bba5cb text on a white background
contrast 2.24:1
CSS3 live lab
The quick brown fox
color: #bba5cb;
background-color: #bba5cb;
Glowing headline
text-shadow: 2px 2px 8px #bba5cb;
Soft neon halo
text-shadow: 0 0 14px rgba(187, 165, 203, 0.45);
box-shadow: 0 12px 32px -8px rgba(187, 165, 203, 0.45);
border: 3px solid #bba5cb; background: linear-gradient(135deg, #bba5cb, #CBA5C2);
Monochromatic scale
Palettes built from #bba5cb
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.3 away, with its history, psychology and brand usage.
#bba5cb 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.
#bba5cb, answered
What color is #bba5cb?
#bba5cb is a light soft violet, closest to Thistle (ΔE2000 8.1). It sits at 275° on the hue wheel with 27% saturation and 72% lightness, which reads as cool.
What is the RGB value of #bba5cb?
rgb(187, 165, 203) — 187 red, 165 green and 203 blue out of 255, or 73.3% / 64.7% / 79.6% by channel.
Is #bba5cb a light or a dark color?
It is a mid-tone. Relative luminance is 0.4179 and perceived brightness is 69%, so black text on it reaches 9.36:1.
Should I use black or white text on #bba5cb?
Black. It scores 9.36:1 against #bba5cb, versus 2.24:1 for white — AAA at any size.
What is the complementary color of #bba5cb?
#B5CBA5 sits directly opposite on the wheel. Softer options are the split-complements #C8CBA5 and #A5CBA8, which give the same contrast with far less vibration.
What colors go well with #bba5cb?
For interface work: #F8F5F9 as the surface, #D8CBE1 for borders, #785492 for secondary text, #718646 as an accent and #422F51 for hover and pressed states. For a palette, the analogous pair #A8A5CB and #CBA5C8 stays calm, while #B5CBA5 is the loudest partner.
What is #bba5cb in CMYK for printing?
cmyk(8%, 19%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bba5cb warm or cool?
Cool — it scores 61 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C9A5CB; nudged cooler, #ACA4CD.