Skip to content

#bae4f2

a light, vivid cyan · cool · closest name: Light Blue

RGB
186, 228, 242
HSL
195°, 68%, 84%
CMYK
23, 6, 0, 5
Luminance
0.7234

At a glance

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

Hex
#bae4f2
Hue
195°
cyan
Saturation
68%
vivid
Lightness
84%
light
Brightness
95%
HSV value
Perceived
86%
weighted brightness
Luminance
0.7234
WCAG relative
Temperature
Cool
94/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
15.47:1
Closest name
Light Blue
ΔE2000 2.8
Where it sits
Hue195° of 360°
Saturation68%
Lightness84%
Temperature
Warm ← → Cool94% 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#bae4f2
RGBrgb(186, 228, 242)
HSLhsl(195, 68%, 84%)
CMYKcmyk(23%, 6%, 0%, 5%)
LABlab(88.1 -10.6 -11.3)
LCHlch(88.1 15.4 226.9)
OKLCHoklch(0.894 0.048 220.1)
Decimal12248306
Display P3color(display-p3 0.729 0.894 0.949)

Copy-ready code

/* CSS */
color: #bae4f2;
background-color: #bae4f2;
/* Tailwind (arbitrary) */
class="text-[#bae4f2] bg-[#bae4f2]"
/* SCSS */
$brand: #bae4f2;
/* SwiftUI */
Color(red: 0.729, green: 0.894, blue: 0.949)
/* Android */
Color.parseColor("#bae4f2")
/* Flutter */
Color(0xFFBAE4F2)
/* Python / OpenCV (BGR) */
(242, 228, 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 #bae4f2 · 15.47:1
Use #000000AAA at every size.
Aa
White text · 1.36:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.47:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #bae4f2 as text scores 1.36:1 on white and 15.47:1 on black.

Accessibility — WCAG contrast

Aa
#bae4f2 on white: 1.36:1
AA ✗ fail · AA-large · AAA
Aa
#bae4f2 on black: 15.47:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DBE1F3
deuteranopia · #D2DAF2
tritanopia · #A9E9E8

Color scale — 50 to 950

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

#F3F9FB
#E8F4F8
#bae4f2
#A1DAED
#71C8E4
#42B5DB
#27A4CE
#2089AC
#1A6D89
#175064
#0E323E
Base = 200Lightest = 50 · #F3F9FBDarkest = 950 · #0E323E
:root {
  --brand-50: #F3F9FB;
  --brand-100: #E8F4F8;
  --brand-200: #bae4f2;
  --brand-300: #A1DAED;
  --brand-400: #71C8E4;
  --brand-500: #42B5DB;
  --brand-600: #27A4CE;
  --brand-700: #2089AC;
  --brand-800: #1A6D89;
  --brand-900: #175064;
  --brand-950: #0E323E;
  --brand: #bae4f2;
  --brand-ink: #000000;
}

Colors that work with #bae4f2

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#F4F9FA
Tinted page background
Border#C0E1ED
Hairlines and dividers
Muted text#4B879B
Captions on the surface
Accent#B11B1B
Second voice, not a rival
Dark variant#14566B
Hover, pressed, headers
Light variant#EAF7FB
Selected rows, tints
Dark surface#142024
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 #bae4f2

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#F2C8BA
Analogous left#BAF2E4
Analogous right#BAC8F2
Split-complement 1#F2BAC8
Split-complement 2#F2E4BA
Triadic 1#F2BAE4
Triadic 2#E4F2BA
Tetradic#E4BAF2

RGB percentages

Red72.9%
Green89.4%
Blue94.9%

CMYK percentages

Cyan23.1%
Magenta5.8%
Yellow0.0%
Key (black)5.1%

Color previews

#bae4f2 text on a black background

contrast 15.47:1

Card sample

#bae4f2 text on a white background

contrast 1.36:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #bae4f2

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.

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

#bae4f2, answered

What color is #bae4f2?

#bae4f2 is a light vivid cyan, closest to Light Blue (ΔE2000 2.8). It sits at 195° on the hue wheel with 68% saturation and 84% lightness, which reads as cool.

What is the RGB value of #bae4f2?

rgb(186, 228, 242) — 186 red, 228 green and 242 blue out of 255, or 72.9% / 89.4% / 94.9% by channel.

Is #bae4f2 a light or a dark color?

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

Should I use black or white text on #bae4f2?

Black. It scores 15.47:1 against #bae4f2, versus 1.36:1 for white — AAA at any size.

What is the complementary color of #bae4f2?

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

What colors go well with #bae4f2?

For interface work: #F4F9FA as the surface, #C0E1ED for borders, #4B879B for secondary text, #B11B1B as an accent and #14566B for hover and pressed states. For a palette, the analogous pair #BAF2E4 and #BAC8F2 stays calm, while #F2C8BA is the loudest partner.

What is #bae4f2 in CMYK for printing?

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

Is #bae4f2 warm or cool?

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

Work with #bae4f2 in the Color Lab