Skip to content

#bdc2f3

a light, vivid blue · cool · closest name: Light Steel Blue

RGB
189, 194, 243
HSL
234°, 69%, 85%
CMYK
22, 20, 0, 5
Luminance
0.5587

At a glance

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

Hex
#bdc2f3
Hue
234°
blue
Saturation
69%
vivid
Lightness
85%
light
Brightness
95%
HSV value
Perceived
78%
weighted brightness
Luminance
0.5587
WCAG relative
Temperature
Cool
86/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
12.17:1
Closest name
Light Steel Blue
ΔE2000 8.5
Where it sits
Hue234° of 360°
Saturation69%
Lightness85%
Temperature
Warm ← → Cool86% 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#bdc2f3
RGBrgb(189, 194, 243)
HSLhsl(234, 69%, 85%)
CMYKcmyk(22%, 20%, 0%, 5%)
LABlab(79.5 8.5 -24.8)
LCHlch(79.5 26.2 288.9)
OKLCHoklch(0.827 0.069 280.2)
Decimal12436211
Display P3color(display-p3 0.741 0.761 0.953)

Copy-ready code

/* CSS */
color: #bdc2f3;
background-color: #bdc2f3;
/* Tailwind (arbitrary) */
class="text-[#bdc2f3] bg-[#bdc2f3]"
/* SCSS */
$brand: #bdc2f3;
/* SwiftUI */
Color(red: 0.741, green: 0.761, blue: 0.953)
/* Android */
Color.parseColor("#bdc2f3")
/* Flutter */
Color(0xFFBDC2F3)
/* Python / OpenCV (BGR) */
(243, 194, 189)

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

Accessibility — WCAG contrast

Aa
#bdc2f3 on white: 1.72:1
AA ✗ fail · AA-large · AAA
Aa
#bdc2f3 on black: 12.17:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B5C7F5
deuteranopia · #B2C3F2
tritanopia · #B1CBD2

Color scale — 50 to 950

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

#F3F4FB
#E7E9F8
#bdc2f3
#A0A7EE
#717BE5
#4150DC
#2636CF
#1F2DAD
#19248A
#161E64
#0E123F
Base = 200Lightest = 50 · #F3F4FBDarkest = 950 · #0E123F
:root {
  --brand-50: #F3F4FB;
  --brand-100: #E7E9F8;
  --brand-200: #bdc2f3;
  --brand-300: #A0A7EE;
  --brand-400: #717BE5;
  --brand-500: #4150DC;
  --brand-600: #2636CF;
  --brand-700: #1F2DAD;
  --brand-800: #19248A;
  --brand-900: #161E64;
  --brand-950: #0E123F;
  --brand: #bdc2f3;
  --brand-ink: #000000;
}

Colors that work with #bdc2f3

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#C0C4ED
Hairlines and dividers
Muted text#4B529B
Captions on the surface
Accent#B27E1A
Second voice, not a rival
Dark variant#141C6C
Hover, pressed, headers
Light variant#E9EBFB
Selected rows, tints
Dark surface#141524
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 #bdc2f3

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#F3EEBD
Analogous left#BDDDF3
Analogous right#D3BDF3
Split-complement 1#F3D3BD
Split-complement 2#DDF3BD
Triadic 1#F3BDC2
Triadic 2#C2F3BD
Tetradic#F3BDDD

RGB percentages

Red74.1%
Green76.1%
Blue95.3%

CMYK percentages

Cyan22.2%
Magenta20.2%
Yellow0.0%
Key (black)4.7%

Color previews

#bdc2f3 text on a black background

contrast 12.17:1

Card sample

#bdc2f3 text on a white background

contrast 1.72:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(189, 194, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 194, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdc2f3;
background: linear-gradient(135deg, #bdc2f3, #DCBDF3);

Monochromatic scale

Palettes built from #bdc2f3

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.

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

Converts to four-color process without much drama. Proof it anyway.

#bdc2f3, answered

What color is #bdc2f3?

#bdc2f3 is a light vivid blue, closest to Light Steel Blue (ΔE2000 8.5). It sits at 234° on the hue wheel with 69% saturation and 85% lightness, which reads as cool.

What is the RGB value of #bdc2f3?

rgb(189, 194, 243) — 189 red, 194 green and 243 blue out of 255, or 74.1% / 76.1% / 95.3% by channel.

Is #bdc2f3 a light or a dark color?

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

Should I use black or white text on #bdc2f3?

Black. It scores 12.17:1 against #bdc2f3, versus 1.72:1 for white — AAA at any size.

What is the complementary color of #bdc2f3?

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

What colors go well with #bdc2f3?

For interface work: #F4F5FA as the surface, #C0C4ED for borders, #4B529B for secondary text, #B27E1A as an accent and #141C6C for hover and pressed states. For a palette, the analogous pair #BDDDF3 and #D3BDF3 stays calm, while #F3EEBD is the loudest partner.

What is #bdc2f3 in CMYK for printing?

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

Is #bdc2f3 warm or cool?

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

Work with #bdc2f3 in the Color Lab