#EACEFB Color Information

Hex color code: #EACEFB

#EACEFB is a light purple color. In RGB it is (234, 206, 251), and in HSL it is (277°, 85%, 90%). It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#EACEFB
RGB
234, 206, 251
HSL
277°, 85%, 90%
CMYK
7%, 18%, 0%, 2%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #EACEFB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

234, 206, 251

Red: 234 / Green: 206 / Blue: 251

HSL

277°, 85%, 90%

Hue: 277° / Saturation: 85% / Lightness: 90%

CMYK

7%, 18%, 0%, 2%

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

What color is #EACEFB?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EACEFB to RGB:

rgb(234, 206, 251)HEX to RGB Converter →

HEX to HSL

Convert #EACEFB to HSL:

hsl(277, 85%, 90%)RGB to HSL Converter →

HEX to CMYK

Convert #EACEFB to CMYK:

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

Color Meaning and Usage

#EACEFB is a delicate purple color with RGB values of 234, 206, 251 and HSL of 277°, 85%, 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 #EACEFB is #E0FBD0, creating high-contrast pairings. For softer combinations, try analogous colors like #D5D0FB.

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

Contrast with #EACEFB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EACEFB?

#EACEFB is a delicate purple color - a very light tint that evokes purity and simplicity.

What is the RGB value of #EACEFB?

#EACEFB in RGB is (234, 206, 251) - 234 red, 206 green, and 251 blue.

How to use #EACEFB in CSS?

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

What colors go well with #EACEFB?

#E0FBD0 (complementary), #D5D0FB (analogous), and #CC89F5 (lighter shade) work well with #EACEFB.