#B9CDEF Color Information

Hex color code: #B9CDEF

A light blue shade, #B9CDEF appears as (185, 205, 239) in RGB and (218°, 63%, 83%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLight Blue
HEX
#B9CDEF
RGB
185, 205, 239
HSL
218°, 63%, 83%
CMYK
23%, 14%, 0%, 6%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #B9CDEF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

185, 205, 239

Red: 185 / Green: 205 / Blue: 239

HSL

218°, 63%, 83%

Hue: 218° / Saturation: 63% / Lightness: 83%

CMYK

23%, 14%, 0%, 6%

Cyan: 23% / Magenta: 14% / Yellow: 0% / Key: 6%

What color is #B9CDEF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #B9CDEF to RGB:

rgb(185, 205, 239)HEX to RGB Converter →

HEX to HSL

Convert #B9CDEF to HSL:

hsl(218, 63%, 83%)RGB to HSL Converter →

HEX to CMYK

Convert #B9CDEF to CMYK:

cmyk(23%, 14%, 0%, 6%)Color Converter →

Color Meaning and Usage

A ethereal blue tone, #B9CDEF has RGB (185, 205, 239) and HSL (218°, 63%, 83%). Known for evoking purity and simplicity, this very light tint is often used for branding and logos. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #B9CDEF is #EFDBB8, creating high-contrast pairings. For softer combinations, try analogous colors like #B8E8EF.

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

Contrast with #B9CDEF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #B9CDEF?

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

What is the RGB value of #B9CDEF?

#B9CDEF in RGB is (185, 205, 239) - 185 red, 205 green, and 239 blue.

How to use #B9CDEF in CSS?

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

What colors go well with #B9CDEF?

#EFDBB8 (complementary), #B8E8EF (analogous), and #7AA0E1 (lighter shade) work well with #B9CDEF.