Skip to content

#bbc7f8

a pale, electric blue · cool · closest name: Light Steel Blue

RGB
187, 199, 248
HSL
228°, 81%, 85%
CMYK
25, 20, 0, 3
Luminance
0.5819

At a glance

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

Hex
#bbc7f8
Hue
228°
blue
Saturation
81%
electric
Lightness
85%
pale
Brightness
97%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5819
WCAG relative
Temperature
Cool
90/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
12.64:1
Closest name
Light Steel Blue
ΔE2000 7.2
Where it sits
Hue228° of 360°
Saturation81%
Lightness85%
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#bbc7f8
RGBrgb(187, 199, 248)
HSLhsl(228, 81%, 85%)
CMYKcmyk(25%, 20%, 0%, 3%)
LABlab(80.8 6.3 -25.4)
LCHlch(80.8 26.2 283.9)
OKLCHoklch(0.837 0.070 274.1)
Decimal12306424
Display P3color(display-p3 0.733 0.780 0.973)

Copy-ready code

/* CSS */
color: #bbc7f8;
background-color: #bbc7f8;
/* Tailwind (arbitrary) */
class="text-[#bbc7f8] bg-[#bbc7f8]"
/* SCSS */
$brand: #bbc7f8;
/* SwiftUI */
Color(red: 0.733, green: 0.780, blue: 0.973)
/* Android */
Color.parseColor("#bbc7f8")
/* Flutter */
Color(0xFFBBC7F8)
/* Python / OpenCV (BGR) */
(248, 199, 187)

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

Accessibility — WCAG contrast

Aa
#bbc7f8 on white: 1.66:1
AA ✗ fail · AA-large · AAA
Aa
#bbc7f8 on black: 12.64:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B9CBFA
deuteranopia · #B5C6F7
tritanopia · #ACD0D7

Color scale — 50 to 950

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

#F2F4FC
#E6EAF9
#bbc7f8
#99ABF5
#6681EF
#3457EA
#173EDE
#1334B9
#0F2994
#0F216B
#0A1543
Base = 200Lightest = 50 · #F2F4FCDarkest = 950 · #0A1543
:root {
  --brand-50: #F2F4FC;
  --brand-100: #E6EAF9;
  --brand-200: #bbc7f8;
  --brand-300: #99ABF5;
  --brand-400: #6681EF;
  --brand-500: #3457EA;
  --brand-600: #173EDE;
  --brand-700: #1334B9;
  --brand-800: #0F2994;
  --brand-900: #0F216B;
  --brand-950: #0A1543;
  --brand: #bbc7f8;
  --brand-ink: #000000;
}

Colors that work with #bbc7f8

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#F4F5FA
Tinted page background
Border#C0C9ED
Hairlines and dividers
Muted text#4B5A9B
Captions on the surface
Accent#BC6F10
Second voice, not a rival
Dark variant#0C2074
Hover, pressed, headers
Light variant#E8ECFD
Selected rows, tints
Dark surface#141724
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 #bbc7f8

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
  • 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#F8ECBB
Analogous left#BBE6F8
Analogous right#CEBBF8
Split-complement 1#F8CEBB
Split-complement 2#E6F8BB
Triadic 1#F8BBC7
Triadic 2#C7F8BB
Tetradic#F8BBE6

RGB percentages

Red73.3%
Green78.0%
Blue97.3%

CMYK percentages

Cyan24.6%
Magenta19.8%
Yellow0.0%
Key (black)2.7%

Color previews

#bbc7f8 text on a black background

contrast 12.64:1

Card sample

#bbc7f8 text on a white background

contrast 1.66:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(187, 199, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 199, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbc7f8;
background: linear-gradient(135deg, #bbc7f8, #D8BBF8);

Monochromatic scale

Palettes built from #bbc7f8

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.

#bbc7f8 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyFinanceHealthcareEnterprise SaaS
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#bbc7f8, answered

What color is #bbc7f8?

#bbc7f8 is a pale electric blue, closest to Light Steel Blue (ΔE2000 7.2). It sits at 228° on the hue wheel with 81% saturation and 85% lightness, which reads as cool.

What is the RGB value of #bbc7f8?

rgb(187, 199, 248) — 187 red, 199 green and 248 blue out of 255, or 73.3% / 78% / 97.3% by channel.

Is #bbc7f8 a light or a dark color?

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

Should I use black or white text on #bbc7f8?

Black. It scores 12.64:1 against #bbc7f8, versus 1.66:1 for white — AAA at any size.

What is the complementary color of #bbc7f8?

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

What colors go well with #bbc7f8?

For interface work: #F4F5FA as the surface, #C0C9ED for borders, #4B5A9B for secondary text, #BC6F10 as an accent and #0C2074 for hover and pressed states. For a palette, the analogous pair #BBE6F8 and #CEBBF8 stays calm, while #F8ECBB is the loudest partner.

What is #bbc7f8 in CMYK for printing?

cmyk(25%, 20%, 0%, 3%). 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 #bbc7f8 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 #C5BBF8; nudged cooler, #BAD4F9.

Work with #bbc7f8 in the Color Lab