#EADBEC Color Information

Hex color code: #EADBEC

#EADBEC is a light magenta color. In RGB it is (234, 219, 236), and in HSL it is (293°, 31%, 89%). It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#EADBEC
RGB
234, 219, 236
HSL
293°, 31%, 89%
CMYK
1%, 7%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #EADBEC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

234, 219, 236

Red: 234 / Green: 219 / Blue: 236

HSL

293°, 31%, 89%

Hue: 293° / Saturation: 31% / Lightness: 89%

CMYK

1%, 7%, 0%, 7%

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

What color is #EADBEC?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EADBEC to RGB:

rgb(234, 219, 236)HEX to RGB Converter →

HEX to HSL

Convert #EADBEC to HSL:

hsl(293, 31%, 89%)RGB to HSL Converter →

HEX to CMYK

Convert #EADBEC to CMYK:

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

Color Meaning and Usage

#EADBEC is a light magenta color with RGB values of 234, 219, 236 and HSL of 293°, 31%, 89%. This very light tint evokes purity and simplicity, making it suitable for frequently seen in web interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #EADBEC is #DCECDA, creating high-contrast pairings. For softer combinations, try analogous colors like #E1DAEC.

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

Contrast with #EADBEC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EADBEC?

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

What is the RGB value of #EADBEC?

#EADBEC in RGB is (234, 219, 236) - 234 red, 219 green, and 236 blue.

How to use #EADBEC in CSS?

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

What colors go well with #EADBEC?

#DCECDA (complementary), #E1DAEC (analogous), and #CCA8D1 (lighter shade) work well with #EADBEC.