#EDEFFA Color Information

Hex color code: #EDEFFA

#EDEFFA is a light blue color. In RGB it is (237, 239, 250), and in HSL it is (231°, 57%, 95%). It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#EDEFFA
RGB
237, 239, 250
HSL
231°, 57%, 95%
CMYK
5%, 4%, 0%, 2%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #EDEFFA; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

237, 239, 250

Red: 237 / Green: 239 / Blue: 250

HSL

231°, 57%, 95%

Hue: 231° / Saturation: 57% / Lightness: 95%

CMYK

5%, 4%, 0%, 2%

Cyan: 5% / Magenta: 4% / Yellow: 0% / Key: 2%

What color is #EDEFFA?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #EDEFFA to RGB:

rgb(237, 239, 250)HEX to RGB Converter →

HEX to HSL

Convert #EDEFFA to HSL:

hsl(231, 57%, 95%)RGB to HSL Converter →

HEX to CMYK

Convert #EDEFFA to CMYK:

cmyk(5%, 4%, 0%, 2%)Color Converter →

Color Meaning and Usage

A light blue tone, #EDEFFA has RGB (237, 239, 250) and HSL (231°, 57%, 95%). Known for evoking purity and simplicity, this very light tint is often used for branding and logos. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #EDEFFA is #FAF7EB, creating high-contrast pairings. For softer combinations, try analogous colors like #EBF4FA.

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

Contrast with #EDEFFA

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #EDEFFA?

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

What is the RGB value of #EDEFFA?

#EDEFFA in RGB is (237, 239, 250) - 237 red, 239 green, and 250 blue.

How to use #EDEFFA in CSS?

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

What colors go well with #EDEFFA?

#FAF7EB (complementary), #EBF4FA (analogous), and #AFB8E9 (lighter shade) work well with #EDEFFA.