#BFB8FF Color Information

Hex color code: #BFB8FF

#BFB8FF is a light blue color. In RGB it is (191, 184, 255), and in HSL it is (246°, 100%, 86%). It is commonly used in modern UI design.

Try:
Color NameLight Steel Blue
HEX
#BFB8FF
RGB
191, 184, 255
HSL
246°, 100%, 86%
CMYK
25%, 28%, 0%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #BFB8FF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

191, 184, 255

Red: 191 / Green: 184 / Blue: 255

HSL

246°, 100%, 86%

Hue: 246° / Saturation: 100% / Lightness: 86%

CMYK

25%, 28%, 0%, 0%

Cyan: 25% / Magenta: 28% / Yellow: 0% / Key: 0%

What color is #BFB8FF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #BFB8FF to RGB:

rgb(191, 184, 255)HEX to RGB Converter →

HEX to HSL

Convert #BFB8FF to HSL:

hsl(246, 100%, 86%)RGB to HSL Converter →

HEX to CMYK

Convert #BFB8FF to CMYK:

cmyk(25%, 28%, 0%, 0%)Color Converter →

Color Meaning and Usage

#BFB8FF is a delicate blue color with RGB values of 191, 184, 255 and HSL of 246°, 100%, 86%. This very light tint evokes purity and simplicity, making it suitable for typically applied in digital products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #BFB8FF is #F8FFB8, creating high-contrast pairings. For softer combinations, try analogous colors like #B8D4FF.

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

Contrast with #BFB8FF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #BFB8FF?

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

What is the RGB value of #BFB8FF?

#BFB8FF in RGB is (191, 184, 255) - 191 red, 184 green, and 255 blue.

How to use #BFB8FF in CSS?

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

What colors go well with #BFB8FF?

#F8FFB8 (complementary), #B8D4FF (analogous), and #7A6BFF (lighter shade) work well with #BFB8FF.