#DEFFAD Color Information

Hex color code: #DEFFAD

A light green shade, #DEFFAD appears as (222, 255, 173) in RGB and (84°, 100%, 84%) in HSL. It is commonly used in modern UI design.

Try:
Color NameWheat
HEX
#DEFFAD
RGB
222, 255, 173
HSL
84°, 100%, 84%
CMYK
13%, 0%, 32%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DEFFAD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

222, 255, 173

Red: 222 / Green: 255 / Blue: 173

HSL

84°, 100%, 84%

Hue: 84° / Saturation: 100% / Lightness: 84%

CMYK

13%, 0%, 32%, 0%

Cyan: 13% / Magenta: 0% / Yellow: 32% / Key: 0%

What color is #DEFFAD?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DEFFAD to RGB:

rgb(222, 255, 173)HEX to RGB Converter →

HEX to HSL

Convert #DEFFAD to HSL:

hsl(84, 100%, 84%)RGB to HSL Converter →

HEX to CMYK

Convert #DEFFAD to CMYK:

cmyk(13%, 0%, 32%, 0%)Color Converter →

Color Meaning and Usage

A airy green tone, #DEFFAD has RGB (222, 255, 173) and HSL (84°, 100%, 84%). Known for evoking purity and simplicity, this very light tint is popular in mobile app design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DEFFAD is #CEADFF, creating high-contrast pairings. For softer combinations, try analogous colors like #FFF7AD.

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

Contrast with #DEFFAD

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DEFFAD?

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

What is the RGB value of #DEFFAD?

#DEFFAD in RGB is (222, 255, 173) - 222 red, 255 green, and 173 blue.

How to use #DEFFAD in CSS?

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

What colors go well with #DEFFAD?

#CEADFF (complementary), #FFF7AD (analogous), and #C0FF61 (lighter shade) work well with #DEFFAD.