Skip to content

#b8ecf9

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

RGB
184, 236, 249
HSL
192°, 84%, 85%
CMYK
26, 5, 0, 2
Luminance
0.7702

At a glance

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

Hex
#b8ecf9
Hue
192°
cyan
Saturation
84%
electric
Lightness
85%
light
Brightness
98%
HSV value
Perceived
88%
weighted brightness
Luminance
0.7702
WCAG relative
Temperature
Cool
93/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
16.40:1
Closest name
Powder Blue
ΔE2000 3.8
Where it sits
Hue192° of 360°
Saturation84%
Lightness85%
Temperature
Warm ← → Cool93% 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#b8ecf9
RGBrgb(184, 236, 249)
HSLhsl(192, 84%, 85%)
CMYKcmyk(26%, 5%, 0%, 2%)
LABlab(90.3 -13.7 -11.7)
LCHlch(90.3 18.0 220.6)
OKLCHoklch(0.911 0.056 214.7)
Decimal12119289
Display P3color(display-p3 0.722 0.925 0.976)

Copy-ready code

/* CSS */
color: #b8ecf9;
background-color: #b8ecf9;
/* Tailwind (arbitrary) */
class="text-[#b8ecf9] bg-[#b8ecf9]"
/* SCSS */
$brand: #b8ecf9;
/* SwiftUI */
Color(red: 0.722, green: 0.925, blue: 0.976)
/* Android */
Color.parseColor("#b8ecf9")
/* Flutter */
Color(0xFFB8ECF9)
/* Python / OpenCV (BGR) */
(249, 236, 184)

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

Accessibility — WCAG contrast

Aa
#b8ecf9 on white: 1.28:1
AA ✗ fail · AA-large · AAA
Aa
#b8ecf9 on black: 16.40:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E2E8FA
deuteranopia · #D7E0F9
tritanopia · #A3F1F0

Color scale — 50 to 950

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

#F2FAFC
#E6F6FA
#b8ecf9
#98E3F6
#64D5F2
#30C8ED
#13B8E2
#109ABC
#0D7B96
#0E5A6D
#093844
Base = 200Lightest = 50 · #F2FAFCDarkest = 950 · #093844
:root {
  --brand-50: #F2FAFC;
  --brand-100: #E6F6FA;
  --brand-200: #b8ecf9;
  --brand-300: #98E3F6;
  --brand-400: #64D5F2;
  --brand-500: #30C8ED;
  --brand-600: #13B8E2;
  --brand-700: #109ABC;
  --brand-800: #0D7B96;
  --brand-900: #0E5A6D;
  --brand-950: #093844;
  --brand: #b8ecf9;
  --brand-ink: #000000;
}

Colors that work with #b8ecf9

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#C0E4ED
Hairlines and dividers
Muted text#4B8B9B
Captions on the surface
Accent#C10B15
Second voice, not a rival
Dark variant#0A6076
Hover, pressed, headers
Light variant#E7F9FD
Selected rows, tints
Dark surface#142124
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 #b8ecf9

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#F9C5B8
Analogous left#B8F9E5
Analogous right#B8CBF9
Split-complement 1#F9B8CB
Split-complement 2#F9E5B8
Triadic 1#F9B8EC
Triadic 2#ECF9B8
Tetradic#E5B8F9

RGB percentages

Red72.2%
Green92.5%
Blue97.6%

CMYK percentages

Cyan26.1%
Magenta5.2%
Yellow0.0%
Key (black)2.4%

Color previews

#b8ecf9 text on a black background

contrast 16.40:1

Card sample

#b8ecf9 text on a white background

contrast 1.28:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(184, 236, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 236, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ecf9;
background: linear-gradient(135deg, #b8ecf9, #B8C1F9);

Monochromatic scale

Palettes built from #b8ecf9

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.

#b8ecf9 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#b8ecf9, answered

What color is #b8ecf9?

#b8ecf9 is a light electric cyan, closest to Powder Blue (ΔE2000 3.8). It sits at 192° on the hue wheel with 84% saturation and 85% lightness, which reads as cool.

What is the RGB value of #b8ecf9?

rgb(184, 236, 249) — 184 red, 236 green and 249 blue out of 255, or 72.2% / 92.5% / 97.6% by channel.

Is #b8ecf9 a light or a dark color?

It is a light color. Relative luminance is 0.7702 and perceived brightness is 88%, so black text on it reaches 16.40:1.

Should I use black or white text on #b8ecf9?

Black. It scores 16.40:1 against #b8ecf9, versus 1.28:1 for white — AAA at any size.

What is the complementary color of #b8ecf9?

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

What colors go well with #b8ecf9?

For interface work: #F4F9FA as the surface, #C0E4ED for borders, #4B8B9B for secondary text, #C10B15 as an accent and #0A6076 for hover and pressed states. For a palette, the analogous pair #B8F9E5 and #B8CBF9 stays calm, while #F9C5B8 is the loudest partner.

What is #b8ecf9 in CMYK for printing?

cmyk(26%, 5%, 0%, 2%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #b8ecf9 warm or cool?

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

Work with #b8ecf9 in the Color Lab