Skip to content

#bbc3f9

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

RGB
187, 195, 249
HSL
232°, 84%, 86%
CMYK
25, 22, 0, 2
Luminance
0.5643

At a glance

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

Hex
#bbc3f9
Hue
232°
blue
Saturation
84%
electric
Lightness
86%
pale
Brightness
98%
HSV value
Perceived
78%
weighted brightness
Luminance
0.5643
WCAG relative
Temperature
Cool
88/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
12.29:1
Closest name
Light Steel Blue
ΔE2000 8.1
Where it sits
Hue232° of 360°
Saturation84%
Lightness86%
Temperature
Warm ← → Cool88% 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#bbc3f9
RGBrgb(187, 195, 249)
HSLhsl(232, 84%, 86%)
CMYKcmyk(25%, 22%, 0%, 2%)
LABlab(79.9 8.7 -27.5)
LCHlch(79.9 28.8 287.6)
OKLCHoklch(0.830 0.076 278.0)
Decimal12305401
Display P3color(display-p3 0.733 0.765 0.976)

Copy-ready code

/* CSS */
color: #bbc3f9;
background-color: #bbc3f9;
/* Tailwind (arbitrary) */
class="text-[#bbc3f9] bg-[#bbc3f9]"
/* SCSS */
$brand: #bbc3f9;
/* SwiftUI */
Color(red: 0.733, green: 0.765, blue: 0.976)
/* Android */
Color.parseColor("#bbc3f9")
/* Flutter */
Color(0xFFBBC3F9)
/* Python / OpenCV (BGR) */
(249, 195, 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 #bbc3f9 · 12.29:1
Use #000000AAA at every size.
Aa
White text · 1.71:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.29:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #bbc3f9 as text scores 1.71:1 on white and 12.29:1 on black.

Accessibility — WCAG contrast

Aa
#bbc3f9 on white: 1.71:1
AA ✗ fail · AA-large · AAA
Aa
#bbc3f9 on black: 12.29:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B4C8FB
deuteranopia · #B0C4F8
tritanopia · #ACCDD5

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #bbc3f9 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
#E6E8FA
#bbc3f9
#98A4F6
#6476F1
#3149ED
#142EE1
#1126BB
#0D1F96
#0E1A6C
#091044
Base = 200Lightest = 50 · #F2F4FCDarkest = 950 · #091044
:root {
  --brand-50: #F2F4FC;
  --brand-100: #E6E8FA;
  --brand-200: #bbc3f9;
  --brand-300: #98A4F6;
  --brand-400: #6476F1;
  --brand-500: #3149ED;
  --brand-600: #142EE1;
  --brand-700: #1126BB;
  --brand-800: #0D1F96;
  --brand-900: #0E1A6C;
  --brand-950: #091044;
  --brand: #bbc3f9;
  --brand-ink: #000000;
}

Colors that work with #bbc3f9

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#C0C6ED
Hairlines and dividers
Muted text#4B559B
Captions on the surface
Accent#BE7C0E
Second voice, not a rival
Dark variant#0A1875
Hover, pressed, headers
Light variant#E8EAFD
Selected rows, tints
Dark surface#141624
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 #bbc3f9

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#F9F1BB
Analogous left#BBE2F9
Analogous right#D2BBF9
Split-complement 1#F9D2BB
Split-complement 2#E2F9BB
Triadic 1#F9BBC3
Triadic 2#C3F9BB
Tetradic#F9BBE2

RGB percentages

Red73.3%
Green76.5%
Blue97.6%

CMYK percentages

Cyan24.9%
Magenta21.7%
Yellow0.0%
Key (black)2.4%

Color previews

#bbc3f9 text on a black background

contrast 12.29:1

Card sample

#bbc3f9 text on a white background

contrast 1.71:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #bbc3f9

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.

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

#bbc3f9, answered

What color is #bbc3f9?

#bbc3f9 is a pale electric blue, closest to Light Steel Blue (ΔE2000 8.1). It sits at 232° on the hue wheel with 84% saturation and 86% lightness, which reads as cool.

What is the RGB value of #bbc3f9?

rgb(187, 195, 249) — 187 red, 195 green and 249 blue out of 255, or 73.3% / 76.5% / 97.6% by channel.

Is #bbc3f9 a light or a dark color?

It is a light color. Relative luminance is 0.5643 and perceived brightness is 78%, so black text on it reaches 12.29:1.

Should I use black or white text on #bbc3f9?

Black. It scores 12.29:1 against #bbc3f9, versus 1.71:1 for white — AAA at any size.

What is the complementary color of #bbc3f9?

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

What colors go well with #bbc3f9?

For interface work: #F4F5FA as the surface, #C0C6ED for borders, #4B559B for secondary text, #BE7C0E as an accent and #0A1875 for hover and pressed states. For a palette, the analogous pair #BBE2F9 and #D2BBF9 stays calm, while #F9F1BB is the loudest partner.

What is #bbc3f9 in CMYK for printing?

cmyk(25%, 22%, 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 #bbc3f9 warm or cool?

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

Work with #bbc3f9 in the Color Lab