#EADDEE Color Information

Hex color code: #EADDEE

A light magenta shade, #EADDEE appears as (234, 221, 238) in RGB and (286°, 33%, 90%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#EADDEE
RGB
234, 221, 238
HSL
286°, 33%, 90%
CMYK
2%, 7%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #EADDEE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

234, 221, 238

Red: 234 / Green: 221 / Blue: 238

HSL

286°, 33%, 90%

Hue: 286° / Saturation: 33% / Lightness: 90%

CMYK

2%, 7%, 0%, 7%

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

What color is #EADDEE?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EADDEE to RGB:

rgb(234, 221, 238)HEX to RGB Converter →

HEX to HSL

Convert #EADDEE to HSL:

hsl(286, 33%, 90%)RGB to HSL Converter →

HEX to CMYK

Convert #EADDEE to CMYK:

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

Color Meaning and Usage

#EADDEE is a airy magenta color with RGB values of 234, 221, 238 and HSL of 286°, 33%, 90%. This very light tint evokes purity and simplicity, making it suitable for commonly used in modern UI design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #EADDEE is #E1EEDD, creating high-contrast pairings. For softer combinations, try analogous colors like #E2DDEE.

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

Contrast with #EADDEE

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EADDEE?

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

What is the RGB value of #EADDEE?

#EADDEE in RGB is (234, 221, 238) - 234 red, 221 green, and 238 blue.

How to use #EADDEE in CSS?

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

What colors go well with #EADDEE?

#E1EEDD (complementary), #E2DDEE (analogous), and #CAAAD4 (lighter shade) work well with #EADDEE.