Skip to content

#bfcfd1

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

RGB
191, 207, 209
HSL
187°, 16%, 78%
CMYK
9, 1, 0, 18
Luminance
0.6031

At a glance

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

Hex
#bfcfd1
Hue
187°
cyan
Saturation
16%
soft
Lightness
78%
light
Brightness
82%
HSV value
Perceived
79%
weighted brightness
Luminance
0.6031
WCAG relative
Temperature
Cool
69/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
13.06:1
Closest name
Light Gray
ΔE2000 7
Where it sits
Hue187° of 360°
Saturation16%
Lightness78%
Temperature
Warm ← → Cool69% 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#bfcfd1
RGBrgb(191, 207, 209)
HSLhsl(187, 16%, 78%)
CMYKcmyk(9%, 1%, 0%, 18%)
LABlab(82.0 -5.0 -2.9)
LCHlch(82.0 5.8 209.7)
OKLCHoklch(0.843 0.018 205.8)
Decimal12570577
Display P3color(display-p3 0.749 0.812 0.820)

Copy-ready code

/* CSS */
color: #bfcfd1;
background-color: #bfcfd1;
/* Tailwind (arbitrary) */
class="text-[#bfcfd1] bg-[#bfcfd1]"
/* SCSS */
$brand: #bfcfd1;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.820)
/* Android */
Color.parseColor("#bfcfd1")
/* Flutter */
Color(0xFFBFCFD1)
/* Python / OpenCV (BGR) */
(209, 207, 191)

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

Accessibility — WCAG contrast

Aa
#bfcfd1 on white: 1.61:1
AA ✗ fail · AA-large · AAA
Aa
#bfcfd1 on black: 13.06:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CCCDD1
deuteranopia · #C9CBD1
tritanopia · #BAD0D0

Color scale — 50 to 950

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

#F6F8F8
#EEF1F2
#D9E2E3
#bfcfd1
#9DB6B9
#7C9DA1
#668A8E
#557377
#445C5F
#344446
#202B2C
Base = 300Lightest = 50 · #F6F8F8Darkest = 950 · #202B2C
:root {
  --brand-50: #F6F8F8;
  --brand-100: #EEF1F2;
  --brand-200: #D9E2E3;
  --brand-300: #bfcfd1;
  --brand-400: #9DB6B9;
  --brand-500: #7C9DA1;
  --brand-600: #668A8E;
  --brand-700: #557377;
  --brand-800: #445C5F;
  --brand-900: #344446;
  --brand-950: #202B2C;
  --brand: #bfcfd1;
  --brand-ink: #000000;
}

Colors that work with #bfcfd1

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#D0DBDD
Hairlines and dividers
Muted text#608186
Captions on the surface
Accent#7A5257
Second voice, not a rival
Dark variant#35484A
Hover, pressed, headers
Light variant#F0F4F4
Selected rows, tints
Dark surface#172021
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 #bfcfd1

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#D1C1BF
Analogous left#BFD1CA
Analogous right#BFC6D1
Split-complement 1#D1BFC6
Split-complement 2#D1CABF
Triadic 1#D1BFCF
Triadic 2#CFD1BF
Tetradic#CABFD1

RGB percentages

Red74.9%
Green81.2%
Blue82.0%

CMYK percentages

Cyan8.6%
Magenta1.0%
Yellow0.0%
Key (black)18.0%

Color previews

#bfcfd1 text on a black background

contrast 13.06:1

Card sample

#bfcfd1 text on a white background

contrast 1.61:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(191, 207, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfd1;
background: linear-gradient(135deg, #bfcfd1, #BFC3D1);

Monochromatic scale

Palettes built from #bfcfd1

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.

#bfcfd1 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.

#bfcfd1, answered

What color is #bfcfd1?

#bfcfd1 is a light soft cyan, closest to Light Gray (ΔE2000 7). It sits at 187° on the hue wheel with 16% saturation and 78% lightness, which reads as cool.

What is the RGB value of #bfcfd1?

rgb(191, 207, 209) — 191 red, 207 green and 209 blue out of 255, or 74.9% / 81.2% / 82% by channel.

Is #bfcfd1 a light or a dark color?

It is a light color. Relative luminance is 0.6031 and perceived brightness is 79%, so black text on it reaches 13.06:1.

Should I use black or white text on #bfcfd1?

Black. It scores 13.06:1 against #bfcfd1, versus 1.61:1 for white — AAA at any size.

What is the complementary color of #bfcfd1?

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

What colors go well with #bfcfd1?

For interface work: #F6F8F9 as the surface, #D0DBDD for borders, #608186 for secondary text, #7A5257 as an accent and #35484A for hover and pressed states. For a palette, the analogous pair #BFD1CA and #BFC6D1 stays calm, while #D1C1BF is the loudest partner.

What is #bfcfd1 in CMYK for printing?

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

Is #bfcfd1 warm or cool?

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

Work with #bfcfd1 in the Color Lab