Skip to content

#b0c5cd

a light, soft cyan · cool · closest name: Light Blue

RGB
176, 197, 205
HSL
197°, 23%, 75%
CMYK
14, 4, 0, 20
Luminance
0.5357

At a glance

Every number on this page in one read: what #b0c5cd is made of, how bright it looks, and which way it leans.

Hex
#b0c5cd
Hue
197°
cyan
Saturation
23%
soft
Lightness
75%
light
Brightness
80%
HSV value
Perceived
75%
weighted brightness
Luminance
0.5357
WCAG relative
Temperature
Cool
79/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
11.71:1
Closest name
Light Blue
ΔE2000 6.8
Where it sits
Hue197° of 360°
Saturation23%
Lightness75%
Temperature
Warm ← → Cool79% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#b0c5cd
RGBrgb(176, 197, 205)
HSLhsl(197, 23%, 75%)
CMYKcmyk(14%, 4%, 0%, 20%)
LABlab(78.2 -5.5 -6.4)
LCHlch(78.2 8.4 229.5)
OKLCHoklch(0.810 0.025 222.7)
Decimal11584973
Display P3color(display-p3 0.690 0.773 0.804)

Copy-ready code

/* CSS */
color: #b0c5cd;
background-color: #b0c5cd;
/* Tailwind (arbitrary) */
class="text-[#b0c5cd] bg-[#b0c5cd]"
/* SCSS */
$brand: #b0c5cd;
/* SwiftUI */
Color(red: 0.690, green: 0.773, blue: 0.804)
/* Android */
Color.parseColor("#b0c5cd")
/* Flutter */
Color(0xFFB0C5CD)
/* Python / OpenCV (BGR) */
(205, 197, 176)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #b0c5cd · 11.71:1
Use #000000AAA at every size.
Aa
White text · 1.79:1
AA fail · AA large fail · AAA fail
Aa
Black text · 11.71:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #b0c5cd as text scores 1.79:1 on white and 11.71:1 on black.

Accessibility — WCAG contrast

Aa
#b0c5cd on white: 1.79:1
AA ✗ fail · AA-large · AAA
Aa
#b0c5cd on black: 11.71:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C0C4CD
deuteranopia · #BCC0CD
tritanopia · #A8C8C7

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #b0c5cd 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.

#F6F8F9
#EDF1F2
#D7E1E4
#b0c5cd
#98B3BE
#769AA8
#5F8796
#4F707D
#3F5A64
#31434A
#1E2A2E
Base = 300Lightest = 50 · #F6F8F9Darkest = 950 · #1E2A2E
:root {
  --brand-50: #F6F8F9;
  --brand-100: #EDF1F2;
  --brand-200: #D7E1E4;
  --brand-300: #b0c5cd;
  --brand-400: #98B3BE;
  --brand-500: #769AA8;
  --brand-600: #5F8796;
  --brand-700: #4F707D;
  --brand-800: #3F5A64;
  --brand-900: #31434A;
  --brand-950: #1E2A2E;
  --brand: #b0c5cd;
  --brand-ink: #000000;
}

Colors that work with #b0c5cd

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F6F8F9
Tinted page background
Border#CDDADF
Hairlines and dividers
Muted text#597E8D
Captions on the surface
Accent#824C4A
Second voice, not a rival
Dark variant#31464E
Hover, pressed, headers
Light variant#EFF4F5
Selected rows, tints
Dark surface#161F22
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #b0c5cd

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • White text placed on it
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#CDB8B0
Analogous left#B0CDC7
Analogous right#B0B6CD
Split-complement 1#CDB0B6
Split-complement 2#CDC7B0
Triadic 1#CDB0C5
Triadic 2#C5CDB0
Tetradic#C7B0CD

RGB percentages

Red69.0%
Green77.3%
Blue80.4%

CMYK percentages

Cyan14.1%
Magenta3.9%
Yellow0.0%
Key (black)19.6%

Color previews

#b0c5cd text on a black background

contrast 11.71:1

Card sample

#b0c5cd text on a white background

contrast 1.79:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #b0c5cd;
Background color
Panel with #b0c5cd background
background-color: #b0c5cd;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #b0c5cd;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(176, 197, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 197, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c5cd;
background: linear-gradient(135deg, #b0c5cd, #B0B2CD);

Monochromatic scale

Palettes built from #b0c5cd

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.

#b0c5cd in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyTravelHealthcareMedia
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#b0c5cd, answered

What color is #b0c5cd?

#b0c5cd is a light soft cyan, closest to Light Blue (ΔE2000 6.8). It sits at 197° on the hue wheel with 23% saturation and 75% lightness, which reads as cool.

What is the RGB value of #b0c5cd?

rgb(176, 197, 205) — 176 red, 197 green and 205 blue out of 255, or 69% / 77.3% / 80.4% by channel.

Is #b0c5cd a light or a dark color?

It is a light color. Relative luminance is 0.5357 and perceived brightness is 75%, so black text on it reaches 11.71:1.

Should I use black or white text on #b0c5cd?

Black. It scores 11.71:1 against #b0c5cd, versus 1.79:1 for white — AAA at any size.

What is the complementary color of #b0c5cd?

#CDB8B0 sits directly opposite on the wheel. Softer options are the split-complements #CDB0B6 and #CDC7B0, which give the same contrast with far less vibration.

What colors go well with #b0c5cd?

For interface work: #F6F8F9 as the surface, #CDDADF for borders, #597E8D for secondary text, #824C4A as an accent and #31464E for hover and pressed states. For a palette, the analogous pair #B0CDC7 and #B0B6CD stays calm, while #CDB8B0 is the loudest partner.

What is #b0c5cd in CMYK for printing?

cmyk(14%, 4%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #b0c5cd warm or cool?

Cool — it scores 79 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B0CDCA; nudged cooler, #AFBFCE.

Work with #b0c5cd in the Color Lab