#DFFADD Color Information

Hex color code: #DFFADD

The hex color #DFFADD is a light green with RGB values of (223, 250, 221) and HSL of (116°, 74%, 92%). It is commonly used in modern UI design.

Try:
Color NameBeige
HEX
#DFFADD
RGB
223, 250, 221
HSL
116°, 74%, 92%
CMYK
11%, 0%, 12%, 2%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DFFADD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

223, 250, 221

Red: 223 / Green: 250 / Blue: 221

HSL

116°, 74%, 92%

Hue: 116° / Saturation: 74% / Lightness: 92%

CMYK

11%, 0%, 12%, 2%

Cyan: 11% / Magenta: 0% / Yellow: 12% / Key: 2%

What color is #DFFADD?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DFFADD to RGB:

rgb(223, 250, 221)HEX to RGB Converter →

HEX to HSL

Convert #DFFADD to HSL:

hsl(116, 74%, 92%)RGB to HSL Converter →

HEX to CMYK

Convert #DFFADD to CMYK:

cmyk(11%, 0%, 12%, 2%)Color Converter →

Color Meaning and Usage

A light green tone, #DFFADD has RGB (223, 250, 221) and HSL (116°, 74%, 92%). Known for evoking purity and simplicity, this very light tint is well suited for marketing pages and hero sections. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DFFADD is #F8DCFA, creating high-contrast pairings. For softer combinations, try analogous colors like #EDFADC.

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

Contrast with #DFFADD

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DFFADD?

#DFFADD is a light green color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DFFADD?

#DFFADD in RGB is (223, 250, 221) - 223 red, 250 green, and 221 blue.

How to use #DFFADD in CSS?

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

What colors go well with #DFFADD?

#F8DCFA (complementary), #EDFADC (analogous), and #9FF099 (lighter shade) work well with #DFFADD.