#E2ECFC Color Information

Hex color code: #E2ECFC

#E2ECFC is a light blue color. In RGB it is (226, 236, 252), and in HSL it is (217°, 81%, 94%). It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#E2ECFC
RGB
226, 236, 252
HSL
217°, 81%, 94%
CMYK
10%, 6%, 0%, 1%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #E2ECFC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

226, 236, 252

Red: 226 / Green: 236 / Blue: 252

HSL

217°, 81%, 94%

Hue: 217° / Saturation: 81% / Lightness: 94%

CMYK

10%, 6%, 0%, 1%

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

What color is #E2ECFC?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #E2ECFC to RGB:

rgb(226, 236, 252)HEX to RGB Converter →

HEX to HSL

Convert #E2ECFC to HSL:

hsl(217, 81%, 94%)RGB to HSL Converter →

HEX to CMYK

Convert #E2ECFC to CMYK:

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

Color Meaning and Usage

#E2ECFC is a light blue color with RGB values of 226, 236, 252 and HSL of 217°, 81%, 94%. 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 #E2ECFC is #FCF3E3, creating high-contrast pairings. For softer combinations, try analogous colors like #E3F9FC.

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

Frequently Asked Questions

What color is #E2ECFC?

#E2ECFC is a light blue color - a very light tint that evokes purity and simplicity.

What is the RGB value of #E2ECFC?

#E2ECFC in RGB is (226, 236, 252) - 226 red, 236 green, and 252 blue.

How to use #E2ECFC in CSS?

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

What colors go well with #E2ECFC?

#FCF3E3 (complementary), #E3F9FC (analogous), and #9EBFF5 (lighter shade) work well with #E2ECFC.