Skip to content

#bfe8eb

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

RGB
191, 232, 235
HSL
184°, 52%, 84%
CMYK
19, 1, 0, 8
Luminance
0.7479

At a glance

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

Hex
#bfe8eb
Hue
184°
cyan
Saturation
52%
vivid
Lightness
84%
light
Brightness
92%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7479
WCAG relative
Temperature
Cool
89/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.96:1
Closest name
Powder Blue
ΔE2000 2.7
Where it sits
Hue184° of 360°
Saturation52%
Lightness84%
Temperature
Warm ← → Cool89% 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#bfe8eb
RGBrgb(191, 232, 235)
HSLhsl(184, 52%, 84%)
CMYKcmyk(19%, 1%, 0%, 8%)
LABlab(89.3 -12.6 -5.9)
LCHlch(89.3 13.9 205.0)
OKLCHoklch(0.903 0.043 201.9)
Decimal12577003
Display P3color(display-p3 0.749 0.910 0.922)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#bfe8eb on white: 1.32:1
AA ✗ fail · AA-large · AAA
Aa
#bfe8eb on black: 15.96:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E2E4EB
deuteranopia · #D9DEEB
tritanopia · #B2EBE9

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #bfe8eb 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
#bfe8eb
#AAE0E4
#7FD1D7
#54C2CA
#3AB2BB
#31949B
#27777C
#20575B
#143639
Base = 200Lightest = 50 · #F4FAFADarkest = 950 · #143639
:root {
  --brand-50: #F4FAFA;
  --brand-100: #E9F5F6;
  --brand-200: #bfe8eb;
  --brand-300: #AAE0E4;
  --brand-400: #7FD1D7;
  --brand-500: #54C2CA;
  --brand-600: #3AB2BB;
  --brand-700: #31949B;
  --brand-800: #27777C;
  --brand-900: #20575B;
  --brand-950: #143639;
  --brand: #bfe8eb;
  --brand-ink: #000000;
}

Colors that work with #bfe8eb

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#C1E9EC
Hairlines and dividers
Muted text#4B959B
Captions on the surface
Accent#A02C42
Second voice, not a rival
Dark variant#1E5D61
Hover, pressed, headers
Light variant#ECF8F9
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 #bfe8eb

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#EBC2BF
Analogous left#BFEBD8
Analogous right#BFD2EB
Split-complement 1#EBBFD2
Split-complement 2#EBD8BF
Triadic 1#EBBFE8
Triadic 2#E8EBBF
Tetradic#D8BFEB

RGB percentages

Red74.9%
Green91.0%
Blue92.2%

CMYK percentages

Cyan18.7%
Magenta1.3%
Yellow0.0%
Key (black)7.8%

Color previews

#bfe8eb text on a black background

contrast 15.96:1

Card sample

#bfe8eb text on a white background

contrast 1.32:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #bfe8eb

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.

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

#bfe8eb, answered

What color is #bfe8eb?

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

What is the RGB value of #bfe8eb?

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

Is #bfe8eb a light or a dark color?

It is a light color. Relative luminance is 0.7479 and perceived brightness is 87%, so black text on it reaches 15.96:1.

Should I use black or white text on #bfe8eb?

Black. It scores 15.96:1 against #bfe8eb, versus 1.32:1 for white — AAA at any size.

What is the complementary color of #bfe8eb?

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

What colors go well with #bfe8eb?

For interface work: #F4FAFA as the surface, #C1E9EC for borders, #4B959B for secondary text, #A02C42 as an accent and #1E5D61 for hover and pressed states. For a palette, the analogous pair #BFEBD8 and #BFD2EB stays calm, while #EBC2BF is the loudest partner.

What is #bfe8eb in CMYK for printing?

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

Is #bfe8eb warm or cool?

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

Work with #bfe8eb in the Color Lab