Skip to content

#bdf3f4

a light, vivid cyan · cool · closest name: Pale Turquoise

RGB
189, 243, 244
HSL
181°, 71%, 85%
CMYK
23, 0, 0, 4
Luminance
0.8145

At a glance

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

Hex
#bdf3f4
Hue
181°
cyan
Saturation
71%
vivid
Lightness
85%
light
Brightness
96%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8145
WCAG relative
Temperature
Cool
88/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
17.29:1
Closest name
Pale Turquoise
ΔE2000 2.3
Where it sits
Hue181° of 360°
Saturation71%
Lightness85%
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#bdf3f4
RGBrgb(189, 243, 244)
HSLhsl(181, 71%, 85%)
CMYKcmyk(23%, 0%, 0%, 4%)
LABlab(92.3 -16.8 -6.1)
LCHlch(92.3 17.9 199.9)
OKLCHoklch(0.927 0.055 197.7)
Decimal12448756
Display P3color(display-p3 0.741 0.953 0.957)

Copy-ready code

/* CSS */
color: #bdf3f4;
background-color: #bdf3f4;
/* Tailwind (arbitrary) */
class="text-[#bdf3f4] bg-[#bdf3f4]"
/* SCSS */
$brand: #bdf3f4;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.957)
/* Android */
Color.parseColor("#bdf3f4")
/* Flutter */
Color(0xFFBDF3F4)
/* Python / OpenCV (BGR) */
(244, 243, 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 #bdf3f4 · 17.29:1
Use #000000AAA at every size.
Aa
White text · 1.21:1
AA fail · AA large fail · AAA fail
Aa
Black text · 17.29:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #bdf3f4 as text scores 1.21:1 on white and 17.29:1 on black.

Accessibility — WCAG contrast

Aa
#bdf3f4 on white: 1.21:1
AA ✗ fail · AA-large · AAA
Aa
#bdf3f4 on black: 17.29:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #ECEEF4
deuteranopia · #E1E6F5
tritanopia · #ABF7F3

Color scale — 50 to 950

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

#F3FBFC
#E7F8F8
#bdf3f4
#9FEDEF
#6FE5E7
#3FDCDF
#23CFD2
#1DACAF
#178A8C
#156465
#0D3E3F
Base = 200Lightest = 50 · #F3FBFCDarkest = 950 · #0D3E3F
:root {
  --brand-50: #F3FBFC;
  --brand-100: #E7F8F8;
  --brand-200: #bdf3f4;
  --brand-300: #9FEDEF;
  --brand-400: #6FE5E7;
  --brand-500: #3FDCDF;
  --brand-600: #23CFD2;
  --brand-700: #1DACAF;
  --brand-800: #178A8C;
  --brand-900: #156465;
  --brand-950: #0D3E3F;
  --brand: #bdf3f4;
  --brand-ink: #000000;
}

Colors that work with #bdf3f4

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#F4FAFA
Tinted page background
Border#C0ECED
Hairlines and dividers
Muted text#4B999B
Captions on the surface
Accent#B4183D
Second voice, not a rival
Dark variant#126C6D
Hover, pressed, headers
Light variant#E9FBFB
Selected rows, tints
Dark surface#142424
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 #bdf3f4

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#F4BEBD
Analogous left#BDF4DA
Analogous right#BDD7F4
Split-complement 1#F4BDD7
Split-complement 2#F4DABD
Triadic 1#F4BDF3
Triadic 2#F3F4BD
Tetradic#DABDF4

RGB percentages

Red74.1%
Green95.3%
Blue95.7%

CMYK percentages

Cyan22.5%
Magenta0.4%
Yellow0.0%
Key (black)4.3%

Color previews

#bdf3f4 text on a black background

contrast 17.29:1

Card sample

#bdf3f4 text on a white background

contrast 1.21:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #bdf3f4

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.

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

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

#bdf3f4, answered

What color is #bdf3f4?

#bdf3f4 is a light vivid cyan, closest to Pale Turquoise (ΔE2000 2.3). It sits at 181° on the hue wheel with 71% saturation and 85% lightness, which reads as cool.

What is the RGB value of #bdf3f4?

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

Is #bdf3f4 a light or a dark color?

It is a light color. Relative luminance is 0.8145 and perceived brightness is 90%, so black text on it reaches 17.29:1.

Should I use black or white text on #bdf3f4?

Black. It scores 17.29:1 against #bdf3f4, versus 1.21:1 for white — AAA at any size.

What is the complementary color of #bdf3f4?

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

What colors go well with #bdf3f4?

For interface work: #F4FAFA as the surface, #C0ECED for borders, #4B999B for secondary text, #B4183D as an accent and #126C6D for hover and pressed states. For a palette, the analogous pair #BDF4DA and #BDD7F4 stays calm, while #F4BEBD is the loudest partner.

What is #bdf3f4 in CMYK for printing?

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

Is #bdf3f4 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 #BDF4E1; nudged cooler, #BCDFF5.

Work with #bdf3f4 in the Color Lab