#EBECED Color Information

Hex color code: #EBECED

A light blue shade, #EBECED appears as (235, 236, 237) in RGB and (210°, 5%, 93%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#EBECED
RGB
235, 236, 237
HSL
210°, 5%, 93%
CMYK
1%, 0%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #EBECED; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

235, 236, 237

Red: 235 / Green: 236 / Blue: 237

HSL

210°, 5%, 93%

Hue: 210° / Saturation: 5% / Lightness: 93%

CMYK

1%, 0%, 0%, 7%

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

What color is #EBECED?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EBECED to RGB:

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

HEX to HSL

Convert #EBECED to HSL:

hsl(210, 5%, 93%)RGB to HSL Converter →

HEX to CMYK

Convert #EBECED to CMYK:

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

Color Meaning and Usage

#EBECED is a delicate blue color with RGB values of 235, 236, 237 and HSL of 210°, 5%, 93%. 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 #EBECED is #EEEDEC, creating high-contrast pairings. For softer combinations, try analogous colors like #ECEEEE.

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

Contrast with #EBECED

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EBECED?

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

What is the RGB value of #EBECED?

#EBECED in RGB is (235, 236, 237) - 235 red, 236 green, and 237 blue.

How to use #EBECED in CSS?

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

What colors go well with #EBECED?

#EEEDEC (complementary), #ECEEEE (analogous), and #C4C7CA (lighter shade) work well with #EBECED.