#DEF1CA Color Information

Hex color code: #DEF1CA

A soft green shade, #DEF1CA appears as (222, 241, 202) in RGB and (89°, 58%, 87%) in HSL. It is frequently seen in web interfaces.

Try:
Color NameBeige
HEX
#DEF1CA
RGB
222, 241, 202
HSL
89°, 58%, 87%
CMYK
8%, 0%, 16%, 5%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #DEF1CA; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

222, 241, 202

Red: 222 / Green: 241 / Blue: 202

HSL

89°, 58%, 87%

Hue: 89° / Saturation: 58% / Lightness: 87%

CMYK

8%, 0%, 16%, 5%

Cyan: 8% / Magenta: 0% / Yellow: 16% / Key: 5%

What color is #DEF1CA?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DEF1CA to RGB:

rgb(222, 241, 202)HEX to RGB Converter →

HEX to HSL

Convert #DEF1CA to HSL:

hsl(89, 58%, 87%)RGB to HSL Converter →

HEX to CMYK

Convert #DEF1CA to CMYK:

cmyk(8%, 0%, 16%, 5%)Color Converter →

Color Meaning and Usage

#DEF1CA is a soft green color with RGB values of 222, 241, 202 and HSL of 89°, 58%, 87%. This very light tint evokes purity and simplicity, making it suitable for often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DEF1CA is #DDCBF1, creating high-contrast pairings. For softer combinations, try analogous colors like #F1F0CB.

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

Contrast with #DEF1CA

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DEF1CA?

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

What is the RGB value of #DEF1CA?

#DEF1CA in RGB is (222, 241, 202) - 222 red, 241 green, and 202 blue.

How to use #DEF1CA in CSS?

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

What colors go well with #DEF1CA?

#DDCBF1 (complementary), #F1F0CB (analogous), and #B9E18E (lighter shade) work well with #DEF1CA.