#EAEBED Color Information

Hex color code: #EAEBED

The hex color #EAEBED is a light blue with RGB values of (234, 235, 237) and HSL of (220°, 8%, 92%). It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#EAEBED
RGB
234, 235, 237
HSL
220°, 8%, 92%
CMYK
1%, 1%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #EAEBED; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

234, 235, 237

Red: 234 / Green: 235 / Blue: 237

HSL

220°, 8%, 92%

Hue: 220° / Saturation: 8% / Lightness: 92%

CMYK

1%, 1%, 0%, 7%

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

What color is #EAEBED?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EAEBED to RGB:

rgb(234, 235, 237)HEX to RGB Converter →

HEX to HSL

Convert #EAEBED to HSL:

hsl(220, 8%, 92%)RGB to HSL Converter →

HEX to CMYK

Convert #EAEBED to CMYK:

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

Color Meaning and Usage

#EAEBED is a soft blue color with RGB values of 234, 235, 237 and HSL of 220°, 8%, 92%. This very light tint evokes purity and simplicity, making it suitable for typically applied in digital products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #EAEBED is #ECEBE9, creating high-contrast pairings. For softer combinations, try analogous colors like #E9ECEC.

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

Contrast with #EAEBED

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EAEBED?

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

What is the RGB value of #EAEBED?

#EAEBED in RGB is (234, 235, 237) - 234 red, 235 green, and 237 blue.

How to use #EAEBED in CSS?

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

What colors go well with #EAEBED?

#ECEBE9 (complementary), #E9ECEC (analogous), and #C0C3C9 (lighter shade) work well with #EAEBED.