#b0cbdb
a light, soft blue · cool · closest name: Light Blue
At a glance
Every number on this page in one read: what #b0cbdb 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 | #b0cbdb |
| RGB | rgb(176, 203, 219) |
| HSL | hsl(202, 37%, 78%) |
| CMYK | cmyk(20%, 7%, 0%, 14%) |
| LAB | lab(80.2 -5.7 -11.0) |
| LCH | lch(80.2 12.3 242.7) |
| OKLCH | oklch(0.827 0.037 233.9) |
| Decimal | 11586523 |
| Display P3 | color(display-p3 0.690 0.796 0.859) |
Copy-ready code
/* CSS */
color: #b0cbdb;
background-color: #b0cbdb;
/* Tailwind (arbitrary) */
class="text-[#b0cbdb] bg-[#b0cbdb]"
/* SCSS */
$brand: #b0cbdb;
/* SwiftUI */
Color(red: 0.690, green: 0.796, blue: 0.859)
/* Android */
Color.parseColor("#b0cbdb")
/* Flutter */
Color(0xFFB0CBDB)
/* Python / OpenCV (BGR) */
(219, 203, 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. #b0cbdb 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: #F5F8FA;
--brand-100: #EBF1F4;
--brand-200: #D3E1E9;
--brand-300: #b0cbdb;
--brand-400: #8BB3CA;
--brand-500: #659AB9;
--brand-600: #4D86A8;
--brand-700: #40708C;
--brand-800: #335970;
--brand-900: #284352;
--brand-950: #192A33;
--brand: #b0cbdb;
--brand-ink: #000000;
}Colors that work with #b0cbdb
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 #b0cbdb
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 | #DBC0B0 | Directly opposite — maximum tension | |
| Analogous left | #B0DBD6 | Neighbour, quieter | |
| Analogous right | #B0B6DB | Neighbour, quieter | |
| Split-complement 1 | #DBB0B6 | Contrast without the clash | |
| Split-complement 2 | #DBD6B0 | Contrast without the clash | |
| Triadic 1 | #DBB0CB | Even thirds — balanced and loud | |
| Triadic 2 | #CBDBB0 | Even thirds — balanced and loud | |
| Tetradic | #D6B0DB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b0cbdb text on a black background
contrast 12.41:1
#b0cbdb text on a white background
contrast 1.69:1
CSS3 live lab
The quick brown fox
color: #b0cbdb;
background-color: #b0cbdb;
Glowing headline
text-shadow: 2px 2px 8px #b0cbdb;
Soft neon halo
text-shadow: 0 0 14px rgba(176, 203, 219, 0.45);
box-shadow: 0 12px 32px -8px rgba(176, 203, 219, 0.45);
border: 3px solid #b0cbdb; background: linear-gradient(135deg, #b0cbdb, #B2B0DB);
Monochromatic scale
Palettes built from #b0cbdb
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: Light Blue (#add8e6) — ΔE2000 5.4 away, with its history, psychology and brand usage.
#b0cbdb 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.
#b0cbdb, answered
What color is #b0cbdb?
#b0cbdb is a light soft blue, closest to Light Blue (ΔE2000 5.4). It sits at 202° on the hue wheel with 37% saturation and 78% lightness, which reads as cool.
What is the RGB value of #b0cbdb?
rgb(176, 203, 219) — 176 red, 203 green and 219 blue out of 255, or 69% / 79.6% / 85.9% by channel.
Is #b0cbdb a light or a dark color?
It is a light color. Relative luminance is 0.5706 and perceived brightness is 77%, so black text on it reaches 12.41:1.
Should I use black or white text on #b0cbdb?
Black. It scores 12.41:1 against #b0cbdb, versus 1.69:1 for white — AAA at any size.
What is the complementary color of #b0cbdb?
#DBC0B0 sits directly opposite on the wheel. Softer options are the split-complements #DBB0B6 and #DBD6B0, which give the same contrast with far less vibration.
What colors go well with #b0cbdb?
For interface work: #F4F8FA as the surface, #C7DAE5 for borders, #4B7D9B for secondary text, #90473C as an accent and #284658 for hover and pressed states. For a palette, the analogous pair #B0DBD6 and #B0B6DB stays calm, while #DBC0B0 is the loudest partner.
What is #b0cbdb in CMYK for printing?
cmyk(20%, 7%, 0%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b0cbdb warm or cool?
Cool — it scores 97 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B0DBDB; nudged cooler, #AFC6DC.