#ECDDEF Color Information

Hex color code: #ECDDEF

#ECDDEF is a delicate magenta color. In RGB it is (236, 221, 239), and in HSL it is (290°, 36%, 90%). It is popular in mobile app design.

Try:
Color NameLavender
HEX
#ECDDEF
RGB
236, 221, 239
HSL
290°, 36%, 90%
CMYK
1%, 8%, 0%, 6%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #ECDDEF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

236, 221, 239

Red: 236 / Green: 221 / Blue: 239

HSL

290°, 36%, 90%

Hue: 290° / Saturation: 36% / Lightness: 90%

CMYK

1%, 8%, 0%, 6%

Cyan: 1% / Magenta: 8% / Yellow: 0% / Key: 6%

What color is #ECDDEF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #ECDDEF to RGB:

rgb(236, 221, 239)HEX to RGB Converter →

HEX to HSL

Convert #ECDDEF to HSL:

hsl(290, 36%, 90%)RGB to HSL Converter →

HEX to CMYK

Convert #ECDDEF to CMYK:

cmyk(1%, 8%, 0%, 6%)Color Converter →

Color Meaning and Usage

#ECDDEF is a light magenta color with RGB values of 236, 221, 239 and HSL of 290°, 36%, 90%. This very light tint evokes purity and simplicity, making it suitable for a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #ECDDEF is #DFEFDC, creating high-contrast pairings. For softer combinations, try analogous colors like #E2DCEF.

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

Contrast with #ECDDEF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #ECDDEF?

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

What is the RGB value of #ECDDEF?

#ECDDEF in RGB is (236, 221, 239) - 236 red, 221 green, and 239 blue.

How to use #ECDDEF in CSS?

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

What colors go well with #ECDDEF?

#DFEFDC (complementary), #E2DCEF (analogous), and #CFA8D6 (lighter shade) work well with #ECDDEF.