#EBEDED Color Information

Hex color code: #EBEDED

A soft cyan shade, #EBEDED appears as (235, 237, 237) in RGB and (180°, 5%, 93%) in HSL. It is often used for branding and logos.

Try:
Color NameLavender
HEX
#EBEDED
RGB
235, 237, 237
HSL
180°, 5%, 93%
CMYK
1%, 0%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #EBEDED; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

235, 237, 237

Red: 235 / Green: 237 / Blue: 237

HSL

180°, 5%, 93%

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

CMYK

1%, 0%, 0%, 7%

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

What color is #EBEDED?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EBEDED to RGB:

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

HEX to HSL

Convert #EBEDED to HSL:

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

HEX to CMYK

Convert #EBEDED to CMYK:

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

Color Meaning and Usage

#EBEDED is a delicate cyan color with RGB values of 235, 237, 237 and HSL of 180°, 5%, 93%. This very light tint evokes purity and simplicity, making it suitable for frequently chosen for fintech and productivity apps. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #EBEDED is #EEECEC, creating high-contrast pairings. For softer combinations, try analogous colors like #ECEEED.

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

Contrast with #EBEDED

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EBEDED?

#EBEDED is a delicate cyan color - a very light tint that evokes purity and simplicity.

What is the RGB value of #EBEDED?

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

How to use #EBEDED in CSS?

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

What colors go well with #EBEDED?

#EEECEC (complementary), #ECEEED (analogous), and #C4CACA (lighter shade) work well with #EBEDED.