Skip to content

#b2c2c4

a light, muted cyan · cool · closest name: Silver

RGB
178, 194, 196
HSL
187°, 13%, 73%
CMYK
9, 1, 0, 23
Luminance
0.5203

At a glance

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

Hex
#b2c2c4
Hue
187°
cyan
Saturation
13%
muted
Lightness
73%
light
Brightness
77%
HSV value
Perceived
74%
weighted brightness
Luminance
0.5203
WCAG relative
Temperature
Cool
65/100 cool
Color family
Cyan
Tone
Muted
Best ink
Black
11.41:1
Closest name
Silver
ΔE2000 6.9
Where it sits
Hue187° of 360°
Saturation13%
Lightness73%
Temperature
Warm ← → Cool65% 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#b2c2c4
RGBrgb(178, 194, 196)
HSLhsl(187, 13%, 73%)
CMYKcmyk(9%, 1%, 0%, 23%)
LABlab(77.3 -5.1 -2.9)
LCHlch(77.3 5.8 209.6)
OKLCHoklch(0.802 0.018 205.8)
Decimal11715268
Display P3color(display-p3 0.698 0.761 0.769)

Copy-ready code

/* CSS */
color: #b2c2c4;
background-color: #b2c2c4;
/* Tailwind (arbitrary) */
class="text-[#b2c2c4] bg-[#b2c2c4]"
/* SCSS */
$brand: #b2c2c4;
/* SwiftUI */
Color(red: 0.698, green: 0.761, blue: 0.769)
/* Android */
Color.parseColor("#b2c2c4")
/* Flutter */
Color(0xFFB2C2C4)
/* Python / OpenCV (BGR) */
(196, 194, 178)

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 #b2c2c4 · 11.41:1
Use #000000AAA at every size.
Aa
White text · 1.84:1
AA fail · AA large fail · AAA fail
Aa
Black text · 11.41:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #b2c2c4 as text scores 1.84:1 on white and 11.41:1 on black.

Accessibility — WCAG contrast

Aa
#b2c2c4 on white: 1.84:1
AA ✗ fail · AA-large · AAA
Aa
#b2c2c4 on black: 11.41:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BFC0C4
deuteranopia · #BCBEC4
tritanopia · #ADC3C3

Color scale — 50 to 950

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

#F7F8F8
#EEF1F1
#DAE1E2
#b2c2c4
#A0B3B6
#809A9E
#6A878B
#597073
#475A5C
#364345
#222A2B
Base = 300Lightest = 50 · #F7F8F8Darkest = 950 · #222A2B
:root {
  --brand-50: #F7F8F8;
  --brand-100: #EEF1F1;
  --brand-200: #DAE1E2;
  --brand-300: #b2c2c4;
  --brand-400: #A0B3B6;
  --brand-500: #809A9E;
  --brand-600: #6A878B;
  --brand-700: #597073;
  --brand-800: #475A5C;
  --brand-900: #364345;
  --brand-950: #222A2B;
  --brand: #b2c2c4;
  --brand-ink: #000000;
}

Colors that work with #b2c2c4

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#F6F8F8
Tinted page background
Border#D1DADC
Hairlines and dividers
Muted text#647F82
Captions on the surface
Accent#785459
Second voice, not a rival
Dark variant#374648
Hover, pressed, headers
Light variant#F1F4F4
Selected rows, tints
Dark surface#181F20
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 #b2c2c4

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

Works well for
  • Text and icons on dark surfaces
  • Borders, dividers and quiet backgrounds
  • Long-form reading 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#C4B4B2
Analogous left#B2C4BD
Analogous right#B2B9C4
Split-complement 1#C4B2B9
Split-complement 2#C4BDB2
Triadic 1#C4B2C2
Triadic 2#C2C4B2
Tetradic#BDB2C4

RGB percentages

Red69.8%
Green76.1%
Blue76.9%

CMYK percentages

Cyan9.2%
Magenta1.0%
Yellow0.0%
Key (black)23.1%

Color previews

#b2c2c4 text on a black background

contrast 11.41:1

Card sample

#b2c2c4 text on a white background

contrast 1.84:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(178, 194, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 194, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c2c4;
background: linear-gradient(135deg, #b2c2c4, #B2B6C4);

Monochromatic scale

Palettes built from #b2c2c4

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.

#b2c2c4 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
BackgroundsBordersBody textDividers
Print note

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

#b2c2c4, answered

What color is #b2c2c4?

#b2c2c4 is a light muted cyan, closest to Silver (ΔE2000 6.9). It sits at 187° on the hue wheel with 13% saturation and 73% lightness, which reads as cool.

What is the RGB value of #b2c2c4?

rgb(178, 194, 196) — 178 red, 194 green and 196 blue out of 255, or 69.8% / 76.1% / 76.9% by channel.

Is #b2c2c4 a light or a dark color?

It is a light color. Relative luminance is 0.5203 and perceived brightness is 74%, so black text on it reaches 11.41:1.

Should I use black or white text on #b2c2c4?

Black. It scores 11.41:1 against #b2c2c4, versus 1.84:1 for white — AAA at any size.

What is the complementary color of #b2c2c4?

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

What colors go well with #b2c2c4?

For interface work: #F6F8F8 as the surface, #D1DADC for borders, #647F82 for secondary text, #785459 as an accent and #374648 for hover and pressed states. For a palette, the analogous pair #B2C4BD and #B2B9C4 stays calm, while #C4B4B2 is the loudest partner.

What is #b2c2c4 in CMYK for printing?

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

Is #b2c2c4 warm or cool?

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

Work with #b2c2c4 in the Color Lab