#FBD1FF Color Information

Hex color code: #FBD1FF

A light magenta shade, #FBD1FF appears as (251, 209, 255) in RGB and (295°, 100%, 91%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#FBD1FF
RGB
251, 209, 255
HSL
295°, 100%, 91%
CMYK
2%, 18%, 0%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FBD1FF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

251, 209, 255

Red: 251 / Green: 209 / Blue: 255

HSL

295°, 100%, 91%

Hue: 295° / Saturation: 100% / Lightness: 91%

CMYK

2%, 18%, 0%, 0%

Cyan: 2% / Magenta: 18% / Yellow: 0% / Key: 0%

What color is #FBD1FF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FBD1FF to RGB:

rgb(251, 209, 255)HEX to RGB Converter →

HEX to HSL

Convert #FBD1FF to HSL:

hsl(295, 100%, 91%)RGB to HSL Converter →

HEX to CMYK

Convert #FBD1FF to CMYK:

cmyk(2%, 18%, 0%, 0%)Color Converter →

Color Meaning and Usage

#FBD1FF is a delicate magenta color with RGB values of 251, 209, 255 and HSL of 295°, 100%, 91%. This very light tint evokes purity and simplicity, making it suitable for often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FBD1FF is #D5FFD1, creating high-contrast pairings. For softer combinations, try analogous colors like #E4D1FF.

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

Contrast with #FBD1FF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FBD1FF?

#FBD1FF is a delicate magenta color - a very light tint that evokes purity and simplicity.

What is the RGB value of #FBD1FF?

#FBD1FF in RGB is (251, 209, 255) - 251 red, 209 green, and 255 blue.

How to use #FBD1FF in CSS?

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

What colors go well with #FBD1FF?

#D5FFD1 (complementary), #E4D1FF (analogous), and #F585FF (lighter shade) work well with #FBD1FF.