Skip to content

#bfe6eb

a light, vivid cyan · cool · closest name: Powder Blue

RGB
191, 230, 235
HSL
187°, 52%, 84%
CMYK
19, 2, 0, 8
Luminance
0.7367

At a glance

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

Hex
#bfe6eb
Hue
187°
cyan
Saturation
52%
vivid
Lightness
84%
light
Brightness
92%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7367
WCAG relative
Temperature
Cool
90/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.73:1
Closest name
Powder Blue
ΔE2000 2.6
Where it sits
Hue187° of 360°
Saturation52%
Lightness84%
Temperature
Warm ← → Cool90% 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#bfe6eb
RGBrgb(191, 230, 235)
HSLhsl(187, 52%, 84%)
CMYKcmyk(19%, 2%, 0%, 8%)
LABlab(88.8 -11.6 -6.6)
LCHlch(88.8 13.3 209.9)
OKLCHoklch(0.899 0.041 206.0)
Decimal12576491
Display P3color(display-p3 0.749 0.902 0.922)

Copy-ready code

/* CSS */
color: #bfe6eb;
background-color: #bfe6eb;
/* Tailwind (arbitrary) */
class="text-[#bfe6eb] bg-[#bfe6eb]"
/* SCSS */
$brand: #bfe6eb;
/* SwiftUI */
Color(red: 0.749, green: 0.902, blue: 0.922)
/* Android */
Color.parseColor("#bfe6eb")
/* Flutter */
Color(0xFFBFE6EB)
/* Python / OpenCV (BGR) */
(235, 230, 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 #bfe6eb · 15.73:1
Use #000000AAA at every size.
Aa
White text · 1.33:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.73:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #bfe6eb as text scores 1.33:1 on white and 15.73:1 on black.

Accessibility — WCAG contrast

Aa
#bfe6eb on white: 1.33:1
AA ✗ fail · AA-large · AAA
Aa
#bfe6eb on black: 15.73:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E0E2EB
deuteranopia · #D7DCEB
tritanopia · #B2E9E7

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #bfe6eb is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F4FAFA
#E9F5F6
#bfe6eb
#AADEE4
#7FCDD7
#54BCCA
#3AACBB
#318F9B
#27737C
#20545B
#143539
Base = 200Lightest = 50 · #F4FAFADarkest = 950 · #143539
:root {
  --brand-50: #F4FAFA;
  --brand-100: #E9F5F6;
  --brand-200: #bfe6eb;
  --brand-300: #AADEE4;
  --brand-400: #7FCDD7;
  --brand-500: #54BCCA;
  --brand-600: #3AACBB;
  --brand-700: #318F9B;
  --brand-800: #27737C;
  --brand-900: #20545B;
  --brand-950: #143539;
  --brand: #bfe6eb;
  --brand-ink: #000000;
}

Colors that work with #bfe6eb

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#F4FAFA
Tinted page background
Border#C1E7EC
Hairlines and dividers
Muted text#4B929B
Captions on the surface
Accent#A02C3D
Second voice, not a rival
Dark variant#1E5A61
Hover, pressed, headers
Light variant#ECF7F9
Selected rows, tints
Dark surface#142324
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 #bfe6eb

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

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • 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#EBC4BF
Analogous left#BFEBDA
Analogous right#BFD0EB
Split-complement 1#EBBFD0
Split-complement 2#EBDABF
Triadic 1#EBBFE6
Triadic 2#E6EBBF
Tetradic#DABFEB

RGB percentages

Red74.9%
Green90.2%
Blue92.2%

CMYK percentages

Cyan18.7%
Magenta2.1%
Yellow0.0%
Key (black)7.8%

Color previews

#bfe6eb text on a black background

contrast 15.73:1

Card sample

#bfe6eb text on a white background

contrast 1.33:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #bfe6eb

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.

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

#bfe6eb, answered

What color is #bfe6eb?

#bfe6eb is a light vivid cyan, closest to Powder Blue (ΔE2000 2.6). It sits at 187° on the hue wheel with 52% saturation and 84% lightness, which reads as cool.

What is the RGB value of #bfe6eb?

rgb(191, 230, 235) — 191 red, 230 green and 235 blue out of 255, or 74.9% / 90.2% / 92.2% by channel.

Is #bfe6eb a light or a dark color?

It is a light color. Relative luminance is 0.7367 and perceived brightness is 86%, so black text on it reaches 15.73:1.

Should I use black or white text on #bfe6eb?

Black. It scores 15.73:1 against #bfe6eb, versus 1.33:1 for white — AAA at any size.

What is the complementary color of #bfe6eb?

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

What colors go well with #bfe6eb?

For interface work: #F4FAFA as the surface, #C1E7EC for borders, #4B929B for secondary text, #A02C3D as an accent and #1E5A61 for hover and pressed states. For a palette, the analogous pair #BFEBDA and #BFD0EB stays calm, while #EBC4BF is the loudest partner.

What is #bfe6eb in CMYK for printing?

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

Is #bfe6eb warm or cool?

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

Work with #bfe6eb in the Color Lab