#FEBBFF Color Information

Hex color code: #FEBBFF

A light magenta shade, #FEBBFF appears as (254, 187, 255) in RGB and (299°, 100%, 87%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#FEBBFF
RGB
254, 187, 255
HSL
299°, 100%, 87%
CMYK
0%, 27%, 0%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FEBBFF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

254, 187, 255

Red: 254 / Green: 187 / Blue: 255

HSL

299°, 100%, 87%

Hue: 299° / Saturation: 100% / Lightness: 87%

CMYK

0%, 27%, 0%, 0%

Cyan: 0% / Magenta: 27% / Yellow: 0% / Key: 0%

What color is #FEBBFF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FEBBFF to RGB:

rgb(254, 187, 255)HEX to RGB Converter →

HEX to HSL

Convert #FEBBFF to HSL:

hsl(299, 100%, 87%)RGB to HSL Converter →

HEX to CMYK

Convert #FEBBFF to CMYK:

cmyk(0%, 27%, 0%, 0%)Color Converter →

Color Meaning and Usage

A light magenta tone, #FEBBFF has RGB (254, 187, 255) and HSL (299°, 100%, 87%). Known for evoking purity and simplicity, this very light tint is frequently seen in web interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FEBBFF is #BEFFBD, creating high-contrast pairings. For softer combinations, try analogous colors like #DDBDFF.

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

Contrast with #FEBBFF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FEBBFF?

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

What is the RGB value of #FEBBFF?

#FEBBFF in RGB is (254, 187, 255) - 254 red, 187 green, and 255 blue.

How to use #FEBBFF in CSS?

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

What colors go well with #FEBBFF?

#BEFFBD (complementary), #DDBDFF (analogous), and #FD70FF (lighter shade) work well with #FEBBFF.