#FFDAFA Color Information

Hex color code: #FFDAFA

#FFDAFA is a light magenta color. In RGB it is (255, 218, 250), and in HSL it is (308°, 100%, 93%). It is commonly used in modern UI design.

Try:
Color NameMisty Rose
HEX
#FFDAFA
RGB
255, 218, 250
HSL
308°, 100%, 93%
CMYK
0%, 15%, 2%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FFDAFA; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 218, 250

Red: 255 / Green: 218 / Blue: 250

HSL

308°, 100%, 93%

Hue: 308° / Saturation: 100% / Lightness: 93%

CMYK

0%, 15%, 2%, 0%

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

What color is #FFDAFA?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFDAFA to RGB:

rgb(255, 218, 250)HEX to RGB Converter →

HEX to HSL

Convert #FFDAFA to HSL:

hsl(308, 100%, 93%)RGB to HSL Converter →

HEX to CMYK

Convert #FFDAFA to CMYK:

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

Color Meaning and Usage

#FFDAFA is a airy magenta color with RGB values of 255, 218, 250 and HSL of 308°, 100%, 93%. This very light tint evokes purity and simplicity, making it suitable for a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FFDAFA is #DBFFE0, creating high-contrast pairings. For softer combinations, try analogous colors like #F2DBFF.

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

Contrast with #FFDAFA

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFDAFA?

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

What is the RGB value of #FFDAFA?

#FFDAFA in RGB is (255, 218, 250) - 255 red, 218 green, and 250 blue.

How to use #FFDAFA in CSS?

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

What colors go well with #FFDAFA?

#DBFFE0 (complementary), #F2DBFF (analogous), and #FF8FF0 (lighter shade) work well with #FFDAFA.