Skip to content

#bec3c2

a light, muted gray · neutral · closest name: Silver

RGB
190, 195, 194
HSL
168°, 4%, 76%
CMYK
3, 0, 1, 24
Luminance
0.5387

At a glance

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

Hex
#bec3c2
Hue
168°
gray
Saturation
4%
muted
Lightness
76%
light
Brightness
76%
HSV value
Perceived
76%
weighted brightness
Luminance
0.5387
WCAG relative
Temperature
Neutral
54/100 cool
Color family
Gray
Tone
Muted
Best ink
Black
11.77:1
Closest name
Silver
ΔE2000 2.7
Where it sits
Hue168° of 360°
Saturation4%
Lightness76%
Temperature
Warm ← → Cool54% cool

Near-neutral, so temperature is a whisper rather than a statement — the tinted siblings below show which way it can lean.

Every format

HEX#bec3c2
RGBrgb(190, 195, 194)
HSLhsl(168, 4%, 76%)
CMYKcmyk(3%, 0%, 1%, 24%)
LABlab(78.4 -1.9 -0.1)
LCHlch(78.4 1.9 183.0)
OKLCHoklch(0.813 0.006 183.0)
Decimal12501954
Display P3color(display-p3 0.745 0.765 0.761)

Copy-ready code

/* CSS */
color: #bec3c2;
background-color: #bec3c2;
/* Tailwind (arbitrary) */
class="text-[#bec3c2] bg-[#bec3c2]"
/* SCSS */
$brand: #bec3c2;
/* SwiftUI */
Color(red: 0.745, green: 0.765, blue: 0.761)
/* Android */
Color.parseColor("#bec3c2")
/* Flutter */
Color(0xFFBEC3C2)
/* Python / OpenCV (BGR) */
(194, 195, 190)

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

Accessibility — WCAG contrast

Aa
#bec3c2 on white: 1.78:1
AA ✗ fail · AA-large · AAA
Aa
#bec3c2 on black: 11.77:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C2C2C2
deuteranopia · #C1C2C2
tritanopia · #BDC3C3

Color scale — 50 to 950

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

#F7F8F7
#EFF0F0
#DDDFDF
#bec3c2
#A7AEAD
#8A9391
#767F7D
#626A68
#4E5554
#3B3F3F
#252827
Base = 300Lightest = 50 · #F7F8F7Darkest = 950 · #252827
:root {
  --brand-50: #F7F8F7;
  --brand-100: #EFF0F0;
  --brand-200: #DDDFDF;
  --brand-300: #bec3c2;
  --brand-400: #A7AEAD;
  --brand-500: #8A9391;
  --brand-600: #767F7D;
  --brand-700: #626A68;
  --brand-800: #4E5554;
  --brand-900: #3B3F3F;
  --brand-950: #252827;
  --brand: #bec3c2;
  --brand-ink: #000000;
}

Colors that work with #bec3c2

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#F7F8F8
Tinted page background
Border#D5D8D7
Hairlines and dividers
Muted text#6E7776
Captions on the surface
Accent#6E5E64
Second voice, not a rival
Dark variant#3D4241
Hover, pressed, headers
Light variant#F2F3F3
Selected rows, tints
Dark surface#1B1D1D
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 #bec3c2

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
  • Neutral UI chrome and typography
Use with care
  • 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#C3BEBF
Analogous left#BEC3C0
Analogous right#BEC2C3
Split-complement 1#C3BEC2
Split-complement 2#C3C0BE
Triadic 1#C2BEC3
Triadic 2#C3C2BE
Tetradic#C0BEC3

RGB percentages

Red74.5%
Green76.5%
Blue76.1%

CMYK percentages

Cyan2.6%
Magenta0.0%
Yellow0.5%
Key (black)23.5%

Color previews

#bec3c2 text on a black background

contrast 11.77:1

Card sample

#bec3c2 text on a white background

contrast 1.78:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #bec3c2

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.

#bec3c2 in the real world

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

Industries
EditorialArchitectureEnterpriseLuxury goods
Common UI roles
BackgroundsBordersBody textDividers
Print note

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

#bec3c2, answered

What color is #bec3c2?

#bec3c2 is a light muted gray, closest to Silver (ΔE2000 2.7). It sits at 168° on the hue wheel with 4% saturation and 76% lightness, which reads as neutral.

What is the RGB value of #bec3c2?

rgb(190, 195, 194) — 190 red, 195 green and 194 blue out of 255, or 74.5% / 76.5% / 76.1% by channel.

Is #bec3c2 a light or a dark color?

It is a light color. Relative luminance is 0.5387 and perceived brightness is 76%, so black text on it reaches 11.77:1.

Should I use black or white text on #bec3c2?

Black. It scores 11.77:1 against #bec3c2, versus 1.78:1 for white — AAA at any size.

What is the complementary color of #bec3c2?

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

What colors go well with #bec3c2?

For interface work: #F7F8F8 as the surface, #D5D8D7 for borders, #6E7776 for secondary text, #6E5E64 as an accent and #3D4241 for hover and pressed states. For a palette, the analogous pair #BEC3C0 and #BEC2C3 stays calm, while #C3BEBF is the loudest partner.

What is #bec3c2 in CMYK for printing?

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

Is #bec3c2 warm or cool?

Neutral — it scores 54 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CEC5BE; nudged cooler, #B2BBC5.

Work with #bec3c2 in the Color Lab