#B3CCFF Color Information

Hex color code: #B3CCFF

#B3CCFF is a soft blue color. In RGB it is (179, 204, 255), and in HSL it is (220°, 100%, 85%). It is frequently seen in web interfaces.

Try:
Color NameLight Blue
HEX
#B3CCFF
RGB
179, 204, 255
HSL
220°, 100%, 85%
CMYK
30%, 20%, 0%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #B3CCFF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

179, 204, 255

Red: 179 / Green: 204 / Blue: 255

HSL

220°, 100%, 85%

Hue: 220° / Saturation: 100% / Lightness: 85%

CMYK

30%, 20%, 0%, 0%

Cyan: 30% / Magenta: 20% / Yellow: 0% / Key: 0%

What color is #B3CCFF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #B3CCFF to RGB:

rgb(179, 204, 255)HEX to RGB Converter →

HEX to HSL

Convert #B3CCFF to HSL:

hsl(220, 100%, 85%)RGB to HSL Converter →

HEX to CMYK

Convert #B3CCFF to CMYK:

cmyk(30%, 20%, 0%, 0%)Color Converter →

Color Meaning and Usage

A soft blue tone, #B3CCFF has RGB (179, 204, 255) and HSL (220°, 100%, 85%). Known for evoking purity and simplicity, this very light tint is frequently chosen for fintech and productivity apps. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #B3CCFF is #FFE5B3, creating high-contrast pairings. For softer combinations, try analogous colors like #B3F2FF.

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

Contrast with #B3CCFF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #B3CCFF?

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

What is the RGB value of #B3CCFF?

#B3CCFF in RGB is (179, 204, 255) - 179 red, 204 green, and 255 blue.

How to use #B3CCFF in CSS?

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

What colors go well with #B3CCFF?

#FFE5B3 (complementary), #B3F2FF (analogous), and #6699FF (lighter shade) work well with #B3CCFF.