#b0bbdf
a light, soft blue · cool · closest name: Light Steel Blue
At a glance
Every number on this page in one read: what #b0bbdf 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 | #b0bbdf |
| RGB | rgb(176, 187, 223) |
| HSL | hsl(226, 42%, 78%) |
| CMYK | cmyk(21%, 16%, 0%, 13%) |
| LAB | lab(76.1 3.8 -19.3) |
| LCH | lch(76.1 19.6 281.1) |
| OKLCH | oklch(0.795 0.053 271.8) |
| Decimal | 11582431 |
| Display P3 | color(display-p3 0.690 0.733 0.875) |
Copy-ready code
/* CSS */
color: #b0bbdf;
background-color: #b0bbdf;
/* Tailwind (arbitrary) */
class="text-[#b0bbdf] bg-[#b0bbdf]"
/* SCSS */
$brand: #b0bbdf;
/* SwiftUI */
Color(red: 0.690, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#b0bbdf")
/* Flutter */
Color(0xFFB0BBDF)
/* Python / OpenCV (BGR) */
(223, 187, 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. #b0bbdf 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: #F5F6FA;
--brand-100: #EBEDF5;
--brand-200: #D2D7EA;
--brand-300: #b0bbdf;
--brand-400: #8798CE;
--brand-500: #5F75BE;
--brand-600: #475FAE;
--brand-700: #3B4F91;
--brand-800: #2F3F74;
--brand-900: #253055;
--brand-950: #171E35;
--brand: #b0bbdf;
--brand-ink: #000000;
}Colors that work with #b0bbdf
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 #b0bbdf
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 | #DFD4B0 | Directly opposite — maximum tension | |
| Analogous left | #B0D2DF | Neighbour, quieter | |
| Analogous right | #BCB0DF | Neighbour, quieter | |
| Split-complement 1 | #DFBCB0 | Contrast without the clash | |
| Split-complement 2 | #D2DFB0 | Contrast without the clash | |
| Triadic 1 | #DFB0BB | Even thirds — balanced and loud | |
| Triadic 2 | #BBDFB0 | Even thirds — balanced and loud | |
| Tetradic | #DFB0D2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b0bbdf text on a black background
contrast 11.02:1
#b0bbdf text on a white background
contrast 1.91:1
CSS3 live lab
The quick brown fox
color: #b0bbdf;
background-color: #b0bbdf;
Glowing headline
text-shadow: 2px 2px 8px #b0bbdf;
Soft neon halo
text-shadow: 0 0 14px rgba(176, 187, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(176, 187, 223, 0.45);
border: 3px solid #b0bbdf; background: linear-gradient(135deg, #b0bbdf, #C4B0DF);
Monochromatic scale
Palettes built from #b0bbdf
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: Periwinkle (#ccccff) — ΔE2000 6.9 away, with its history, psychology and brand usage.
#b0bbdf 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.
#b0bbdf, answered
What color is #b0bbdf?
#b0bbdf is a light soft blue, closest to Light Steel Blue (ΔE2000 5.8). It sits at 226° on the hue wheel with 42% saturation and 78% lightness, which reads as cool.
What is the RGB value of #b0bbdf?
rgb(176, 187, 223) — 176 red, 187 green and 223 blue out of 255, or 69% / 73.3% / 87.5% by channel.
Is #b0bbdf a light or a dark color?
It is a light color. Relative luminance is 0.5010 and perceived brightness is 74%, so black text on it reaches 11.02:1.
Should I use black or white text on #b0bbdf?
Black. It scores 11.02:1 against #b0bbdf, versus 1.91:1 for white — AAA at any size.
What is the complementary color of #b0bbdf?
#DFD4B0 sits directly opposite on the wheel. Softer options are the split-complements #DFBCB0 and #D2DFB0, which give the same contrast with far less vibration.
What colors go well with #b0bbdf?
For interface work: #F4F6FA as the surface, #C5CDE7 for borders, #4B5D9B for secondary text, #956737 as an accent and #25315B for hover and pressed states. For a palette, the analogous pair #B0D2DF and #BCB0DF stays calm, while #DFD4B0 is the loudest partner.
What is #b0bbdf in CMYK for printing?
cmyk(21%, 16%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b0bbdf warm or cool?
Cool — it scores 91 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B6B0DF; nudged cooler, #AFC4E0.