Skip to content

#bfe4eb

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

RGB
191, 228, 235
HSL
190°, 52%, 84%
CMYK
19, 3, 0, 8
Luminance
0.7256

At a glance

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

Hex
#bfe4eb
Hue
190°
cyan
Saturation
52%
vivid
Lightness
84%
light
Brightness
92%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7256
WCAG relative
Temperature
Cool
91/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.51:1
Closest name
Powder Blue
ΔE2000 3.2
Where it sits
Hue190° of 360°
Saturation52%
Lightness84%
Temperature
Warm ← → Cool91% 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#bfe4eb
RGBrgb(191, 228, 235)
HSLhsl(190, 52%, 84%)
CMYKcmyk(19%, 3%, 0%, 8%)
LABlab(88.2 -10.6 -7.4)
LCHlch(88.2 12.9 215.1)
OKLCHoklch(0.895 0.040 210.4)
Decimal12575979
Display P3color(display-p3 0.749 0.894 0.922)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#bfe4eb on white: 1.35:1
AA ✗ fail · AA-large · AAA
Aa
#bfe4eb on black: 15.51:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DDE1EB
deuteranopia · #D6DBEB
tritanopia · #B2E8E6

Color scale — 50 to 950

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

#F4F9FA
#E9F4F6
#bfe4eb
#AADBE4
#7FC9D7
#54B7CA
#3AA6BB
#318B9B
#276F7C
#20515B
#143339
Base = 200Lightest = 50 · #F4F9FADarkest = 950 · #143339
:root {
  --brand-50: #F4F9FA;
  --brand-100: #E9F4F6;
  --brand-200: #bfe4eb;
  --brand-300: #AADBE4;
  --brand-400: #7FC9D7;
  --brand-500: #54B7CA;
  --brand-600: #3AA6BB;
  --brand-700: #318B9B;
  --brand-800: #276F7C;
  --brand-900: #20515B;
  --brand-950: #143339;
  --brand: #bfe4eb;
  --brand-ink: #000000;
}

Colors that work with #bfe4eb

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#F4F9FA
Tinted page background
Border#C1E5EC
Hairlines and dividers
Muted text#4B8E9B
Captions on the surface
Accent#A02C38
Second voice, not a rival
Dark variant#1E5761
Hover, pressed, headers
Light variant#ECF7F9
Selected rows, tints
Dark surface#142224
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 #bfe4eb

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#EBC6BF
Analogous left#BFEBDC
Analogous right#BFCEEB
Split-complement 1#EBBFCE
Split-complement 2#EBDCBF
Triadic 1#EBBFE4
Triadic 2#E4EBBF
Tetradic#DCBFEB

RGB percentages

Red74.9%
Green89.4%
Blue92.2%

CMYK percentages

Cyan18.7%
Magenta3.0%
Yellow0.0%
Key (black)7.8%

Color previews

#bfe4eb text on a black background

contrast 15.51:1

Card sample

#bfe4eb text on a white background

contrast 1.35:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #bfe4eb

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.

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

#bfe4eb, answered

What color is #bfe4eb?

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

What is the RGB value of #bfe4eb?

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

Is #bfe4eb a light or a dark color?

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

Should I use black or white text on #bfe4eb?

Black. It scores 15.51:1 against #bfe4eb, versus 1.35:1 for white — AAA at any size.

What is the complementary color of #bfe4eb?

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

What colors go well with #bfe4eb?

For interface work: #F4F9FA as the surface, #C1E5EC for borders, #4B8E9B for secondary text, #A02C38 as an accent and #1E5761 for hover and pressed states. For a palette, the analogous pair #BFEBDC and #BFCEEB stays calm, while #EBC6BF is the loudest partner.

What is #bfe4eb in CMYK for printing?

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

Is #bfe4eb warm or cool?

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

Work with #bfe4eb in the Color Lab