Skip to content

#bfd7f6

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

RGB
191, 215, 246
HSL
214°, 75%, 86%
CMYK
22, 13, 0, 4
Luminance
0.6633

At a glance

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

Hex
#bfd7f6
Hue
214°
blue
Saturation
75%
electric
Lightness
86%
pale
Brightness
96%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6633
WCAG relative
Temperature
Cool
98/100 cool
Color family
Blue
Tone
Electric
Best ink
Black
14.27:1
Closest name
Light Steel Blue
ΔE2000 4.8
Where it sits
Hue214° of 360°
Saturation75%
Lightness86%
Temperature
Warm ← → Cool98% 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#bfd7f6
RGBrgb(191, 215, 246)
HSLhsl(214, 75%, 86%)
CMYKcmyk(22%, 13%, 0%, 4%)
LABlab(85.2 -1.4 -17.8)
LCHlch(85.2 17.9 265.3)
OKLCHoklch(0.871 0.050 254.9)
Decimal12572662
Display P3color(display-p3 0.749 0.843 0.965)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#bfd7f6 on white: 1.47:1
AA ✗ fail · AA-large · AAA
Aa
#bfd7f6 on black: 14.27:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CCD8F8
deuteranopia · #C6D2F5
tritanopia · #B1DEE1

Color scale — 50 to 950

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

#F3F7FC
#E7EFF9
#bfd7f6
#9DC2F1
#6BA3EA
#3A84E3
#1E6FD7
#195CB3
#144A8F
#133868
#0C2341
Base = 200Lightest = 50 · #F3F7FCDarkest = 950 · #0C2341
:root {
  --brand-50: #F3F7FC;
  --brand-100: #E7EFF9;
  --brand-200: #bfd7f6;
  --brand-300: #9DC2F1;
  --brand-400: #6BA3EA;
  --brand-500: #3A84E3;
  --brand-600: #1E6FD7;
  --brand-700: #195CB3;
  --brand-800: #144A8F;
  --brand-900: #133868;
  --brand-950: #0C2341;
  --brand: #bfd7f6;
  --brand-ink: #000000;
}

Colors that work with #bfd7f6

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#F4F7FA
Tinted page background
Border#C0D3ED
Hairlines and dividers
Muted text#4B6E9B
Captions on the surface
Accent#B64916
Second voice, not a rival
Dark variant#103A70
Hover, pressed, headers
Light variant#E9F1FC
Selected rows, tints
Dark surface#141B24
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 #bfd7f6

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#F6DEBF
Analogous left#BFF3F6
Analogous right#C3BFF6
Split-complement 1#F6C3BF
Split-complement 2#F3F6BF
Triadic 1#F6BFD7
Triadic 2#D7F6BF
Tetradic#F6BFF3

RGB percentages

Red74.9%
Green84.3%
Blue96.5%

CMYK percentages

Cyan22.4%
Magenta12.6%
Yellow0.0%
Key (black)3.5%

Color previews

#bfd7f6 text on a black background

contrast 14.27:1

Card sample

#bfd7f6 text on a white background

contrast 1.47:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #bfd7f6

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.

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

#bfd7f6, answered

What color is #bfd7f6?

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

What is the RGB value of #bfd7f6?

rgb(191, 215, 246) — 191 red, 215 green and 246 blue out of 255, or 74.9% / 84.3% / 96.5% by channel.

Is #bfd7f6 a light or a dark color?

It is a light color. Relative luminance is 0.6633 and perceived brightness is 83%, so black text on it reaches 14.27:1.

Should I use black or white text on #bfd7f6?

Black. It scores 14.27:1 against #bfd7f6, versus 1.47:1 for white — AAA at any size.

What is the complementary color of #bfd7f6?

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

What colors go well with #bfd7f6?

For interface work: #F4F7FA as the surface, #C0D3ED for borders, #4B6E9B for secondary text, #B64916 as an accent and #103A70 for hover and pressed states. For a palette, the analogous pair #BFF3F6 and #C3BFF6 stays calm, while #F6DEBF is the loudest partner.

What is #bfd7f6 in CMYK for printing?

cmyk(22%, 13%, 0%, 4%). 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 #bfd7f6 warm or cool?

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

Work with #bfd7f6 in the Color Lab