#FDF3FF Color Information

Hex color code: #FDF3FF

A light magenta shade, #FDF3FF appears as (253, 243, 255) in RGB and (290°, 100%, 98%) in HSL. It is commonly used in modern UI design.

Try:
Color NameGhost White
HEX
#FDF3FF
RGB
253, 243, 255
HSL
290°, 100%, 98%
CMYK
1%, 5%, 0%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FDF3FF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

253, 243, 255

Red: 253 / Green: 243 / Blue: 255

HSL

290°, 100%, 98%

Hue: 290° / Saturation: 100% / Lightness: 98%

CMYK

1%, 5%, 0%, 0%

Cyan: 1% / Magenta: 5% / Yellow: 0% / Key: 0%

What color is #FDF3FF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FDF3FF to RGB:

rgb(253, 243, 255)HEX to RGB Converter →

HEX to HSL

Convert #FDF3FF to HSL:

hsl(290, 100%, 98%)RGB to HSL Converter →

HEX to CMYK

Convert #FDF3FF to CMYK:

cmyk(1%, 5%, 0%, 0%)Color Converter →

Color Meaning and Usage

#FDF3FF is a soft magenta color with RGB values of 253, 243, 255 and HSL of 290°, 100%, 98%. This very light tint evokes purity and simplicity, making it suitable for popular in mobile app design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FDF3FF is #F7FFF5, creating high-contrast pairings. For softer combinations, try analogous colors like #F8F5FF.

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

Contrast with #FDF3FF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FDF3FF?

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

What is the RGB value of #FDF3FF?

#FDF3FF in RGB is (253, 243, 255) - 253 red, 243 green, and 255 blue.

How to use #FDF3FF in CSS?

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

What colors go well with #FDF3FF?

#F7FFF5 (complementary), #F8F5FF (analogous), and #F1A8FF (lighter shade) work well with #FDF3FF.