#B0CDEF Color Information

Hex color code: #B0CDEF

A light blue shade, #B0CDEF appears as (176, 205, 239) in RGB and (212°, 66%, 81%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLight Blue
HEX
#B0CDEF
RGB
176, 205, 239
HSL
212°, 66%, 81%
CMYK
26%, 14%, 0%, 6%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #B0CDEF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

176, 205, 239

Red: 176 / Green: 205 / Blue: 239

HSL

212°, 66%, 81%

Hue: 212° / Saturation: 66% / Lightness: 81%

CMYK

26%, 14%, 0%, 6%

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

What color is #B0CDEF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #B0CDEF to RGB:

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

HEX to HSL

Convert #B0CDEF to HSL:

hsl(212, 66%, 81%)RGB to HSL Converter →

HEX to CMYK

Convert #B0CDEF to CMYK:

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

Color Meaning and Usage

A delicate blue tone, #B0CDEF has RGB (176, 205, 239) and HSL (212°, 66%, 81%). 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 #B0CDEF is #EFD1AF, creating high-contrast pairings. For softer combinations, try analogous colors like #AFECEF.

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

Contrast with #B0CDEF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #B0CDEF?

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

What is the RGB value of #B0CDEF?

#B0CDEF in RGB is (176, 205, 239) - 176 red, 205 green, and 239 blue.

How to use #B0CDEF in CSS?

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

What colors go well with #B0CDEF?

#EFD1AF (complementary), #AFECEF (analogous), and #6FA4E2 (lighter shade) work well with #B0CDEF.