#b0accb
a light, soft blue · cool · closest name: Thistle
At a glance
Every number on this page in one read: what #b0accb 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 | #b0accb |
| RGB | rgb(176, 172, 203) |
| HSL | hsl(248, 23%, 74%) |
| CMYK | cmyk(13%, 15%, 0%, 20%) |
| LAB | lab(71.6 7.6 -15.2) |
| LCH | lch(71.6 17.0 296.5) |
| OKLCH | oklch(0.758 0.044 291.2) |
| Decimal | 11578571 |
| Display P3 | color(display-p3 0.690 0.675 0.796) |
Copy-ready code
/* CSS */
color: #b0accb;
background-color: #b0accb;
/* Tailwind (arbitrary) */
class="text-[#b0accb] bg-[#b0accb]"
/* SCSS */
$brand: #b0accb;
/* SwiftUI */
Color(red: 0.690, green: 0.675, blue: 0.796)
/* Android */
Color.parseColor("#b0accb")
/* Flutter */
Color(0xFFB0ACCB)
/* Python / OpenCV (BGR) */
(203, 172, 176)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. #b0accb 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: #F6F6F9;
--brand-100: #EEEDF2;
--brand-200: #D9D7E5;
--brand-300: #b0accb;
--brand-400: #9C97BE;
--brand-500: #7C75A9;
--brand-600: #655E97;
--brand-700: #554F7D;
--brand-800: #443F64;
--brand-900: #34304A;
--brand-950: #201E2E;
--brand: #b0accb;
--brand-ink: #000000;
}Colors that work with #b0accb
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 #b0accb
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 | #C7CBAC | Directly opposite — maximum tension | |
| Analogous left | #ACB7CB | Neighbour, quieter | |
| Analogous right | #BFACCB | Neighbour, quieter | |
| Split-complement 1 | #CBBFAC | Contrast without the clash | |
| Split-complement 2 | #B7CBAC | Contrast without the clash | |
| Triadic 1 | #CBB0AC | Even thirds — balanced and loud | |
| Triadic 2 | #ACCBB0 | Even thirds — balanced and loud | |
| Tetradic | #CBACB7 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b0accb text on a black background
contrast 9.61:1
#b0accb text on a white background
contrast 2.19:1
CSS3 live lab
The quick brown fox
color: #b0accb;
background-color: #b0accb;
Glowing headline
text-shadow: 2px 2px 8px #b0accb;
Soft neon halo
text-shadow: 0 0 14px rgba(176, 172, 203, 0.45);
box-shadow: 0 12px 32px -8px rgba(176, 172, 203, 0.45);
border: 3px solid #b0accb; background: linear-gradient(135deg, #b0accb, #C5ACCB);
Monochromatic scale
Palettes built from #b0accb
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: Thistle (#d8bfd8) — ΔE2000 9.7 away, with its history, psychology and brand usage.
#b0accb 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.
#b0accb, answered
What color is #b0accb?
#b0accb is a light soft blue, closest to Thistle (ΔE2000 9.7). It sits at 248° on the hue wheel with 23% saturation and 74% lightness, which reads as cool.
What is the RGB value of #b0accb?
rgb(176, 172, 203) — 176 red, 172 green and 203 blue out of 255, or 69% / 67.5% / 79.6% by channel.
Is #b0accb a light or a dark color?
It is a mid-tone. Relative luminance is 0.4305 and perceived brightness is 69%, so black text on it reaches 9.61:1.
Should I use black or white text on #b0accb?
Black. It scores 9.61:1 against #b0accb, versus 2.19:1 for white — AAA at any size.
What is the complementary color of #b0accb?
#C7CBAC sits directly opposite on the wheel. Softer options are the split-complements #CBBFAC and #B7CBAC, which give the same contrast with far less vibration.
What colors go well with #b0accb?
For interface work: #F6F6F9 as the surface, #CFCDE0 for borders, #5F588D for secondary text, #827A4A as an accent and #35314E for hover and pressed states. For a palette, the analogous pair #ACB7CB and #BFACCB stays calm, while #C7CBAC is the loudest partner.
What is #b0accb in CMYK for printing?
cmyk(13%, 15%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b0accb warm or cool?
Cool — it scores 69 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BBACCB; nudged cooler, #ABB3CC.