#EAEDFB Color Information

Hex color code: #EAEDFB

A light blue shade, #EAEDFB appears as (234, 237, 251) in RGB and (229°, 68%, 95%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#EAEDFB
RGB
234, 237, 251
HSL
229°, 68%, 95%
CMYK
7%, 6%, 0%, 2%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #EAEDFB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

234, 237, 251

Red: 234 / Green: 237 / Blue: 251

HSL

229°, 68%, 95%

Hue: 229° / Saturation: 68% / Lightness: 95%

CMYK

7%, 6%, 0%, 2%

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

What color is #EAEDFB?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EAEDFB to RGB:

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

HEX to HSL

Convert #EAEDFB to HSL:

hsl(229, 68%, 95%)RGB to HSL Converter →

HEX to CMYK

Convert #EAEDFB to CMYK:

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

Color Meaning and Usage

#EAEDFB is a ethereal blue color with RGB values of 234, 237, 251 and HSL of 229°, 68%, 95%. This very light tint evokes purity and simplicity, making it suitable for a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #EAEDFB is #FBF8EA, creating high-contrast pairings. For softer combinations, try analogous colors like #EAF5FB.

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

Contrast with #EAEDFB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EAEDFB?

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

What is the RGB value of #EAEDFB?

#EAEDFB in RGB is (234, 237, 251) - 234 red, 237 green, and 251 blue.

How to use #EAEDFB in CSS?

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

What colors go well with #EAEDFB?

#FBF8EA (complementary), #EAF5FB (analogous), and #A9B6EF (lighter shade) work well with #EAEDFB.