#E3CDDD Color Information

Hex color code: #E3CDDD

A light magenta shade, #E3CDDD appears as (227, 205, 221) in RGB and (316°, 28%, 85%) in HSL. It is commonly used in modern UI design.

Try:
Color NamePink
HEX
#E3CDDD
RGB
227, 205, 221
HSL
316°, 28%, 85%
CMYK
0%, 10%, 3%, 11%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #E3CDDD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

227, 205, 221

Red: 227 / Green: 205 / Blue: 221

HSL

316°, 28%, 85%

Hue: 316° / Saturation: 28% / Lightness: 85%

CMYK

0%, 10%, 3%, 11%

Cyan: 0% / Magenta: 10% / Yellow: 3% / Key: 11%

What color is #E3CDDD?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #E3CDDD to RGB:

rgb(227, 205, 221)HEX to RGB Converter →

HEX to HSL

Convert #E3CDDD to HSL:

hsl(316, 28%, 85%)RGB to HSL Converter →

HEX to CMYK

Convert #E3CDDD to CMYK:

cmyk(0%, 10%, 3%, 11%)Color Converter →

Color Meaning and Usage

#E3CDDD is a soft magenta color with RGB values of 227, 205, 221 and HSL of 316°, 28%, 85%. 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 #E3CDDD is #CEE3D4, creating high-contrast pairings. For softer combinations, try analogous colors like #DECEE3.

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

Contrast with #E3CDDD

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #E3CDDD?

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

What is the RGB value of #E3CDDD?

#E3CDDD in RGB is (227, 205, 221) - 227 red, 205 green, and 221 blue.

How to use #E3CDDD in CSS?

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

What colors go well with #E3CDDD?

#CEE3D4 (complementary), #DECEE3 (analogous), and #C89DBC (lighter shade) work well with #E3CDDD.