Skip to content

#bae9df

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

RGB
186, 233, 223
HSL
167°, 52%, 82%
CMYK
20, 0, 4, 9
Luminance
0.7404

At a glance

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

Hex
#bae9df
Hue
167°
cyan
Saturation
52%
vivid
Lightness
82%
light
Brightness
91%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7404
WCAG relative
Temperature
Cool
82/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.81:1
Closest name
Pale Turquoise
ΔE2000 4.8
Where it sits
Hue167° of 360°
Saturation52%
Lightness82%
Temperature
Warm ← → Cool82% 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#bae9df
RGBrgb(186, 233, 223)
HSLhsl(167, 52%, 82%)
CMYKcmyk(20%, 0%, 4%, 9%)
LABlab(88.9 -17.1 -0.1)
LCHlch(88.9 17.1 180.4)
OKLCHoklch(0.898 0.050 180.7)
Decimal12249567
Display P3color(display-p3 0.729 0.914 0.875)

Copy-ready code

/* CSS */
color: #bae9df;
background-color: #bae9df;
/* Tailwind (arbitrary) */
class="text-[#bae9df] bg-[#bae9df]"
/* SCSS */
$brand: #bae9df;
/* SwiftUI */
Color(red: 0.729, green: 0.914, blue: 0.875)
/* Android */
Color.parseColor("#bae9df")
/* Flutter */
Color(0xFFBAE9DF)
/* Python / OpenCV (BGR) */
(223, 233, 186)

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

Accessibility — WCAG contrast

Aa
#bae9df on white: 1.33:1
AA ✗ fail · AA-large · AAA
Aa
#bae9df on black: 15.81:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E5E3DF
deuteranopia · #DCDDE0
tritanopia · #AEEBE6

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #bae9df is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F4FAF9
#EAF6F3
#CFEDE6
#bae9df
#7FD6C4
#55C9B0
#3BBA9F
#319B84
#277C6A
#205A4E
#143831
Base = 300Lightest = 50 · #F4FAF9Darkest = 950 · #143831
:root {
  --brand-50: #F4FAF9;
  --brand-100: #EAF6F3;
  --brand-200: #CFEDE6;
  --brand-300: #bae9df;
  --brand-400: #7FD6C4;
  --brand-500: #55C9B0;
  --brand-600: #3BBA9F;
  --brand-700: #319B84;
  --brand-800: #277C6A;
  --brand-900: #205A4E;
  --brand-950: #143831;
  --brand: #bae9df;
  --brand-ink: #000000;
}

Colors that work with #bae9df

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#F4FAF9
Tinted page background
Border#C1EBE2
Hairlines and dividers
Muted text#4B9B8A
Captions on the surface
Accent#9F2D63
Second voice, not a rival
Dark variant#1F6153
Hover, pressed, headers
Light variant#ECF9F6
Selected rows, tints
Dark surface#142421
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 #bae9df

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#E9BAC4
Analogous left#BAE9C8
Analogous right#BADCE9
Split-complement 1#E9BADC
Split-complement 2#E9C8BA
Triadic 1#DFBAE9
Triadic 2#E9DFBA
Tetradic#C8BAE9

RGB percentages

Red72.9%
Green91.4%
Blue87.5%

CMYK percentages

Cyan20.2%
Magenta0.0%
Yellow4.3%
Key (black)8.6%

Color previews

#bae9df text on a black background

contrast 15.81:1

Card sample

#bae9df text on a white background

contrast 1.33:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(186, 233, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 233, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae9df;
background: linear-gradient(135deg, #bae9df, #BAD4E9);

Monochromatic scale

Palettes built from #bae9df

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.

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

#bae9df, answered

What color is #bae9df?

#bae9df is a light vivid cyan, closest to Pale Turquoise (ΔE2000 4.8). It sits at 167° on the hue wheel with 52% saturation and 82% lightness, which reads as cool.

What is the RGB value of #bae9df?

rgb(186, 233, 223) — 186 red, 233 green and 223 blue out of 255, or 72.9% / 91.4% / 87.5% by channel.

Is #bae9df a light or a dark color?

It is a light color. Relative luminance is 0.7404 and perceived brightness is 86%, so black text on it reaches 15.81:1.

Should I use black or white text on #bae9df?

Black. It scores 15.81:1 against #bae9df, versus 1.33:1 for white — AAA at any size.

What is the complementary color of #bae9df?

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

What colors go well with #bae9df?

For interface work: #F4FAF9 as the surface, #C1EBE2 for borders, #4B9B8A for secondary text, #9F2D63 as an accent and #1F6153 for hover and pressed states. For a palette, the analogous pair #BAE9C8 and #BADCE9 stays calm, while #E9BAC4 is the loudest partner.

What is #bae9df in CMYK for printing?

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

Is #bae9df warm or cool?

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

Work with #bae9df in the Color Lab