#BADDEE Color Information

Hex color code: #BADDEE

A light blue shade, #BADDEE appears as (186, 221, 238) in RGB and (200°, 60%, 83%) in HSL. It is commonly used in modern UI design.

Try:
Color NamePowder Blue
HEX
#BADDEE
RGB
186, 221, 238
HSL
200°, 60%, 83%
CMYK
22%, 7%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #BADDEE; 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 #BADDEE; background-color: #BADDEE15; }

Alert / Toast

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

Link / Accent

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

a { color: #BADDEE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

186, 221, 238

Red: 186 / Green: 221 / Blue: 238

HSL

200°, 60%, 83%

Hue: 200° / Saturation: 60% / Lightness: 83%

CMYK

22%, 7%, 0%, 7%

Cyan: 22% / Magenta: 7% / Yellow: 0% / Key: 7%

What color is #BADDEE?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #BADDEE to RGB:

rgb(186, 221, 238)HEX to RGB Converter →

HEX to HSL

Convert #BADDEE to HSL:

hsl(200, 60%, 83%)RGB to HSL Converter →

HEX to CMYK

Convert #BADDEE to CMYK:

cmyk(22%, 7%, 0%, 7%)Color Converter →

Color Meaning and Usage

A light blue tone, #BADDEE has RGB (186, 221, 238) and HSL (200°, 60%, 83%). Known for evoking purity and simplicity, this very light tint is popular for illustrations and friendly visual themes. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #BADDEE is #EECBBA, creating high-contrast pairings. For softer combinations, try analogous colors like #BAEEE5.

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

Contrast with #BADDEE

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #BADDEE?

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

What is the RGB value of #BADDEE?

#BADDEE in RGB is (186, 221, 238) - 186 red, 221 green, and 238 blue.

How to use #BADDEE in CSS?

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

What colors go well with #BADDEE?

#EECBBA (complementary), #BAEEE5 (analogous), and #7CBEDE (lighter shade) work well with #BADDEE.