#BAD4FA Color Information

Hex color code: #BAD4FA

The hex color #BAD4FA is a light blue with RGB values of (186, 212, 250) and HSL of (216°, 86%, 85%). It is commonly used in modern UI design.

Try:
Color NameLight Blue
HEX
#BAD4FA
RGB
186, 212, 250
HSL
216°, 86%, 85%
CMYK
26%, 15%, 0%, 2%

Shades

CSS Usage
color: #BAD4FA;
background-color: #BAD4FA;
border-color: #BAD4FA;
box-shadow: 0 0 10px #BAD4FA;
border: 2px solid #BAD4FA;
Tailwind Usage
bg-[#BAD4FA]
text-[#BAD4FA]
border-[#BAD4FA]
shadow-[0_0_10px_BAD4FA]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #BAD4FA, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #BAD4FA; color: #000000; }

Badge

New Feature
.badge { background-color: #BAD4FA; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #BAD4FA; background-color: #BAD4FA15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #BAD4FA20; border-left: 4px solid #BAD4FA; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #BAD4FA; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #BAD4FA in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

186, 212, 250

Red: 186 / Green: 212 / Blue: 250

HSL

216°, 86%, 85%

Hue: 216° / Saturation: 86% / Lightness: 85%

CMYK

26%, 15%, 0%, 2%

Cyan: 26% / Magenta: 15% / Yellow: 0% / Key: 2%

What color is #BAD4FA?

#BAD4FA is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #BAD4FA to RGB:

rgb(186, 212, 250)HEX to RGB Converter →

HEX to HSL

Convert #BAD4FA to HSL:

hsl(216, 86%, 85%)RGB to HSL Converter →

HEX to CMYK

Convert #BAD4FA to CMYK:

cmyk(26%, 15%, 0%, 2%)Color Converter →

Color Meaning and Usage

#BAD4FA is a ethereal blue color with RGB values of 186, 212, 250 and HSL of 216°, 86%, 85%. This very light tint evokes purity and simplicity, making it suitable for often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #BAD4FA is #FADFB8, creating high-contrast pairings. For softer combinations, try analogous colors like #B8F3FA.

Use #BAD4FA in CSS: color: #BAD4FA or background-color: #BAD4FA. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #BAD4FA

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 13.89:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #BAD4FA?

#BAD4FA is a ethereal blue color - a very light tint that evokes purity and simplicity.

What is the RGB value of #BAD4FA?

#BAD4FA in RGB is (186, 212, 250) - 186 red, 212 green, and 250 blue.

How to use #BAD4FA in CSS?

Use #BAD4FA directly in your CSS properties like color or background-color.

What colors go well with #BAD4FA?

#FADFB8 (complementary), #B8F3FA (analogous), and #71A5F4 (lighter shade) work well with #BAD4FA.